about summary refs log tree commit diff
path: root/pkgs/development/libraries/libgsf/default.nix
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2011-10-08 12:06:03 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2011-10-08 12:06:03 +0000
commitc35c6ec9fa326f092c6640c9f06b19ed15115765 (patch)
tree7cff6b3f94bf435420d097cf550a57d17e86680e /pkgs/development/libraries/libgsf/default.nix
parentbc0b96370f623a81779b1d5c7dcf4461eb04138e (diff)
Drop 'gnomevfs = gnome_vfs;' alias
s/gnomevfs/gnome_vfs/ in packages

svn path=/nixpkgs/trunk/; revision=29718
Diffstat (limited to 'pkgs/development/libraries/libgsf/default.nix')
-rw-r--r--pkgs/development/libraries/libgsf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libgsf/default.nix b/pkgs/development/libraries/libgsf/default.nix
index d68cb73b2b5e6..a417f63cdd9f3 100644
--- a/pkgs/development/libraries/libgsf/default.nix
+++ b/pkgs/development/libraries/libgsf/default.nix
@@ -1,6 +1,6 @@
 { fetchurl, stdenv, perl, perlXMLParser, pkgconfig, libxml2
 , glib, gettext, intltool, bzip2
-, gnomevfs, libbonobo, python }:
+, gnome_vfs, libbonobo, python }:
 
 
 stdenv.mkDerivation rec {
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   };
 
   buildInputs =
-    [ perl perlXMLParser pkgconfig gettext bzip2 gnomevfs python intltool ];
+    [ perl perlXMLParser pkgconfig gettext bzip2 gnome_vfs python intltool ];
 
   propagatedBuildInputs = [ glib libxml2 libbonobo ];