Vladimír Čunát
a9c7610874
Merge #22854 : mesa: 13.0.x -> 17.0.0
...
The versioning scheme is changing to start with the year.
2017-02-27 20:12:37 +01:00
Vladimír Čunát
e2e270d1e2
binutils: drop the $dev/bin symlink
...
Fixes #18839 . I suspect I once added this just because of some
deficiencies in an early development version of the multiple-output
framework in stdenv.
2017-02-27 20:08:26 +01:00
Frederik Rietdijk
079353e208
Python 2.7: increase priority - fixup
...
From the manual:
> This attribute should be a number, with a higher value denoting a
lower priority. The default priority is 0.
Just passing -5 or -10 wasn't sufficient, so let's make it -100.
2017-02-26 16:27:45 +01:00
Frederik Rietdijk
4bc1d02698
Python 2.7: increase priority
...
Higher priority than Python 3.x so that `/bin/python` points to
`/bin/python2` in case both 2 and 3 are installed.
2017-02-26 16:07:52 +01:00
Frederik Rietdijk
04b7a2791e
Python 3.4: improve determinism
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
57ded03833
Python 3.4: use system expat and ffi
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
1bbf249bef
Python 3.4: improve determinism
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
d33f6f4032
Python 3.6: use system expat and ffi
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
1531b5edd2
Python 3.6: improve determinism
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
14a88e76cf
Python 3.5: use system expat and ffi
2017-02-26 14:50:09 +01:00
Frederik Rietdijk
dd3a501a4b
Python: mkPythonDerivation: use PYTHONHASHSEED=0
2017-02-26 14:50:09 +01:00
Frederik Rietdijk
8970a9c86e
Python 3.5: improve determinism
...
- Windows installers are indeterministic and we don't need them.
- since Python 3 ensurepip is installed by default. pip is indeteministic and we don't need it.
- rebuild bytecode to ensure its deterministic
2017-02-26 14:50:09 +01:00
Frederik Rietdijk
09f6b03b2e
Python 2.7: improve determinism
...
There is some randomness in the Windows installers. Since we don't need
them, we delete them.
2017-02-26 14:50:09 +01:00
Vladimír Čunát
f5eea8ba1d
libevent: apply security patches from Debian
...
/cc #23072 . As with curl, it's nontrivial rebuild but security...
https://lwn.net/Alerts/714571/
2017-02-22 19:00:04 +01:00
Vladimír Čunát
145d3ea81c
Merge branch 'master' into staging
2017-02-22 17:47:49 +01:00
Vladimír Čunát
d6cff5783e
gnutls: drop -lunistring on Darwin as well
...
I didn't intend this substitution to be conditional; I looked wrong.
2017-02-22 17:44:06 +01:00
Gabriel Ebner
b66ec6026c
idris: jailbreak
...
Fixes #23048
2017-02-22 17:36:36 +01:00
Vladimír Čunát
2f1945dcd3
python-3.6: fix random numbers with glibc-2.25
...
I missed this upstream patch. /cc #22874 .
2017-02-22 17:34:33 +01:00
Vladimír Čunát
fe8aa284c2
xcbuild: fixup build with glibc-2.25
2017-02-22 16:58:45 +01:00
Vladimír Čunát
a04849502d
fstrm: init at 0.3.1
2017-02-22 15:03:21 +01:00
Frederik Rietdijk
3bcd3d2c34
Merge pull request #23061 from nixy/pythonPackages.snakeviz
...
pythonPackages.snakeviz: init at 0.4.1
2017-02-22 14:31:26 +01:00
Andrew R. M
99754b2527
pythonPackages.snakeviz: init at 0.4.1
2017-02-22 08:14:53 -05:00
Peter Simons
deec3c1dae
Merge pull request #23071 from takikawa/add-ndpi-1.8
...
ndpi: init at 1.8
2017-02-22 10:46:19 +01:00
Asumu Takikawa
85fb29bb49
ndpi: init at 1.8
2017-02-22 00:20:10 -08:00
Tom Hunger
bae3d0e49f
vowpalwabbit: init at 8.3.2
2017-02-22 07:28:52 +01:00
Tim Steinbach
83f29e9b99
gradle: 3.3 -> 3.4
2017-02-21 19:02:42 -05:00
Vladimír Čunát
723f23d291
dmd: fixup build with glibc-2.25
2017-02-21 18:20:06 +01:00
Vladimír Čunát
cab0b445be
python-3.4: fixup with glibc-2.25 (/cc #22874 )
...
Upstream won't support it, but let me trick the code into behaving
as if glibc was older. It seems 3.3 branch should be unaffected.
2017-02-21 17:56:32 +01:00
zimbatm
9c1399e476
packer: 0.12.1 -> 0.12.2
2017-02-21 14:10:15 +00:00
Arseniy Seroka
c3aa109041
Merge pull request #22497 from andsild/vint
...
vint: init at 0.3.11
2017-02-21 16:19:13 +03:00
Vladimír Čunát
4b7215368a
glibc: fixup libm.a
...
Now it's not an actual archive but a linker script, and the absolute
paths in there were broken due to moving *.a into $static.
Let's fix this up in all *.a in case there are more in future.
2017-02-21 14:19:07 +01:00
asildnes
88b8f38e71
vint: init at 0.3.11
2017-02-21 12:48:03 +01:00
Matthias Beyer
d35695e3e1
Revert "sqlitebrowser: 3.8.0 -> 3.9.1"
...
This reverts commit f9d7d29fa9
.
2017-02-21 10:48:00 +01:00
Peter Hoeg
8e5b630b49
Merge pull request #22264 from peterhoeg/m/modeswitch
...
usb-modeswitch: 2.2.1 -> 2.5.0 and nixos module
2017-02-21 16:49:04 +08:00
Matthias C. M. Troffaes
88cc35f1f4
wolfssl: 3.9.10b -> 3.10.3
2017-02-21 09:42:32 +01:00
Frederik Rietdijk
5bd6331b29
Merge pull request #22944 from johbo/add-trytond
...
trytond: init at 4.2.1
2017-02-21 08:03:43 +01:00
David James
85fba54bc6
Attempt to update RocksDB to 5.1.2.
2017-02-20 21:50:30 -05:00
Vladimír Čunát
e688bbbee4
libunistring: split into multiple outputs
...
Saves ~1 MB. Through default gnutls, many closures are affected.
Reverse deps seem to build OK.
2017-02-21 00:39:22 +01:00
Vladimír Čunát
b17eb34203
gnutls: don't propagate -lunistring
...
This fixes systemd build. Also put it into the generic expression,
as there's only one version in nixpkgs ATM.
2017-02-20 23:21:28 +01:00
Johannes Bornhold
79cba3d3ff
relatorio: init at 0.6.4
2017-02-20 23:03:04 +01:00
Johannes Bornhold
a2dd4ea7d1
python-sql: init at 0.8
2017-02-20 23:02:04 +01:00
Vladimír Čunát
3ba1875743
mesa: maintenance 13.0.4 -> 13.0.5
...
I'm being conservative here until 17.0.1 is released.
2017-02-20 21:53:03 +01:00
Vladimír Čunát
9458018a87
dbus: 1.10.14 -> 1.10.16
...
It's for "security" issue that's considered unexploitable with a sane
config.
2017-02-20 21:38:24 +01:00
Vladimír Čunát
dbae14164b
glib: maintenance 2.50.2 -> 2.50.3
2017-02-20 21:33:03 +01:00
Vladimír Čunát
4339dca980
gdk-pixbuf: maintenance 2.36.4 -> 2.36.5
2017-02-20 21:31:41 +01:00
Vladimír Čunát
62c323bdff
gtk3: maintenance 3.22.7 -> 3.22.8
2017-02-20 21:30:12 +01:00
Vladimír Čunát
5cf7b7c109
cmake: 3.7.1 -> 3.7.2
2017-02-20 21:29:52 +01:00
Vladimír Čunát
5a38ab8add
Merge branch 'master' into staging
2017-02-20 21:24:35 +01:00
Vladimír Čunát
292efffb62
libuv: 1.10.1 -> 1.11.0
...
And a nitpick in the expression.
2017-02-20 21:23:47 +01:00
Vladimír Čunát
2cb76ff1ff
Merge branch 'glibc-2.25' into staging
...
The largest problem-causers should be fixed now (within).
2017-02-20 21:18:48 +01:00