Merge pull request #19737 from WilliButz/nodejs_5x

nodejs-5_x: remove forgotten file
This commit is contained in:
Tim Steinbach 2016-10-20 17:00:11 -04:00 committed by GitHub
commit 087cab0592

View file

@ -1,12 +0,0 @@
{ stdenv, fetchurl, openssl, python, zlib, libuv, v8, utillinux, http-parser
, pkgconfig, runCommand, which, libtool
, callPackage
}@args:
import ./nodejs.nix (args // rec {
version = "5.12.0";
src = fetchurl {
url = "http://nodejs.org/dist/v${version}/node-v${version}.tar.xz";
sha256 = "4f926373f11f2a25156eee1804ec012eb912c42e5d34fc2909889da22efdadfe";
};
})