gnome_vfs: fix build by disabling fatality of deprecations

This commit is contained in:
Vladimír Čunát 2013-04-13 23:59:24 +02:00
parent c6d9178d02
commit f4f8857284

View file

@ -16,4 +16,6 @@ stdenv.mkDerivation rec {
];
propagatedBuildInputs = [ GConf glib ];
postPatch = "find . -name Makefile.in | xargs sed 's/-DG_DISABLE_DEPRECATED//g' -i ";
}