Vladimír Čunát
e08e354e04
luajit: revert to 2.1 on aarch64 for now
...
https://nix-cache.s3.amazonaws.com/log/irncmyl5d6h21jzg5rm10q8s2sxqirmv-luajit-2.0.5.drv
It's hard to debug for me, without an aarch64 machine.
2017-07-07 18:25:17 +02:00
John Ericson
afc2023993
stdenv: Have mkDerivation pull the "extra" arguments from stdenv instead
...
Something more elaborate is needed for the "*Platform" arguments.
2017-07-07 12:16:51 -04:00
John Ericson
4cf4d7180d
stdenv: Conservatively move mkDerivation
into it's own file
2017-07-07 12:16:51 -04:00
Vladimír Čunát
e8e57452f4
stdenv: separate all meta-checking code (~200 lines)
...
Only cosmetic changes are done otherwise.
Real refactoring is left for later.
There's a small slow-down on my machine:
$ time nix-env -qa -P >/dev/null
gets from ~2.8 to ~3.5 seconds (negligible change in RAM).
That's most likely caused by sharing less computation between different
mkDerivation calls, and I plan to improve that soon.
2017-07-07 12:16:26 -04:00
Vladimír Čunát
dfc004e69c
lib.lists.mutuallyExclusive: add function
2017-07-07 12:02:29 -04:00
Vladimír Čunát
5afcdc88fa
stdenv: simple refactor to get rid of pos'
...
Suggested by Ericson2314.
2017-07-07 12:02:29 -04:00
Vladimír Čunát
7fdf18e892
stdenv: refactor (no change in semantics)
...
This just moves some expressions around in preparation to further changes.
2017-07-07 12:02:29 -04:00
Frederik Rietdijk
50430cb97b
Merge pull request #27151 from dbrock/seth
...
seth: 0.5.1 -> 0.5.6
2017-07-07 18:02:03 +02:00
Frederik Rietdijk
fbbf5e79c3
python.pkgs.virtualenv: move to separate expression
2017-07-07 17:59:32 +02:00
Frederik Rietdijk
ea5b2df865
Merge pull request #27094 from nand0p/buildbot-0.9.9
...
buildbot: 0.9.7 -> 0.9.9.post2
2017-07-07 17:48:29 +02:00
Robert Helgesson
93b1b3d6e6
perl-PDF-API2: 2.030 -> 2.033
2017-07-07 17:33:43 +02:00
Eelco Dolstra
8fc5beb855
httpd: 2.4.25 -> 2.4.26
...
CVE-2017-3167, CVE-2017-3169, CVE-2017-7659, CVE-2017-7668, CVE-2017-7679
2017-07-07 17:24:13 +02:00
Jörg Thalheim
006ac6b224
exa: 0.6.0 -> 0.7.0
2017-07-07 16:23:39 +01:00
Jörg Thalheim
515d5d577b
Merge pull request #27177 from tw-360vier/git-ftp
...
git-ftp: init at 1.4.0
2017-07-07 15:45:08 +01:00
Fernando J Pando
f6a7b851d4
buildbot: 0.9.7 -> 0.9.9.post2
...
- adds grid-view plugin
- module fixup
- tested on nixos
2017-07-07 10:00:37 -04:00
Tim Steinbach
8ab9f99309
Merge pull request #27133 from NeQuissimus/ammonite_1_0_0
...
ammonite: 0.9.9 -> 1.0.0
2017-07-07 09:01:26 -04:00
Tim Steinbach
da8bd6df67
Merge pull request #27161 from NeQuissimus/kernel_config_cleanup
...
linux: Clean up kernel config warnings
2017-07-07 09:00:52 -04:00
Jörg Thalheim
99069268e6
Merge pull request #27147 from jfrankenau/update-mergerfs
...
mergerfs: 2.22.1 -> 2.23.0
2017-07-07 13:54:28 +01:00
zimbatm
17aedafef8
kubernetes-helm: 2.4.1 -> 2.5.0
2017-07-07 13:39:19 +01:00
zimbatm
941d83df04
kops: 1.6.0 -> 1.6.2
2017-07-07 13:33:58 +01:00
Jörg Thalheim
acde126002
Merge pull request #27149 from dbrock/go-ethereum
...
go-ethereum: 1.4.7 -> 1.6.6
2017-07-07 11:39:25 +01:00
Francois-Rene Rideau
f96e4edb17
gerbil: 0.11 -> 0.12-DEV
2017-07-07 11:27:56 +01:00
Francois-Rene Rideau
e78b820beb
gambit: 4.8.6 -> 4.8.8-f3ffeb6
...
Using a yet unreleased development version of gambit,
so as to be able to build a recent gerbil.
Update the way gambit is bootstrapped, which involves building a
release version of gambit (which for a development gambit, is not the
same version as the current version of gambit).
2017-07-07 11:27:36 +01:00
Jörg Thalheim
a765577004
Merge pull request #27150 from dbrock/solc
...
solc: 0.4.11 -> 0.4.12
2017-07-07 11:20:26 +01:00
Eelco Dolstra
707703185d
nixos-rebuild: Respect empty NIX_REMOTE
...
Fixes #11384 .
Note: in Nix 1.12, you can set NIX_REMOTE to "local" to avoid
ambiguity.
2017-07-07 11:58:10 +02:00
Thorsten Weber
14f2083445
git-ftp: init at 1.4.0
2017-07-07 11:41:30 +02:00
Jörg Thalheim
6e4a343fa4
Merge pull request #27201 from gnidorah/schedulers
...
linux: Enable more I/O schedulers
2017-07-07 10:07:44 +01:00
Hector Jusforgues
0f2db06540
consul_exporter: init at 0.3.0 ( #27162 )
2017-07-07 10:01:45 +01:00
Vladimír Čunát
b8726c346c
luajit: switch to 2.0.5 on aarch64 by default
2017-07-07 10:54:06 +02:00
Vladimír Čunát
e36b588f93
luajit: add 2.0 version again
...
The reason will be apparent from the followup commit.
Also order the phases, quote shell variables, add myself to
maintainers, etc.
2017-07-07 10:54:05 +02:00
Jörg Thalheim
c7739191da
Merge pull request #27158 from tjikini/elvish
...
elvish: 0.5 -> 0.9
2017-07-07 09:52:18 +01:00
Jörg Thalheim
9728c26d28
elvish: remove unnecessary deps.nix
...
fully vendorized now
2017-07-07 09:50:05 +01:00
gnidorah
ff348f4b6d
linux: Enable more I/O schedulers
2017-07-07 11:43:48 +03:00
Jörg Thalheim
5946143312
Merge pull request #27186 from 0xABAB/patch-3
...
nfs-utils: Replace reference to /bin/true
2017-07-07 09:14:18 +01:00
Pascal Wittmann
19424cda2d
Merge pull request #27175 from jfrankenau/update-iosevka
...
iosevka: 1.13.0 -> 1.13.1
2017-07-07 09:49:31 +02:00
Pascal Wittmann
1ce2ad7fd1
Merge pull request #27200 from Ralith/bindgen
...
rust-bindgen: 0.25.5 -> 0.26.1
2017-07-07 09:45:34 +02:00
Frederik Rietdijk
e17054a57a
Merge pull request #27192 from calvertvl/fix_leo-editor_no-hardcode-python
...
leo-editor: Don't hardcode pythonX.Ym
2017-07-07 09:40:18 +02:00
Benjamin Saunders
75ca369355
rust-bindgen: 0.25.5 -> 0.26.1
2017-07-06 23:29:54 -07:00
Kevin Quick
6387a7ec8b
Update yices to add libpoly/mcsat functionality and add soname target.
2017-07-06 21:31:38 -07:00
Kevin Quick
8ff05c85ee
Add poly library for manipulating polynomials.
2017-07-06 21:30:30 -07:00
Graham Christensen
665dfda8e4
Merge pull request #27046 from NixOS/revert-26983-i3/allow-custom-configuration
...
Revert "i3: add `configFile` to enable cutom configuration locations"
2017-07-06 19:39:40 -04:00
Victor Calvert
3ff40547f0
leo-editor: Don't hardcode pythonX.Ym
2017-07-06 18:42:38 -04:00
Joachim F
f834ce36a1
Merge pull request #27176 from mdorman/emacs-updates
...
Semi-automated Emacs package updates
2017-07-06 23:27:47 +01:00
Linus Heckemann
3f8f8bf5f6
fossil: 1.36 -> 2.2
2017-07-06 23:08:47 +02:00
Daiderd Jordan
7e3a1a58cf
Revert "ncurses: look for terminfo entries in /etc"
...
This reverts commit b73a862f17
.
2017-07-06 22:50:29 +02:00
0xABAB
b89a5b2210
nfs-utils: Replace reference to /bin/true
2017-07-06 20:43:22 +02:00
Tim Steinbach
968e0b2baf
linux-copperhead: 4.11.8.a -> 4.12.b
2017-07-06 11:42:27 -04:00
Michael Alan Dorman
49da250e9c
melpa-packages: 2017-07-06
...
Removals:
- gregorio-mode: repo no longer exists
2017-07-06 11:15:36 -04:00
Michael Alan Dorman
45d772288e
melpa-stable-packages: 2017-07-06
2017-07-06 11:15:36 -04:00
Michael Alan Dorman
47bd753787
org-packages: 2017-07-06
2017-07-06 11:15:33 -04:00