about summary refs log tree commit diff
path: root/pkgs/build-support/fetchbower
Commit message (Collapse)AuthorAge
* bower2nix: 2.1.0 -> 3.0.1Rodney Lorrimar2016-03-28
| | | | | | | | | | | | | 1. Update bower2nix version and add new/updated dependencies into node-packages-generated.nix. This was done manually, with npm2nix generating the initial set of derivations. In future, it would be nice to have an automatic process (see #10358, #9332). 2. Add an override to nodePackages.bower2nix wrapping the commands so that git is on the PATH. 3. Update fetchbower to support new command-line options of bower2nix, and to allow github URL tag versions.
* fetchbower: quote parameter to prevent ambigious redirects if version ↵Sander van der Burg2016-03-18
| | | | specifiers have wildcards
* Make fetchBower a bit more like a normal mkDerivation, which is easier to test.Rob Vermaas2015-07-16
| | | | | | | | Also, in some cases, the result of fetchBower is different depending on the value of $out. For now, it seems that it works best if using a local output directory before copying to $out. (cherry picked from commit aa4c6b027163abe0891f9ad438899f9679298a64)
* Add fetchbower function to go along with bower2nixShea Levy2014-01-06
Signed-off-by: Shea Levy <shea@shealevy.com>