summaryrefslogtreecommitdiffstats
path: root/pkgs/build-support
AgeCommit message (Collapse)Author
2017-03-02Revert "buildRustPackage: fix deprecated use of registry.index config key"Anders Papitto
This reverts commit e8aa8cc94be45103fcd32b5f0bfee4a55eae4080.
2017-03-01nixBufferBuilders.withPackages: Fix buffer count logicShea Levy
2017-03-01Merge branch 'staging'Vladimír Čunát
(Truly, this time :-)
2017-02-27Merge pull request #20444 from NeQuissimus/java_packagesDaniel Peebles
Java packages
2017-02-27Merge branch 'master' into stagingVladimír Čunát
2017-02-27compress-man-pages: skip compressed manpagesVladimír Čunát
Because of bash 4.4 the semantics GLOBIGNORE changed. This resulted in already compressed manpages to be compressed twice. Also be careful about symlinks to fix #21777, e.g. the ledger example.
2017-02-27Move kdeWrapper out of kdeFrameworksThomas Tuegel
2017-02-27Move kdeDerivation out of kdeFrameworksThomas Tuegel
2017-02-26build-support/vm: replace sha256 with sha1Jörg Thalheim
2017-02-24kde4: Remove kdewrapperThomas Tuegel
- Not useful without the KDE 4 desktop
2017-02-21GrrrEelco Dolstra
2017-02-21Fix Ubuntu 16.10 nameEelco Dolstra
2017-02-21Add Ubuntu 16.10Eelco Dolstra
2017-02-21VM builds: Use -smp when enableParallelBuilding is setEelco Dolstra
2017-02-21Add Fedora 25Eelco Dolstra
2017-02-19buildRustPackage: fix deprecated use of registry.index config key (#22987)anderspapitto
See https://github.com/rust-lang/cargo/commit/8214bb953dee7f529747ce69ff81fe294259a6a0 for the cargo commit which deprecated the registry.index key, and implements this as a replacement. This gets rid of the error message warning: custom registry support via the `registry.index` configuration is being removed, this functionality will not work in the future
2017-02-16nix-prefetch-zip: RemoveEelco Dolstra
This script is not needed anymore since "nix-prefetch-url --unpack <url>" and "nix-prefetch-url -A foo.src" (where "foo.src" is a fetchzip / fetchFromGitHub call) work fine.
2017-02-15pythonPackages: use a more direct mirror (#22833)Profpatsch
The pypi.io domain is redirected two (!) times and lands on the URL added by this commit.
2017-02-13javaPackages: Use artifactId/groupIdTim Steinbach
2017-02-13Merging against upstream masterParnell Springmeyer
2017-02-13VM tests: veryloose -> cache=looseEelco Dolstra
2017-02-11updateAutotoolsGnuConfigScriptsHook: Only fix filesTuomas Tynkkynen
Some package had a broken symlink named config.sub, and the script would fail.
2017-02-10Merge recent stagingVladimír Čunát
It's the version last built on Hydra, almost fully.
2017-02-10Revert "grsecurity: overrideDerivation -> overrideAttrs"Joachim Fasting
This reverts commit 3d9017602b0f0dbe8e4c0706cda32e8f8b38311b. This didn't quite work as I had expected ... While it seemed okay at first, it fails to propagate all the attributes it used to (notably features). I'll revisit this later but reverting for now.
2017-02-09grsecurity: overrideDerivation -> overrideAttrsJoachim Fasting
2017-02-09cygwin-iso: fix the most obvious parts of bit rotMichael Raskin
Still doesn't build though. Is anyone still using it?
2017-02-09Merge branch 'master' into stagingVladimír Čunát
2017-02-07samba: Fix URLEelco Dolstra
Fixes #22527.
2017-02-05Merge #19328: mkWrapper fix and docsVladimír Čunát
2017-01-29Merging with upstreamParnell Springmeyer
2017-01-29Getting rid of the var indirection and using a bin path insteadParnell Springmeyer
2017-01-28Addressing PR feedbackParnell Springmeyer
2017-01-26Add a `pkgs.dhallToNix` utilityGabriel Gonzalez
This adds a `dhallToNix` utility which compiles expression from the Dhall configuration language to Nix using Nix's support for "import from derivation". The main motivation of this compiler is to allow users to carve out small typed subsets of Nix projects. Everything in the Dhall language (except `Double`s) can be translated to Nix in this way, including functions.
2017-01-26Merging against master - updating smokingpig, rebase was going to be messyParnell Springmeyer
2017-01-25setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer
2017-01-25stdenv: Add updateAutoconfGnuConfigScriptsHook for aarch64Tuomas Tynkkynen
This is required for Aarch64 since a lot of source tarballs ship with outdated configure scripts that don't recognize aarch64. Simply replacing the config.guess and config.sub with new versions from upstream makes them build again. This same approach is used by at least Buildroot and Fedora. In principle this could be enabled for all architectures but conditionalizing this on aarch64 avoids a mass rebuild on x86.
2017-01-25stdenv: Bringup aarch64 architecture supportTuomas Tynkkynen
2017-01-24cc-wrapper: Remove unneeded crossAttrsJohn Ericson
2017-01-23Fix fetchbower to handle SSL originsAndraz Bajt
2017-01-17debian: 8.6 -> 8.7Eelco Dolstra
2017-01-13fetchurl: change to grep -E to fix #8561Vladimír Čunát
Close #21861.
2017-01-03nix-prefetch-git: remove call to non-existent print_metadata command; ↵Connor Clark
improve hash mismatch error message.
2016-12-31Revert "releaseTools.debBuild: split checkinstall into separate phase"Nikolay Amiantov
2016-12-30Merge pull request #20767 from abbradar/debbuildMichael Raskin
releaseTools.debBuild: split checkinstall into separate phase
2016-12-30Merge pull request #19939 from groxxda/replaceDependencyMichael Raskin
replaceDependency: fix syntax error
2016-12-29Use looser 9pfs caching in VM tests/buildsEelco Dolstra
This can give significant speed ups, see https://github.com/edolstra/linux/commit/7e20254412c780a2102761fee92cb1d32ceeaefd.
2016-12-20make-initrd: create reproducible initrdsJoachim Fasting
To achieve reproducible results, `cpio` archive members are added in sorted order and inodes renumbered. The `cpio-clean.pl` script is made obsolete by setting mtimes via `touch` & using `cpio --reproducible`. Suggested by @dezgeg in https://github.com/NixOS/nixpkgs/pull/21273#issuecomment-268116605. Note that using `--reproducible` means that initial ramdisk creation now requires at least `cpio` version 2.12 (released in 2015).
2016-12-14Merge pull request #19369 from Mic92/nix-prefetch-gitJörg Thalheim
nix-prefetch-git: fix json output.
2016-12-09linkFarm: prefer local buildMichael Raskin
2016-12-07fix win-dll-link.sh setup hook (#20925)Tomas Hlavaty
if a dll is symlink then dll files from the symlinked directory need to be taken