summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Collapse)AuthorAge
* fetchbower: quote parameter to prevent ambigious redirects if version ↵Sander van der Burg2016-03-18
| | | | specifiers have wildcards
* wrap-gapps-hook.sh: fix double inclusion guardPeter Simons2016-03-18
| | | | | The simple "return" would not override the non-zero error code set by the preceding test command, therefore aborting scripts running with "set -e".
* Merge pull request #13938 from abbradar/fhs-gcc-pathsNikolay Amiantov2016-03-16
|\ | | | | buildFHSEnv: add standard paths for compilers
| * buildFHSEnv: add standard paths for compilersNikolay Amiantov2016-03-15
| |
* | Merge pull request #13897 from nbp/fix-ocaml-pkgs-platformzimbatm2016-03-14
|\ \ | | | | | | Ensure that we can evaluate the platform attribute of ocaml packages.
| * | Ensure that we can evaluate the platform attribute of ocaml packages.Nicolas B. Pierron2016-03-13
| | |
* | | Replace references to all-packages.nix, by references to the top-level of ↵Nicolas B. Pierron2016-03-13
|/ / | | | | | | nixpkgs repository.
* | symlinkJoin: preferLocalBuild && !allowSubstitutesVladimír Čunát2016-03-11
| |
* | Merge remote-tracking branch 'origin/pr/13505'Franz Pletz2016-03-08
|\ \ | |/ |/| | | Fixes #13505.
| * grsecurity: use kernel version instead of testing / stabletg(x)2016-02-28
| |
| * grsecurity: separate fix patches for testing & stabletg(x)2016-02-27
| |
| * grsecurity: move version information to one placetg(x)2016-02-27
| |
| * grsecurity: 4.3.4 -> 4.4.2tg(x)2016-02-27
| |
* | lib/copyPathToStore: annotate docstringProfpatsch2016-03-01
| |
* | Merge pull request #13584 from zimbatm/nix-prefetch-git-jsonzimbatm2016-03-01
|\ \ | | | | | | nix-prefetch-git: change the default output to JSON
| * | nix-prefetch-git: change the default output to JSONzimbatm2016-02-29
| | | | | | | | | | | | | | | As discussed on the mailing list. The nix output was short-lived so it's probably okay to change it.
* | | vm/rpm/rpm-closure.pl: make it deterministicLluís Batlle i Rossell2016-03-01
|/ / | | | | | | | | | | | | | | | | Some recent perl version introduced "keys" to return the keys in random order. As some of the packages are solved by "provides" and based on the order, this randomness affects what packages get into the closure. This problem may be in other nix perl scripts.
* | chromium: add StartupWMClass to desktop file. Fixes #12433Luca Bruno2016-02-29
| |
* | build-maven: use lib.importJSONzimbatm2016-02-29
| |
* | Merge pull request #11671 from timbertson/fetchgitzimbatm2016-02-27
|\ \ | | | | | | fetchgit: output improvements
| * | nix-prefetch-git: print out valid nix expression; make --quiet very quietTim Cuthbertson2016-02-27
| | |
| * | nix-prefetch-git: add --quiet flag and minor cleanupTim Cuthbertson2016-02-27
| |/
* / fetchurlBoot: Use Nix's builtin fetchurl functionEelco Dolstra2016-02-27
|/ | | | | This removes the need for curl in bootstrapTools, and enables https for bootstrap tarballs.
* Merge remote-tracking branch 'upstream/staging'zimbatm2016-02-26
|\
| * Merge branch 'master' into stagingVladimír Čunát2016-02-25
| |\
| * \ Merge branch 'glibc-2.22' into stagingVladimír Čunát2016-02-25
| |\ \ | | | | | | | | | | | | | | | | I'm running whole my working notebook on 2.22 without any problems. I don't expect any significant issues.
| * | | Don't try to apply patchelf to non-ELF binariesEelco Dolstra2016-02-18
| | | |
| * | | separateDebugInfo: Handle weird filenames properlyEelco Dolstra2016-02-18
| | | |
| * | | separateDebugInfo: Restore ELF checkEelco Dolstra2016-02-18
| | | |
* | | | fetchurl: use kernel.org cdn by defaultTony White2016-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - use http://cdn.kernel.org/pub/ as the default mirror for kernel source requests. Discovered by browsing : https://www.kernel.org/introducing-fastly-cdn.html
* | | | Merge pull request #8576 from obadz/nix-prefetch-zipzimbatm2016-02-26
|\ \ \ \ | | | | | | | | | | Add --ext option to nix-prefetch-zip
| * | | | Add --ext option to nix-prefetch-zipobadz2015-07-15
| | | | |
* | | | | fetch-cargo-deps: factor into fetchCargoDeps functionNikolay Amiantov2016-02-25
| | | | |
* | | | | fetchcargo: set CA bundle pathNikolay Amiantov2016-02-25
| |_|_|/ |/| | |
* | | | revert fetch-cargo-deps changeJude Taylor2016-02-23
| | | |
* | | | fix fetch-cargo SSL errorJude Taylor2016-02-23
| | | |
* | | | Merge pull request #13114 from colemickens/azurezimbatm2016-02-23
|\ \ \ \ | | | | | | | | | | azure: package qemu 2.2.0 to fix VHD creation
| * | | | azure: package qemu @ 2.2.0Cole Mickens2016-02-18
| | |_|/ | |/| | | | | | | | | | | | | | This commit packages qemu-220. This package is qemu-2.2.0 and is only used with Azure.
* | | | Merge pull request #13111 from tsion/simplify-assertzimbatm2016-02-23
|\ \ \ \ | | | | | | | | | | Simplify fetchurl assertion logic.
| * | | | Require at least one of url or urls in fetchurl.Scott Olson2016-02-19
| | | | |
| * | | | Simplify fetchurl assertion logic.Scott Olson2016-02-18
| |/ / / | | | | | | | | | | | | | | | | | | | | The two lines I removed technically assert the exact same thing, since `!a -> b` is equivalent to `a || b`. So, I replaced the two lines with the more symmetric form to make it clearer.
* | | | Merge pull request #13369 from grahamc/nix-prefetch-git-output-base32zimbatm2016-02-22
|\ \ \ \ | | | | | | | | | | nix-prefetch-git: output base32 hash so output matches nix-build errors
| * | | | nix-prefetch-git: output base32 hash so output matches nix-build errorsGraham Christensen2016-02-22
| | | | | | | | | | | | | | | | | | | | It turns out hashFormat has never been set.
* | | | | Merge pull request #13027 from puffnfresh/package/pijulRicardo M. Correia2016-02-20
|\ \ \ \ \ | | | | | | | | | | | | pijul: 0.1 -> 0.2-6ab9ba
| * | | | | rust: fix prePatch phase fail when sourceRoot setBrian McKenna2016-02-17
| |/ / / / | | | | | | | | | | | | | | | We want to go up more than a single directory if we're in a nested one.
* | | | | requireFile: preferLocalBuild = trueVladimír Čunát2016-02-19
| | | | | | | | | | | | | | | | | | | | There's no point trying to "distribute" showing the error message.
* | | | | steamPackages.runtime: use mirrors, add my mirrorNikolay Amiantov2016-02-19
| |/ / / |/| | |
* | | | Merge pull request #13099 from datakurre/datakurre-dockertoolsLuca Bruno2016-02-18
|\ \ \ \ | |_|_|/ |/| | | dockerTools: Fix issue where image name with repository prefix was no…
| * | | dockerTools: Fix issue where image name with repository prefix was not supportedAsko Soukka2016-02-18
| | | |
* | | | Merge branch 'master' into stagingVladimír Čunát2016-02-17
|\| | |