gnome_vfs: fix build by disabling fatality of deprecations
This commit is contained in:
@@ -16,4 +16,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ GConf glib ];
|
||||
|
||||
postPatch = "find . -name Makefile.in | xargs sed 's/-DG_DISABLE_DEPRECATED//g' -i ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user