mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
yarn2nix: move to aliases.nix
This commit is contained in:
parent
3bdf5b5f4a
commit
32fc68db57
2 changed files with 2 additions and 3 deletions
|
@ -354,6 +354,8 @@ mapAliases ({
|
|||
xf86_video_nouveau = xorg.xf86videonouveau; # added 2015-09
|
||||
xlibs = xorg; # added 2015-09
|
||||
xpraGtk3 = xpra; # added 2018-09-13
|
||||
yarn2nix = throw "Use upstream https://github.com/moretea/yarn2nix"; # added 2019-04-12
|
||||
mkYarnPackage = yarn2nix; # added 2019-04-12
|
||||
youtubeDL = youtube-dl; # added 2014-10-26
|
||||
zdfmediathk = mediathekview; # added 2019-01-19
|
||||
|
||||
|
|
|
@ -6611,9 +6611,6 @@ in
|
|||
|
||||
yarn = callPackage ../development/tools/yarn { };
|
||||
|
||||
yarn2nix = throw "Use upstream https://github.com/moretea/yarn2nix";
|
||||
mkYarnPackage = yarn2nix;
|
||||
|
||||
yasr = callPackage ../applications/audio/yasr { };
|
||||
|
||||
yank = callPackage ../tools/misc/yank { };
|
||||
|
|
Loading…
Reference in a new issue