* `drv + /path' is deprecated, so don't do that anymore.
svn path=/nixpkgs/trunk/; revision=6754
This commit is contained in:
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
|
||||
builder = ./builder.sh;
|
||||
inherit xulrunner launcher;
|
||||
appfile = application + /application.ini;
|
||||
appfile = application + "/application.ini";
|
||||
|
||||
inherit (application) meta;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user