Pascal Wittmann
b168a8c118
Merge pull request #4457 from DamienCassou/gpaste-3.12.3.1
...
gpaste 3.12.3 -> 3.12.3.1
2014-10-10 15:39:55 +02:00
Damien Cassou
45ad3e09fd
gpaste 3.12.3 -> 3.12.3.1
2014-10-10 12:55:56 +02:00
Nathaniel Baxter
309bfdd8a0
pysocks: Fix license typo
2014-10-10 10:42:19 +11:00
Austin Seipp
7ac2be3fab
rainbowstream: 0.9.5 -> 1.1.6
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:23:37 -05:00
Austin Seipp
cf58933a9b
pythonPackages: add pysocks 1.5.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:23:36 -05:00
Austin Seipp
a1dba856f1
pythonPackages.twitter: 0.14.3 -> 0.15.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:14:52 -05:00
Austin Seipp
27d95c25e8
pythonPackages.pyfiglet: 0.7.1 -> 0.7.2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:14:30 -05:00
Austin Seipp
849bfc88f5
concurrencykit: 0.4.3 -> 0.4.4
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:10:58 -05:00
Austin Seipp
2241ce448e
stunnel: 5.03 -> 5.04
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:09:31 -05:00
Austin Seipp
c98592f200
re2c: 0.13.7.4 -> 0.13.7.5
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:08:28 -05:00
Austin Seipp
9b391aadce
ssdeep: 2.10 -> 2.11
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:06:17 -05:00
Austin Seipp
37b9a2bad5
mariadb: 10.0.13 -> 10.0.14
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:01:06 -05:00
Austin Seipp
5c805fe266
p0f: 3.06b -> 3.07b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:00:25 -05:00
Austin Seipp
df4c8d85ae
lockdep: 3.16.1 -> 3.17
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 16:59:14 -05:00
John Wiegley
e73aefcf93
coq_HEAD: Update
2014-10-09 14:52:35 -05:00
Aristid Breitkreuz
c7a06fa51a
Merge pull request #4412 from wavewave/proot
...
proot: remove self.stdenv.lib
2014-10-09 20:50:12 +02:00
codyopel
2986ca34d6
rtorrent-git: new package
2014-10-09 20:47:27 +02:00
Aristid Breitkreuz
bf1dd8e931
Merge pull request #4423 from FlorentBecker/svg2tikz
...
new package: svg2tikz
2014-10-09 20:39:06 +02:00
Aristid Breitkreuz
ab1f89a161
Merge pull request #4439 from DamienCassou/pharo-vm-with-cairo
...
pharo-vm: Add dependency to cairo
2014-10-09 20:36:00 +02:00
Aristid Breitkreuz
78b8a7794c
Merge pull request #4443 from flazz/master
...
jq & thrift build on darwin
2014-10-09 20:35:41 +02:00
Aristid Breitkreuz
afe8b54b49
Merge pull request #4381 from khumba/claws-mail
...
New packages: claws-mail-3.10.1, libetpan-1.5.
2014-10-09 20:31:01 +02:00
Aristid Breitkreuz
85f1889466
asio: update from 1.10.2 to 1.10.4
2014-10-09 20:17:24 +02:00
Aristid Breitkreuz
8c615a656d
apg: update from 2.2.3 to 2.3.0b
2014-10-09 20:16:03 +02:00
Aristid Breitkreuz
352c310be9
ansible: update from 1.7.1 to 1.7.2
2014-10-09 20:14:38 +02:00
Francesco Lazzarino
9db29d7e5b
jq builds on darwin
2014-10-09 12:00:34 -05:00
Francesco Lazzarino
b007ae3d08
thrift builds on darwin
2014-10-09 11:57:18 -05:00
Eelco Dolstra
666cf992f0
Revert "mdadm: update from 3.3 to 3.3.2"
...
This reverts commit 1faf6106c3
. It
causes the size of the initrd to explode from ~6 MB to 19 MB:
http://hydra.nixos.org/build/15728196
The reason is that mdadm now contains a self-reference:
$ strings ./result/sbin/mdadm | grep /nix/store
...
ACTION=="add", SUBSYSTEM=="block", ENV{DEVTYPE}=="%s", ENV{ID_PATH}=="%s", RUN+="/nix/store/y1ap6va0av6jhxf7ddnr8vdwxd7b44gd-mdadm-3.3.2/sbin/mdadm --incremental $env{DEVNAME}"
ACTION=="add", SUBSYSTEM=="block", ENV{ID_PATH}=="%s", RUN+="/nix/store/y1ap6va0av6jhxf7ddnr8vdwxd7b44gd-mdadm-3.3.2/sbin/mdadm --incremental $env{DEVNAME}"
/nix/store/y1ap6va0av6jhxf7ddnr8vdwxd7b44gd-mdadm-3.3.2/sbin/mdmon
(Previously, it referred to /sbin/mdadm.) This causes mdadm, glibc and
linux-headers to be added to the initrd.
2014-10-09 18:34:37 +02:00
Georges Dubus
a172b4b1f8
Merge pull request #4436 from madjar/kde414
...
Switch to kde 4.14 and remove 4.12
2014-10-09 17:42:19 +02:00
Damien Cassou
a365f5080a
pharo-vm: Add dependency to cairo
2014-10-09 16:56:54 +02:00
Georges Dubus
205c550e54
Removed kde4_next, because kde 4.14 will be the last kde4
2014-10-09 16:36:40 +02:00
Domen Kožar
1f284665fa
add patches for openafs-client on kerel 3.17
2014-10-09 13:12:52 +02:00
Matej Cotman
c1e7c34602
mailpile: update to 0.4.1
2014-10-09 12:50:11 +02:00
Pascal Wittmann
13048b252f
Merge pull request #4426 from ollieh/master
...
Added granite and pantheon-terminal
2014-10-09 12:39:09 +02:00
Georges Dubus
0295a6c483
Removed kde 4.12
2014-10-09 12:05:56 +02:00
Georges Dubus
0e3911e92b
Made kde 4.14 the default kde
2014-10-09 12:00:12 +02:00
Georges Dubus
0ae81afd3f
Removed akunambol
...
It is not maintained anymore, and is not compatible with kde 4.14.
2014-10-09 12:00:12 +02:00
Pascal Wittmann
68ae4ce95a
Merge pull request #4431 from DamienCassou/astroid-1.2.1
...
Astroid 1.2.1
2014-10-09 11:50:10 +02:00
Florent Becker
ed8ced514a
Add license for svg2tikz
2014-10-09 11:21:00 +02:00
Damien Cassou
af770d4c7c
Astroid 1.2.1
2014-10-09 10:22:16 +02:00
Michael Raskin
77f497b78d
Merge pull request #4428 from mknight-tag/master
...
New package: MKRAND
2014-10-09 11:50:47 +04:00
Pascal Wittmann
164a6f878c
zsh: update from 5.0.6 to 5.0.7
2014-10-09 09:43:33 +02:00
Michael Raskin
57e0b9de65
Apparently now monotoneViz source got fixed
2014-10-09 10:34:11 +04:00
M Knight
ab17c2b8f5
Add MKRAND
2014-10-08 20:03:09 -05:00
Oliver Hunt
6f64a7cf43
Added granite
...
Added meta details, changed hash to sha256, and added versions for granite
Changed name to use versions
Fixed license
Yet another typo fix
Added myself as maintainer and fixed typo
Fixed maintainers
Added pantheon terminal
woops
2014-10-09 01:55:27 +02:00
Cray Elliott
c067b37cf7
Fix a silly mistake in the chocolateDoom packages, and bump master
...
master was bumped because a few critical bugs were found in the chocolate-strife netcode (and were subsequently fixed). Still pestering upstream for a new release :P
Closes #4422
2014-10-08 21:43:26 +01:00
Peter Simons
31ea2fc8d5
haskell-conduit-extra: don't run the test suite to avoid spurious build errors
...
https://github.com/snoyberg/conduit/issues/177
2014-10-08 21:04:31 +02:00
Peter Simons
b8bf903b02
haskell-zeromq4-haskell: update to version 0.6.2
2014-10-08 21:04:31 +02:00
Peter Simons
25f2295906
haskell-yst: update to version 0.4.1.1
2014-10-08 21:04:31 +02:00
Peter Simons
2da7e03ed7
cabal2nix: fix build with old versions of GHC
2014-10-08 21:04:31 +02:00
Aristid Breitkreuz
a01a64e5a4
Revert "ocamlPackages.twt: update from 0.93.2 to 0.931"
...
This reverts commit 684a9e22a1
.
2014-10-08 20:44:22 +02:00