-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 3878342ef02d
head repository: NixOS/nixpkgs-channels
compare: e27d1b802c01
Commits on Aug 9, 2018
-
nix1: don't deliver perl-bindings of nixStable (a.k.a nix2)
This causes collisions between the build outputs of `nix` when building in an environment with `nix1.perl-bindings` and `nix`: ``` collision between `/nix/store/aa4rrcj7dg2xj4rfkiclcmp745ibqng0-nix-2.0.4/lib/libnixstore.so' and `/nix/store/sp0sdi4bll80h58big1iy8kkh3qqxpw2-nix-1.11.16/lib/libnixstore.so' builder for '/nix/store/wgbccin107lhm8cv9imnnvkx1j2pgibc-hydra-perl-deps.drv' failed with exit code 25 ```
Configuration menu - View commit details
-
Copy full SHA for a7685f7 - Browse repository at this point
Copy the full SHA a7685f7View commit details
Commits on Aug 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 48e5fbe - Browse repository at this point
Copy the full SHA 48e5fbeView commit details -
ivan: add myself as maintainer
Free Potion committedAug 13, 2018 Configuration menu - View commit details
-
Copy full SHA for a6781fa - Browse repository at this point
Copy the full SHA a6781faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0db5d - Browse repository at this point
Copy the full SHA 4f0db5dView commit details -
hydra: 2017-11-21 -> 2018-08-07
This bumps Hydra to the latest revision available. As Hydra doesn't have a release model (and therefore no tags) ATM, the derivation will pin against the actual git revision and the date of the commit in the derivation name. Additionally the following changes have been made: * Dropped `postUnpack` phase. It is useful when working with the Hydra source (and no dirty changes shall be used in `release.nix`, but is has no use in `nixpkgs`). * Added myself as maintainer to have more folks available in case of future breakage. * Implemented support for Nix 2.0 and `unstable` (currently 2.1): Since 1672bcd230447f1ce0c3291950bdd9a662cee974 in NixOS/nix the evaluator differentiates between `settings` and `evalSettings`. Previously `restrictEval` in `hydra-eval-jobs.cc` has been set in `settings`, this doesn't work anymore in Nix 2.1 and is therefore incompatible to Nix 2.0 on an API level. To resolve this, the flag `isGreaterNix20` parses the version string of `pkgs.nix` and applies a patch if nix.version<=2.0. Furthermore the Hydra build with Nix 2.1 requires `boost` as build input which is not needed for Nix 2.0. To avoid unnecessary increase in the closure size this library will only used as build input for nix.version>2.0. * Fixed the NixOS test for `hydra`: disabled binary cache to allow sandbox builds (otherwise it would query `cache.nixos.org` during the Hydra build inside the test). Additionally the trivial.nix jobset required simplification (as done in NixOS/hydra, e.g. tests/api-test.nix) as bash is not available in the build sandbox as builder (even when adding pkgs.bash to systemPackages). The easiest workaround to confirm a the functionality of a jobset without importing nixpkgs is to use the default shell /bin/sh which is mounted from `pkgs.busybox` into the build env (NixOS/nixpkgs#44841 (comment)) in the VM and a named pipe to create $out. Closes #44044
Configuration menu - View commit details
-
Copy full SHA for 7682c2f - Browse repository at this point
Copy the full SHA 7682c2fView commit details
Commits on Aug 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 942a5ef - Browse repository at this point
Copy the full SHA 942a5efView commit details -
Configuration menu - View commit details
-
Copy full SHA for be81e1e - Browse repository at this point
Copy the full SHA be81e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c854d - Browse repository at this point
Copy the full SHA c0c854dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83279da - Browse repository at this point
Copy the full SHA 83279daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 751f10e - Browse repository at this point
Copy the full SHA 751f10eView commit details -
rust: Set dontUpdateAutotoolsGnuConfigScripts everywhere
It's needed on ARM nowadays as well, so just put it everywhere.
Configuration menu - View commit details
-
Copy full SHA for 7e05613 - Browse repository at this point
Copy the full SHA 7e05613View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b542fd - Browse repository at this point
Copy the full SHA 4b542fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72d1be9 - Browse repository at this point
Copy the full SHA 72d1be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aae0c0 - Browse repository at this point
Copy the full SHA 2aae0c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f18a5 - Browse repository at this point
Copy the full SHA 44f18a5View commit details -
Merge pull request #44841 from Ma27/bump-hydra
hydra: 2017-11-21 -> 2018-08-07
Configuration menu - View commit details
-
Copy full SHA for f2cab31 - Browse repository at this point
Copy the full SHA f2cab31View commit details -
Merge pull request #45010 from jbaum98/zn_poly-darwin
zn_poly: Add darwin support
Configuration menu - View commit details
-
Copy full SHA for 5d5e484 - Browse repository at this point
Copy the full SHA 5d5e484View commit details -
Merge pull request #45004 from jbaum98/flint-darwin
flint: Add darwin support
Configuration menu - View commit details
-
Copy full SHA for 96c34ed - Browse repository at this point
Copy the full SHA 96c34edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5762a57 - Browse repository at this point
Copy the full SHA 5762a57View commit details -
Merge pull request #44997 from vbgl/default-coq-8.8
coq: default to version 8.8
Configuration menu - View commit details
-
Copy full SHA for 9bf92a1 - Browse repository at this point
Copy the full SHA 9bf92a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc671a1 - Browse repository at this point
Copy the full SHA cc671a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bdb20d - Browse repository at this point
Copy the full SHA 6bdb20dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85f892b - Browse repository at this point
Copy the full SHA 85f892bView commit details -
haskellPackages.hpack: set to newest hpack to avoid conflicting hpack…
… versions in closure
Configuration menu - View commit details
-
Copy full SHA for d2c55eb - Browse repository at this point
Copy the full SHA d2c55ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 849b27c - Browse repository at this point
Copy the full SHA 849b27cView commit details -
Configuration menu - View commit details
-
Copy full SHA for af960e5 - Browse repository at this point
Copy the full SHA af960e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 318020e - Browse repository at this point
Copy the full SHA 318020eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2845b63 - Browse repository at this point
Copy the full SHA 2845b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6ffded - Browse repository at this point
Copy the full SHA c6ffdedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 038cd75 - Browse repository at this point
Copy the full SHA 038cd75View commit details -
Merge pull request #45008 from jbaum98/gfan-darwin
gfan: Add darwin support
Configuration menu - View commit details
-
Copy full SHA for d6b9ab6 - Browse repository at this point
Copy the full SHA d6b9ab6View commit details -
linuxPackages.zfsUnstable: 2018-05-22 -> 2018-08-13
spl was merged into zfs master
Configuration menu - View commit details
-
Copy full SHA for 4360a87 - Browse repository at this point
Copy the full SHA 4360a87View commit details -
javacard-devkit: init at 2.2.2
Oracle has already released 3.0.5, but versions after 2.2.2 appear to be Windows-only. Thanks-To: aszlig <aszlig@nix.build>
Configuration menu - View commit details
-
Copy full SHA for bcf59b9 - Browse repository at this point
Copy the full SHA bcf59b9View commit details -
Merge pull request #44981 from Ekleog/rust-patch-bis
buildRustPackage: allow patches to fix Cargo.lock
Configuration menu - View commit details
-
Copy full SHA for 78777fb - Browse repository at this point
Copy the full SHA 78777fbView commit details -
Merge pull request #44148 from Ekleog/javacard-devkit
javacard-devkit: init at 2.2.2
Configuration menu - View commit details
-
Copy full SHA for ec14b03 - Browse repository at this point
Copy the full SHA ec14b03View commit details -
Merge pull request #45012 from Mic92/zfs
linuxPackages.zfsUnstable: 2018-05-22 -> 2018-08-13
Configuration menu - View commit details
-
Copy full SHA for 93f9b70 - Browse repository at this point
Copy the full SHA 93f9b70View commit details -
Configuration menu - View commit details
-
Copy full SHA for be989c7 - Browse repository at this point
Copy the full SHA be989c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1333ebc - Browse repository at this point
Copy the full SHA 1333ebcView commit details -
Merge pull request #45023 from markuskowa/alsalics
add licenses: alsa[Utils,Tools,Oss], altermime
Configuration menu - View commit details
-
Copy full SHA for f1c3327 - Browse repository at this point
Copy the full SHA f1c3327View commit details -
Merge pull request #45017 from chpatrick/meshlab-update
meshlab: 2016.02 -> 20180627-beta
Configuration menu - View commit details
-
Copy full SHA for e27d1b8 - Browse repository at this point
Copy the full SHA e27d1b8View commit details
There are no files selected for viewing
This file was deleted.