summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorroyneary <christian@ulrich.earth>2018-10-31 10:38:16 +0100
committerroyneary <christian@ulrich.earth>2018-10-31 10:38:16 +0100
commit9dcdf5a54564603ed47c6a8773edd4b08a5b2e8b (patch)
tree8efbad09b8cc665a87e8b5b3a1d3c0e73143b08a /pkgs/development/compilers
parentb786a47e9ebd8018079b094bdec4abbc7b785076 (diff)
downloadnixlib-9dcdf5a54564603ed47c6a8773edd4b08a5b2e8b.tar
nixlib-9dcdf5a54564603ed47c6a8773edd4b08a5b2e8b.tar.gz
nixlib-9dcdf5a54564603ed47c6a8773edd4b08a5b2e8b.tar.bz2
nixlib-9dcdf5a54564603ed47c6a8773edd4b08a5b2e8b.tar.lz
nixlib-9dcdf5a54564603ed47c6a8773edd4b08a5b2e8b.tar.xz
nixlib-9dcdf5a54564603ed47c6a8773edd4b08a5b2e8b.tar.zst
nixlib-9dcdf5a54564603ed47c6a8773edd4b08a5b2e8b.zip
nim: update nodejs-slim
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/nim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/nim/default.nix b/pkgs/development/compilers/nim/default.nix
index 3f067553297e..ae36041b33eb 100644
--- a/pkgs/development/compilers/nim/default.nix
+++ b/pkgs/development/compilers/nim/default.nix
@@ -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 = [