##// END OF EJS Templates
packaging: Use a recent bower2nix to have fetch-bower...
johbo -
r726:5b2d844f default
parent child Browse files
Show More
@@ -8,9 +8,16 b''
8 { buildInputs ? [], generated, ... } @ attrs:
8 { buildInputs ? [], generated, ... } @ attrs:
9
9
10 let
10 let
11 bower2nix-src = pkgs.fetchzip {
12 url = "https://github.com/rvl/bower2nix/archive/v3.0.1.tar.gz";
13 sha256 = "1zbvz96k2j6g0r4lvm5cgh41a73k9dgayk7x63cmg538dzznxvyb";
14 };
15
16 bower2nix = import "${bower2nix-src}/default.nix" { inherit pkgs; };
17
11 fetchbower = import ./backport-16.03-fetchbower.nix {
18 fetchbower = import ./backport-16.03-fetchbower.nix {
12 inherit (pkgs) stdenv lib;
19 inherit (pkgs) stdenv lib;
13 inherit (pkgs.nodePackages) bower2nix;
20 inherit bower2nix;
14 };
21 };
15
22
16 # Fetches the bower packages. `generated` should be the result of a
23 # Fetches the bower packages. `generated` should be the result of a
General Comments 0
You need to be logged in to leave comments. Login now