1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

Merge pull request #58595 from worldofpeace/yarn2nix-alias

yarn2nix: move to aliases.nix
This commit is contained in:
worldofpeace 2019-04-12 16:23:53 -04:00 committed by GitHub
commit 78d5ba39c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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 { };