summaryrefslogtreecommitdiff
path: root/pkgs/build-support/fetchbower (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into staging•••Conflicts: pkgs/build-support/fetchbower/default.nix pkgs/build-support/fetchdarcs/default.nix pkgs/build-support/fetchgx/default.nix pkgs/development/python-modules/botocore/default.nix pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix pkgs/tools/admin/awscli/default.nix Tuomas Tynkkynen2018-01-141-3/+3
|\
| * treewide: Fetchers should use `stdenvNoCC`.John Ericson2018-01-101-2/+2
| * treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson2018-01-091-1/+1
* | cacert: cleanup exporting SSL_CERT_FILEDaiderd Jordan2017-12-271-2/+1
|/
* fetchbower: clean common uri characters from version string•••Some bower.json files have URL dependencies missing a version. Fixes rvl/bower2nix#18 Rodney Lorrimar2017-10-301-3/+3
* fetchbower: handle packages with slashes in their name•••Packages from github repos have slashes in their name. Nix store names shouldn't have slashes. Fixes rvl/bower2nix#13 Rodney Lorrimar2017-07-271-1/+3
* Fix fetchbower to handle SSL originsAndraz Bajt2017-01-231-1/+2
* bower2nix: 2.1.0 -> 3.0.1•••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. Rodney Lorrimar2016-03-281-11/+26
* fetchbower: quote parameter to prevent ambigious redirects if version specifi...Sander van der Burg2016-03-181-1/+1
* Make fetchBower a bit more like a normal mkDerivation, which is easier to test.•••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) Rob Vermaas2015-07-161-3/+5
* Add fetchbower function to go along with bower2nix•••Signed-off-by: Shea Levy <shea@shealevy.com> Shea Levy2014-01-061-0/+9