* `drv + /path' is deprecated, so don't do that anymore.

svn path=/nixpkgs/trunk/; revision=6754
This commit is contained in:
Eelco Dolstra
2006-10-17 14:06:18 +00:00
parent 76125fb2bc
commit 76405f2b7f
8 changed files with 18 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation {
];
# So that configure can find `preloadable_libintl.so'.
LD_LIBRARY_PATH = gettext + /lib;
LD_LIBRARY_PATH = gettext + "/lib";
inherit gettext;
}

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation {
];
# So that configure can find `preloadable_libintl.so'.
LD_LIBRARY_PATH = gettext + /lib;
LD_LIBRARY_PATH = gettext + "/lib";
inherit gettext;
}