Merge pull request #41449 from flokli/vinagre-build
gnome3.vinagre: fix build
This commit is contained in:
commit
0b458a4129
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ gtk3 vte libxml2 gtkvnc intltool libsecret
|
buildInputs = [ gtk3 vte libxml2 gtkvnc intltool libsecret
|
||||||
itstool makeWrapper gnome3.defaultIconTheme librsvg ];
|
itstool makeWrapper gnome3.defaultIconTheme librsvg ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-format-nonliteral";
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
wrapProgram "$out/bin/vinagre" \
|
wrapProgram "$out/bin/vinagre" \
|
||||||
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH:$out/share"
|
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH:$out/share"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user