Dan Peebles
9d5c28d22c
pants: fix buggy pathspec version
...
When transplanting the expression in 845d1b28bf
I accidentally switched pants 1.3 to use the old pathspec, which breaks
at runtime. This should fix it.
2017-05-22 15:34:46 -04:00
John Ericson
0d88299019
Merge pull request #25976 from obsidiansystems/no-stdenv-is
...
Add `*Platform.is*` predicates and alias `stdenv.is*` to `hostPlatform`'s
2017-05-22 13:30:20 -04:00
Arseniy Seroka
37c89aaaa7
Merge pull request #25826 from Zimmi48/patch-1
...
coqPackages: default version 8.4pl6 -> 8.6
2017-05-22 20:06:31 +03:00
Arseniy Seroka
2ddcec9885
Merge pull request #25845 from sheganinans/master
...
UrWeb 20160621 -> 20170105
2017-05-22 20:05:46 +03:00
Arseniy Seroka
c734781158
Merge pull request #25958 from Mic92/iwd
...
iwd: init at unstable-2017-04-21
2017-05-22 20:04:04 +03:00
Arseniy Seroka
1ab1d2b4e5
Merge pull request #25979 from AndersonTorres/vms-empire
...
vms-empire: init at 1.14
2017-05-22 20:02:52 +03:00
Arseniy Seroka
9e392dd7ac
Merge pull request #25967 from NeQuissimus/coursier_1_0_0_rc3
...
coursier: 1.0.0-RC2 -> 1.0.0-RC3
2017-05-22 20:02:26 +03:00
Arseniy Seroka
dd10788280
Merge pull request #25972 from AndersonTorres/robotfindskitten
...
robotfindskitten: init at 2.7182818.701
2017-05-22 20:02:05 +03:00
Daniel Peebles
eb3eddad26
Merge pull request #25995 from bhmiller/master
...
pants13-pre: 1.3.0.dev19 -> 1.3.0rc2
2017-05-22 12:48:08 -04:00
Brendan Miller
b737ddd65d
pants13-pre: 1.3.0.dev19 -> 1.3.0rc2
...
Pulling in the latest 1.3.0 release candidate from pants.
2017-05-22 12:31:27 -04:00
Dan Peebles
845d1b28bf
pants{,13-pre}: move from pythonPackages to top level
...
That means it'll build in Hydra and we don't really care which version of
Python it builds against.
2017-05-22 12:22:13 -04:00
Tim Steinbach
aa73b7df30
linux: 4.12-rc1 -> 4.12-rc2
2017-05-22 11:40:04 -04:00
Franz Pletz
933ab0cd5b
Merge pull request #25973 from gentoofreak/feature/libopus-1.1.4
...
libopus: 1.1.3 -> 1.1.4
2017-05-22 17:19:19 +02:00
Frederik Rietdijk
a2598e4ca1
Merge pull request #23024 from phile314/cloud-init-update
...
cloud-init: 0.7.6 -> 0.7.9 + module improvements
2017-05-22 16:33:31 +02:00
Domen Kožar
5e75c73559
nixopsUnstable: 2017-05-15 -> 2017-05-22
2017-05-22 15:52:50 +02:00
Eelco Dolstra
3b44cd731c
aws-sdk-cpp: 1.0.60 -> 1.0.127
2017-05-22 14:36:20 +02:00
Cray Elliott
c0bc3c80c8
eternity-engine: 3.40.46 -> 3.42.02
...
also cleaned up considerably, this was the first nix file I ever wrote!
2017-05-22 04:37:39 -07:00
Cray Elliott
6c7b2081a7
gzdoom: 2.3.2 -> 3.0.1
...
also change license to gpl3, gzdoom migrated licenses! (yay)
2017-05-22 04:37:39 -07:00
Mateusz Kowalczyk
638fb38ef0
jenkins: 2.61 -> 2.62
2017-05-22 12:01:31 +01:00
Mateusz Kowalczyk
cb5cb0bf95
services.jenkins.plugins: fix initial case
2017-05-22 12:01:27 +01:00
Cray Elliott
777d5ee732
obs-studio: 18.0.2 -> 19.0.2
2017-05-22 02:45:18 -07:00
Frederik Rietdijk
997b6ae752
Merge pull request #25803 from vdemeester/astroid-0-9-1
...
astroid: 0.8 -> 0.9.1
2017-05-22 11:14:42 +02:00
Frederik Rietdijk
0891d0b7a0
Merge pull request #25716 from LnL7/python-flake8
...
python flake8: 3.2.1 -> 3.3.0
2017-05-22 11:12:36 +02:00
Frederik Rietdijk
64a924a96b
Merge pull request #25981 from rimmington/cython-arm-pr
...
cython: build on 32-bit ARM
2017-05-22 09:16:08 +02:00
Jörg Thalheim
7e40287d00
Merge pull request #25835 from therealpxc/fish
...
Fish: source NixOS environment on non-login shells + source shell init on NixOS even when parent shell has done so
2017-05-22 07:08:30 +01:00
Andrew Miller
c3f434fd62
hss: init at 1.0.1 ( #25936 )
...
* hss: init at 1.0.1
* hss: use buildRubyGem instead of bundler
2017-05-22 07:06:11 +01:00
Shea Levy
b1b61d0988
coq: nix-buffer: Inherit variables to PG shell
2017-05-22 00:45:54 -04:00
John Ericson
1dc6f15de9
stdenv: define is* predicates with hostPlatform.is*
...
This is a saner default until stdenv's are removed altogether
2017-05-22 00:25:02 -04:00
John Ericson
c5c6606048
lib: Infer libc
field of platform if not specified
...
This is especially useful when not cross compiling. It means we can
remove the `stdenv.isGlibc` predicate too.
Additionally, use this to simplify the logic to choose the
appropriate libiconv derivation.
2017-05-22 00:25:02 -04:00
John Ericson
2e7ec6fb70
lib: Make platform predicates more ergonomic to use
...
`hostPlatform.isDarwin` instead of `lib.system.parse.isDarwin
hostPlatform.parsed`
2017-05-22 00:25:02 -04:00
Rhys
c46c3fa5aa
cython: build on 32-bit ARM
2017-05-22 11:04:49 +10:00
Calum MacRae
abe0da425b
kbfs service: init ( #25610 )
...
* kbfs service: init
2017-05-22 08:14:12 +08:00
AndersonTorres
8f84651132
vms-empire: init at 1.14
2017-05-21 18:57:12 -03:00
Joachim F
4e88906f41
Merge pull request #25975 from georgewhewell/update-fwup
...
fwup: 0.14.2 -> 0.14.3
2017-05-21 22:47:12 +01:00
Joachim F
3ba63d0b05
Merge pull request #25905 from Ptival/proofgeneral-head
...
proofgeneral_HEAD: fix
2017-05-21 22:45:47 +01:00
Joachim F
1bfafdfe65
Merge pull request #25872 from mimadrid/update/sudo-1.8.20
...
sudo: 1.8.19p2 -> 1.8.20
2017-05-21 22:45:35 +01:00
obadz
caa9a19143
pythonPackages.libsoundtouch: 0.3.0 -> 0.4.0
2017-05-21 22:24:26 +01:00
Robin Gloster
30d4987e30
aria2: 1.31.0 -> 1.32.0
2017-05-21 20:27:44 +02:00
Robin Gloster
a85ac4b887
banner: 1.3.3 -> 1.3.4
2017-05-21 20:27:44 +02:00
Robin Gloster
9516b038b7
basex: 8.3.1 -> 8.6.4
2017-05-21 20:27:44 +02:00
Robin Gloster
c83086fa52
bibtool: 2.57 -> 2.67
2017-05-21 20:27:44 +02:00
John Ericson
da8b2f1412
lib tests: Simplify relative path for default argument
2017-05-21 13:38:36 -04:00
AndersonTorres
0808896e73
robotfindskitten: init at 2.7182818.701
2017-05-21 14:33:43 -03:00
Martin Wohlert
88af502593
libopus: 1.1.3 -> 1.1.4
2017-05-21 19:32:49 +02:00
Michael Raskin
daa65527c6
marionette-harness: init at 4.4.0
2017-05-21 19:29:20 +02:00
Joachim F
c1894bef7a
Merge pull request #25458 from seppeljordan/csound-enable-osc
...
csound: add liblo to buildinputs to enable osc capabilities
2017-05-21 18:24:53 +01:00
Joachim F
062e32d5c1
Merge pull request #25673 from drdaeman/pycharm-2017.1.2-master
...
Pycharm 2017 -> 2017.1.2
2017-05-21 17:54:30 +01:00
Joachim F
8f89e43427
Merge pull request #25700 from michalpalka/xen-bridge-stop-fix
...
xen service: Fix removing netfilter rules while stopping xen-bridge
2017-05-21 17:22:33 +01:00
Joachim Fasting
bfd3227686
dnscrypt-proxy: 1.9.4 -> 1.9.5
...
See https://github.com/jedisct1/dnscrypt-proxy/releases/tag/1.9.5
2017-05-21 18:08:14 +02:00
Joachim Fasting
16b6ee3608
nano: use https for meta.homepage
...
The http variant is a permanent redirect to https
2017-05-21 18:08:13 +02:00