nodePackages.yarn: remove package

was replaced by a dedicated yarn package
This commit is contained in:
Jörg Thalheim 2017-01-15 16:32:05 +01:00
parent 6e079bdd60
commit 986dba716f
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA
5 changed files with 4759 additions and 6837 deletions

View file

@ -6,11 +6,11 @@
let
nodeEnv = import ./node-env.nix {
inherit (pkgs) stdenv utillinux runCommand writeTextFile;
inherit (pkgs) stdenv python utillinux runCommand writeTextFile;
inherit nodejs;
};
in
import ./node-packages-v4.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}

View file

@ -6,11 +6,11 @@
let
nodeEnv = import ./node-env.nix {
inherit (pkgs) stdenv utillinux runCommand writeTextFile;
inherit (pkgs) stdenv python utillinux runCommand writeTextFile;
inherit nodejs;
};
in
import ./node-packages-v6.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -62,5 +62,4 @@
, "webdrvr"
, "webpack"
, "wring"
, "yarn"
]