about summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Collapse)AuthorAge
...
| * Merge pull request #22571 from LnL7/darwin-frameworks-hookDaniel Peebles2017-03-15
| |\ | | | | | | add setup-hook to fix darwin frameworks
| | * darwin: add setup-hook to fix CF referencesDaiderd Jordan2017-03-12
| | |
* | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2017-03-14
|\| | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
| * | fetchSvn: Add support for --ignore-keywords flagArseniy Alekseyev2017-03-13
| |/ | | | | | | | | | | | | | | | | | | This is a flag that disables subversion keyword substitution. Keyword substitution inserts metadata into the files being checked out, and is therefore somewhat at odds with build reproducibility. In particular, it can become a problem if you're trying to switch between svn and a git export of the same thing (keyword substitutions are normally not exported into git).
| * Add removeReferencesTo for removing specific refsLinus Heckemann2017-03-09
| | | | | | | | | | | | This allows for a less blanket approach than nuke-refs, targetting specific references that we know we don't want rather than all references that we don't know we want.
* | stripDirs: Silence annoying 'File format not recognized' errorsShea Levy2017-03-08
|/
* Revert "buildRustPackage: fix deprecated use of registry.index config key"Anders Papitto2017-03-02
| | | | This reverts commit e8aa8cc94be45103fcd32b5f0bfee4a55eae4080.
* nixBufferBuilders.withPackages: Fix buffer count logicShea Levy2017-03-01
|
* Merge branch 'staging'Vladimír Čunát2017-03-01
|\ | | | | | | (Truly, this time :-)
| * Merge branch 'master' into stagingVladimír Čunát2017-02-27
| |\
| * | compress-man-pages: skip compressed manpagesVladimír Čunát2017-02-27
| | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #20444 from NeQuissimus/java_packagesDaniel Peebles2017-02-27
|\ \ \ | |_|/ |/| | Java packages
| * | javaPackages: Use artifactId/groupIdTim Steinbach2017-02-13
| | |
| * | Build supportTim Steinbach2016-11-14
| | |
* | | Move kdeWrapper out of kdeFrameworksThomas Tuegel2017-02-27
| | |
* | | Move kdeDerivation out of kdeFrameworksThomas Tuegel2017-02-27
| | |
* | | build-support/vm: replace sha256 with sha1Jörg Thalheim2017-02-26
| | |
* | | kde4: Remove kdewrapperThomas Tuegel2017-02-24
| |/ |/| | | | | - Not useful without the KDE 4 desktop
* | GrrrEelco Dolstra2017-02-21
| |
* | Fix Ubuntu 16.10 nameEelco Dolstra2017-02-21
| |
* | Add Ubuntu 16.10Eelco Dolstra2017-02-21
| |
* | VM builds: Use -smp when enableParallelBuilding is setEelco Dolstra2017-02-21
| |
* | Add Fedora 25Eelco Dolstra2017-02-21
| |
* | buildRustPackage: fix deprecated use of registry.index config key (#22987)anderspapitto2017-02-19
| | | | | | | | | | | | | | | | 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
* | nix-prefetch-zip: RemoveEelco Dolstra2017-02-16
| | | | | | | | | | | | 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.
* | pythonPackages: use a more direct mirror (#22833)Profpatsch2017-02-15
| | | | | | | | The pypi.io domain is redirected two (!) times and lands on the URL added by this commit.
* | Merging against upstream masterParnell Springmeyer2017-02-13
|\ \
| * | VM tests: veryloose -> cache=looseEelco Dolstra2017-02-13
| | |
| * | updateAutotoolsGnuConfigScriptsHook: Only fix filesTuomas Tynkkynen2017-02-11
| | | | | | | | | | | | | | | Some package had a broken symlink named config.sub, and the script would fail.
| * | Merge recent stagingVladimír Čunát2017-02-10
| |\ \ | | | | | | | | | | | | It's the version last built on Hydra, almost fully.
| | * \ Merge branch 'master' into stagingVladimír Čunát2017-02-09
| | |\ \
| | * \ \ Merge #19328: mkWrapper fix and docsVladimír Čunát2017-02-05
| | |\ \ \
| | | * | | stdenv/makeWrapper: make extraFlagsArray localProfpatsch2016-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extraFlagsArray should not be exposed outside of `makeWrapper`, it should only be possible to set it inside a script supplied via the `--run` argument.
| | | * | | stdenv: document makeWrapperProfpatsch2016-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add function documentation to `makeWrapper`. Also add user documentation to the nixpkgs manual.
| * | | | | Revert "grsecurity: overrideDerivation -> overrideAttrs"Joachim Fasting2017-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | grsecurity: overrideDerivation -> overrideAttrsJoachim Fasting2017-02-09
| | | | | |
| * | | | | cygwin-iso: fix the most obvious parts of bit rotMichael Raskin2017-02-09
| | |_|/ / | |/| | | | | | | | | | | | | Still doesn't build though. Is anyone still using it?
| * | | | samba: Fix URLEelco Dolstra2017-02-07
| |/ / / | | | | | | | | | | | | Fixes #22527.
* | | | Merging with upstreamParnell Springmeyer2017-01-29
|\| | |
| * | | Add a `pkgs.dhallToNix` utilityGabriel Gonzalez2017-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | stdenv: Add updateAutoconfGnuConfigScriptsHook for aarch64Tuomas Tynkkynen2017-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | stdenv: Bringup aarch64 architecture supportTuomas Tynkkynen2017-01-25
| | | |
* | | | Getting rid of the var indirection and using a bin path insteadParnell Springmeyer2017-01-29
| | | |
* | | | Addressing PR feedbackParnell Springmeyer2017-01-28
| | | |
* | | | Merging against master - updating smokingpig, rebase was going to be messyParnell Springmeyer2017-01-26
|\| | |
| * | | cc-wrapper: Remove unneeded crossAttrsJohn Ericson2017-01-24
| | | |
| * | | Fix fetchbower to handle SSL originsAndraz Bajt2017-01-23
| | | |
| * | | debian: 8.6 -> 8.7Eelco Dolstra2017-01-17
| | | |
| * | | fetchurl: change to grep -E to fix #8561Vladimír Čunát2017-01-13
| | | | | | | | | | | | | | | | Close #21861.
* | | | setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer2017-01-25
|\| | |