summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Collapse)AuthorAge
* buildRustPackage: only copy executables to binJörg Thalheim2017-04-15
| | | | in newer rust versions also *.rlib files are put into this directory
* buildRustPackage: add standard package hooksJörg Thalheim2017-04-15
| | | | when overriding build phases also the standard hooks should be called
* buildRustPackage: add cargoBuildFlagsJörg Thalheim2017-04-15
|
* Merge pull request #24871 from elitak/cross-stagingJohn Ericson2017-04-15
|\ | | | | Various small crossDrv fixes
| * buildEnv: use buildPackages.perl so crossDrv worksEric Litak2017-04-14
| |
* | buildFHSEnv: add ACLOCAL_PATHNikolay Amiantov2017-04-12
|/ | | | Fixes #24620.
* buildRustPackage: Fix "warning: file ... may be generated" (#24471)Christian Kauhaus2017-03-30
| | | | | | | | | | | | Every Rust derivation used to emit a warning like the following: ``` setting SOURCE_DATE_EPOCH to timestamp 1490877042 of file cargo-6e0c18c/Cargo.lock warning: file cargo-6e0c18c/Cargo.lock may be generated; SOURCE_DATE_EPOCH may be non-deterministic ``` The reason is that the dependencies are copied without preserving timestamps. Changing the build script to timestamp-preserving copy removes the warning.
* Merge pull request #24347 from spacekitteh/fetchGitRepoMichael Raskin2017-03-28
|\ | | | | fetchRepoProject: fixes; more options
| * fetchRepoProject: typoSophie Taylor2017-03-27
| |
| * fetchRepoProject: fixupSophie Taylor2017-03-26
| |
| * fetchRepoProject: typoSophie Taylor2017-03-26
| |
| * Merge branch 'master' into fetchGitRepoSophie Taylor2017-03-26
| |\
| * | fetchRepoProject: fixes; more optionsSophie Taylor2017-03-26
| | |
* | | buildDotnetPackage: don't depend on invalid quoting in makeWrapperNikolay Amiantov2017-03-27
| |/ |/| | | | | Fixes #24387.
* | nix-buffer support: Make process-environment changes actually localShea Levy2017-03-25
| |
* | Merge pull request #24275 from spacekitteh/fetchFromGitRepoDaiderd Jordan2017-03-25
|\ \ | | | | | | fetchRepoProject: Fix buildCommand
| * | fetchrepoproject: cleanup extra flagsDaiderd Jordan2017-03-25
| | |
| * | fetchRepoProject: Fix buildCommandSophie Taylor2017-03-25
| | |
* | | Add setupSystemdUnits function.Shea Levy2017-03-24
|/ / | | | | | | Allows setting up and managing a set of systemd units on any systemd distribution.
* | fetchrepoproject: fix evaluationDaiderd Jordan2017-03-24
| |
* | Merge pull request #24239 from spacekitteh/fetchFromGitRepoDaniel Peebles2017-03-23
|\| | | | | Added fetchRepoProject
| * fetchRepoProject: init.Sophie Taylor2017-03-24
| | | | | | | | | | | | | | Added to grab projects added by git-repo. Contains some problems still reguarding purity and clone.bundle, but good enough for now.
* | makeQtWrapper, kdeWrapper: add GTK3 dependenciesNikolay Amiantov2017-03-22
|/
* Fix mkdir for fetchgx to not throw an exceptionHeeL2017-03-21
|
* fetch-*: remove md5 supportRobin Gloster2017-03-20
| | | | fixes #4491
* fetchsvn: fixup name guessing after #23851Vladimír Čunát2017-03-19
| | | | | I can't see any unfixed differences due to that PR, at least in nix-env -qa output for the four Hydra platforms.
* makeWrapper: quote pathsNikolay Amiantov2017-03-16
| | | | | | Fixes https://github.com/NixOS/nixpkgs/pull/22962#commitcomment-21144939 Also run ShellCheck.
* Merge branch 'master' into stagingVladimír Čunát2017-03-15
|\ | | | | | | More larger rebuilds from master, unfortunately.
| * 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
| |