forked from mirrors/nixpkgs
gnome_vfs: fix build by disabling fatality of deprecations
This commit is contained in:
parent
c6d9178d02
commit
f4f8857284
|
@ -16,4 +16,6 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = [ GConf glib ];
|
||||
|
||||
postPatch = "find . -name Makefile.in | xargs sed 's/-DG_DISABLE_DEPRECATED//g' -i ";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue