summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* glibc: Fix for crossJohn Ericson2017-05-19
|
* release-cross: Do a recursive union to make sure we don't loose testsJohn Ericson2017-05-18
|
* release-cross: Make tests more uniformJohn Ericson2017-05-17
| | | | | | Fewer packages are only built on one platform. Eventually we should have each package encode its own requirements on build host and target (as we do for build already) and use that to test automatically.
* ncurses: Fix for crossJohn Ericson2017-05-17
|
* gmp 6: Fix for crossJohn Ericson2017-05-17
|
* lib platform parsing: Whitelist `darwin10` and `darwin14` as stopgapJohn Ericson2017-05-17
| | | | | Something better should be done longer term to support such version suffixes.
* release-cross: Add arms test from Darwin for binutilsJohn Ericson2017-05-17
| | | | This does a decent job of testing everything in this PR up to here.
* gcc: When cross compiling, always expect prefixed binutilsJohn Ericson2017-05-17
| | | | Previously this was just done on Darwin.
* binutils and cctools: Prefix derivation names with target for crossJohn Ericson2017-05-17
| | | | | | | | | | | | We want platform triple prefixes and suffixes on derivation names to be used consistently. The ideom this commit strives for is - suffix means build != host, i.e. cross *built* packages. This is already done. - prefix means build != target, i.e. cross tools. This matches the tradition of such binaries themselves being prefixed to disambiguate.] Binutils and cctools, as build tools, now use the latter
* binutils on darwin: Clean up the rats nestJohn Ericson2017-05-17
| | | | | | | | | | | | - No more *Cross duplication for binutils on darwin either. `cctools_cross` is merged into plain `cctools`, so `buildPackages` chains alone are used to disambiguate. - Always use a mashup of cctools and actual GNU Binutils as `binutils`. Previously, this was only done in the native case as nobody had bothered to implement the masher in the cross case. Implemented it basically consisted of extending the wrapper to deal with prefixed binaries.
* linux cross stdenv: Use the cross stdenv and `nativeBuildInputs`John Ericson2017-05-17
| | | | | This is a cross derivation---it's built on one platform to run on another---so let's structure it like all the other cross derivations.
* linuxHeadersCross: Remove and just use `linuxHeaders`John Ericson2017-05-17
|
* linux cross stdenv: Fix eval errorsJohn Ericson2017-05-17
| | | | | | | | `pkgsNoParams` was removed by me, but then #25035 was merged using it, leading to an unbound identifier. It would be nice to get travis to do build release-cross.nix or something to catch these things.
* lib platform parsing: Fix windows support to conform to LLVM, take 2John Ericson2017-05-17
| | | | | | | Second attempt at pull request #25275 This reverts commit b70924bd80918d153a5e2023afd7647ae7b24a12, reapplying 2282a5774cd80567644a44d31585bf965a55f9ec
* lib: Consolidate tests into one meta jobJohn Ericson2017-05-17
|
* Merge pull request #25611 from Lassulus/copytoram-optionJörg Thalheim2017-05-09
|\ | | | | nixos/iso-image: add option for copytoram
| * nixos/iso-image: add option for copytoramlassulus2017-05-08
| |
* | Merge pull request #25614 from bobakker/masterJörg Thalheim2017-05-09
|\ \ | | | | | | hpx: restrict architecture to x86_64
| * | Restrict architectures to x86_64Bo Bakker2017-05-08
| | |
* | | hardware.enableRedistributableFirmware: fix spelling errorJörg Thalheim2017-05-09
| | |
* | | Add salt master module (#25632)Aneesh Agrawal2017-05-09
| | | | | | | | | | | | | | | | | | * salt: 2016.11.2 -> 2016.11.4 * salt: Add master NixOS module
* | | Merge pull request #25568 from sigma/pr/go-1.8.1Daiderd Jordan2017-05-09
|\ \ \ | | | | | | | | go: 1.8 -> 1.8.1
| * | | go_1_8: use llvm 4.0Yann Hodique2017-05-07
| | | |
| * | | go: 1.8 -> 1.8.1Yann Hodique2017-05-06
| | | |
* | | | bind: disable seccomp by defaultFranz Pletz2017-05-09
| | | | | | | | | | | | | | | | Fixes #25645 & #23431.
* | | | gitlab: 8.17.5 -> 8.17.6Franz Pletz2017-05-09
| | | | | | | | | | | | | | | | Security release: https://about.gitlab.com/2017/05/08/gitlab-9-dot-1-dot-3-security-release/
* | | | Revert "Use consistent package naming for HEAD.nix files" for GHC and GHCjs.Peter Simons2017-05-09
| | | | | | | | | | | | | | | | | | | | This reverts commit 31b0e34d1dd1226de1492101e3aeea60292196d7. The version numbers used in that commit were no improvement.
* | | | elasticsearch_kopf: 1.5.7 -> 2.1.1Tristan Helmich2017-05-09
| | | |
* | | | graylogPlugins: Add and update pluginsTristan Helmich2017-05-09
| | | |
* | | | camlistore: use buildGoPackageLinus Heckemann2017-05-09
| | | | | | | | | | | | | | | | | | | | | | | | this removes go references from the package fixes #25346
* | | | inconsolata-lgc: git-2015-04-18 -> 1.3 (#25641)rht2017-05-09
| | | | | | | | | | | | | | | | | | | | | | | | * inconsolata-lgc: git-2015-04-18 -> 1.3 * lgc.nix: fix evaluation
* | | | Merge pull request #25636 from Mic92/firmwareJörg Thalheim2017-05-09
|\ \ \ \ | | | | | | | | | | hardware: add enableRedistributalFirmware
| * | | | hardware: add enableRedistributalFirmwareJörg Thalheim2017-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due the recent inclusion of broadcom-bt-firmware in enableAllFirmware, it was required to set `nixpkgs.config.allowUnfree` to obtain the full list. To make this dependency more explicit an assertion is added and an alternative option `enableRedistributalFirmware` is provided to only obtain firmware with an license allowing redistribution.
* | | | | Merge pull request #25644 from taku0/flashplayer-25.0.0.171Eelco Dolstra2017-05-09
|\ \ \ \ \ | | | | | | | | | | | | flashplayer: 25.0.0.148 -> 25.0.0.171
| * | | | | flashplayer-ppapi: 25.0.0.148 -> 25.0.0.171taku02017-05-09
| | | | | |
| * | | | | flashplayer: 25.0.0.148 -> 25.0.0.171taku02017-05-09
| | | | | |
* | | | | | Merge pull request #25628 from mdorman/emacs-updatesThomas Tuegel2017-05-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Automated Emacs package updates
| * | | | | | melpa-packages: 2017-05-08Michael Alan Dorman2017-05-08
| | | | | | |
| * | | | | | melpa-stable-packages: 2017-05-08Michael Alan Dorman2017-05-08
| | | | | | |
| * | | | | | elpa-packages: 2017-05-08Michael Alan Dorman2017-05-08
| | | | | | |
| * | | | | | org-packages: 2017-05-08Michael Alan Dorman2017-05-08
| | | | | | |
* | | | | | | Merge pull request #25643 from lheckemann/syncthing-systemd-pathPeter Hoeg2017-05-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | syncthing: correct path for systemd units
| * | | | | | | syncthing: correct path for systemd unitsLinus Heckemann2017-05-09
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The systemd files included with syncthing are "library" and not "configuration" units, so they should be placed in lib/systemd rather than etc/systemd, so that they can be customised by creating unit files in etc/. This also corresponds to how syncthing's own build script installs them.
* | | | | | | linux: 4.10.14 -> 4.10.15Tim Steinbach2017-05-09
| | | | | | |
* | | | | | | Merge pull request #25634 from ericsagnes/pkg-new/gnu-cobolPascal Wittmann2017-05-09
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | gnu-cobol: init at 2.0rc-2
| * | | | | | gnu-cobol: init at 2.0rc-2Eric Sagnes2017-05-09
| | | | | | |
* | | | | | | Merge pull request #25588 from mimadrid/update/weka-3.8.1Peter Hoeg2017-05-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | weka: 3.8.0 -> 3.8.1
| * | | | | | | weka: 3.8.0 -> 3.8.1mimadrid2017-05-07
| | | | | | | |
* | | | | | | | Merge pull request #25638 from gaqzi/u/idea-ultimatePeter Hoeg2017-05-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | idea-ultimate: 2017.1.1 -> 2017.1.2
| * | | | | | | | idea-ultimate: 2017.1.1 -> 2017.1.2Björn Andersson2017-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed to using the no-jdk version which is ~80MB smaller since we're using the Nix JDK.