mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
nim: update nodejs-slim
This commit is contained in:
parent
b786a47e9e
commit
9dcdf5a545
@ -1,6 +1,6 @@
|
||||
# based on https://github.com/nim-lang/Nim/blob/v0.18.0/.travis.yml
|
||||
|
||||
{ stdenv, lib, fetchurl, makeWrapper, nodejs-slim-8_x, openssl, pcre, readline, boehmgc, sfml, tzdata, coreutils }:
|
||||
{ stdenv, lib, fetchurl, makeWrapper, nodejs-slim-10_x, openssl, pcre, readline, boehmgc, sfml, tzdata, coreutils }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nim-${version}";
|
||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
# as part of building it, so it cannot be read-only
|
||||
|
||||
nativeBuildInputs = [
|
||||
makeWrapper nodejs-slim-8_x tzdata coreutils
|
||||
makeWrapper nodejs-slim-10_x tzdata coreutils
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user