mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 03:34:12 +00:00
commit
d1bedf9d39
@ -1,9 +1,8 @@
|
|||||||
{ callPackage, openssl, icu66, python3, enableNpm ? true }:
|
{ callPackage, openssl, python3, enableNpm ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
buildNodejs = callPackage ./nodejs.nix {
|
buildNodejs = callPackage ./nodejs.nix {
|
||||||
inherit openssl;
|
inherit openssl;
|
||||||
icu = icu66;
|
|
||||||
python = python3;
|
python = python3;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
@ -12580,7 +12580,7 @@ in
|
|||||||
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
|
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
|
||||||
}));
|
}));
|
||||||
|
|
||||||
icu = icu64;
|
icu = icu67;
|
||||||
|
|
||||||
id3lib = callPackage ../development/libraries/id3lib { };
|
id3lib = callPackage ../development/libraries/id3lib { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user