@@ -1,9 +1,8 @@
|
||||
{ callPackage, openssl, icu66, python3, enableNpm ? true }:
|
||||
{ callPackage, openssl, python3, enableNpm ? true }:
|
||||
|
||||
let
|
||||
buildNodejs = callPackage ./nodejs.nix {
|
||||
inherit openssl;
|
||||
icu = icu66;
|
||||
python = python3;
|
||||
};
|
||||
in
|
||||
|
||||
@@ -12580,7 +12580,7 @@ in
|
||||
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
|
||||
}));
|
||||
|
||||
icu = icu64;
|
||||
icu = icu67;
|
||||
|
||||
id3lib = callPackage ../development/libraries/id3lib { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user