Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f34b498bd2d9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0b458a412997
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 4, 2018

  1. gnome3.vinagre: fix build

    Currently, vinagre fails to build with the following message:
    
    vinagre/vinagre-utils.c: In function 'vinagre_utils_request_credential':
    vinagre/vinagre-utils.c:686:2: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
      _tmp12_ = g_strdup_printf (_tmp10_, _tmp11_);
      ^~~~~~~
    
    vinagre-utils.c seems to be generated from vinagre-utils.vala. I
    couldn't find anything weird in here, so let's disable
    -Werror=format-nonliteral for now as done elsewhere, too.
    flokli committed Jun 4, 2018
    Copy the full SHA
    67eaab8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41449 from flokli/vinagre-build

    gnome3.vinagre: fix build
    LnL7 committed Jun 4, 2018
    Copy the full SHA
    0b458a4 View commit details
    Browse the repository at this point in the history