Nikolay Amiantov
8b124b7521
nixos.tests.printing: fix for new CUPS version
...
It looks like now queue is not immediately cleared from cancelled jobs.
Instead, files like "c00001" are left alongside "d00001-001", and
cleanup happens at some later point of time. Also, all new jobs are
assigned consecutive numbers now (00002, 00003 etc.). So when
original d00001 file is finally cleaned, it breaks the test. Fixed
by checking for any "d*" file inside the queue and cleaning it by
ourselves to ensure that each job works correctly.
2016-02-22 12:42:06 +03:00
Nikolay Amiantov
1a025a4a96
cups: 2.0.4 -> 2.1.3
...
Also enable parallel building and don't install rc.d scripts.
2016-02-22 12:42:01 +03:00
Frederik Rietdijk
05993aa484
Merge pull request #13064 from desiderius/pyrsistent-0.11.12
...
pythonPackages.pyrsistent: init at 0.11.12
2016-02-22 10:16:58 +01:00
Michel Kuhlmann
312494180d
nixpkgs manual: add basic R documentation, fixes #13362
...
also fixes #13243
2016-02-22 10:16:06 +01:00
desiderius
2191fb106c
pythonPackages.pyrsistent: init at 0.11.12
2016-02-22 09:43:58 +01:00
Pascal Wittmann
f1a65b3443
Merge pull request #13241 from zimbatm/gist-4.5.0
...
gist: 4.4.2 -> 4.5.0
2016-02-22 09:16:07 +01:00
Pascal Wittmann
4b80ab55f1
Merge pull request #13360 from aespinosa/jenkins-1.649
...
jenkins: 1.647 -> 1.649
2016-02-22 09:02:56 +01:00
Peter Simons
e713765b53
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20151217-10-ga610b1b using the following inputs:
- Nixpkgs: 096bee7aef
- Hackage: 735e006a18
- LTS Haskell: bbcada892f
- Stackage Nightly: b41dbc58b2
2016-02-22 08:26:38 +01:00
Allan Espinosa
491007d0a1
jenkins: 1.647 -> 1.649
2016-02-22 00:37:07 -06:00
Franz Pletz
d31f58c688
tinc_pre: 2015-11-07 -> 2016-01-27
...
Also fixes `--version` parameter in exectuables.
2016-02-22 04:59:59 +01:00
Franz Pletz
c3c5622817
gajim: Add python-axolotl for OMEMO plugin
2016-02-22 04:56:15 +01:00
Franz Pletz
06e37e9008
youtube-dl: 2016.01.01 -> 2016.02.13
2016-02-22 04:55:22 +01:00
Franz Pletz
5e0105af9b
linux: 4.4.1 -> 4.4.2
2016-02-22 04:52:00 +01:00
Franz Pletz
f5d705aa58
pinentry: 0.9.6 -> 0.9.7
2016-02-22 04:51:53 +01:00
Franz Pletz
230cf33f8b
Merge pull request #13325 from mjhoy/add-mdk-package
...
mdk: new package
2016-02-22 04:48:46 +01:00
Sou Bunnbu
7fcecec58b
Merge pull request #11254 from ericsagnes/standardize-im
...
Improve and standardize input methods
2016-02-22 10:13:54 +08:00
Robin Gloster
60290c69e4
Merge pull request #13357 from zimbatm/curl-7.15-fixup
...
curl: fixes installation of 7.15
2016-02-22 01:19:17 +00:00
Franz Pletz
f921abe393
Merge pull request #13160 from romildo/fix-xfce4-whisker-menu
...
xfce4-whiskermenu-plugin: fix xfce4-panel path in xfce4-popup-whisker…
2016-02-22 02:12:32 +01:00
Franz Pletz
e50b3f893b
Merge pull request #13141 from benley/openssh-7.1p2-gssapi-patch
...
openssh: update gssapi patch to match the openssh version
2016-02-22 02:05:04 +01:00
zimbatm
6908e75441
curl: fixes installation of 7.15
...
It was trying to install /etc/ssl/cert/ca-certificates.pem
See https://hydra.nixos.org/build/32167398/nixlog/1
2016-02-21 23:57:20 +00:00
Arseniy Seroka
80131f4731
Merge pull request #13161 from romildo/update/xfce4-whisker-menu
...
xfce4-whiskermenu-plugin: 1.5.1 -> 1.5.2
2016-02-21 22:57:06 +03:00
Arseniy Seroka
1d1075b8ce
Merge pull request #13254 from ak3n/master
...
staruml: init at 2.6.0
2016-02-21 22:56:42 +03:00
Michael Hoy
7d6f2c4e3f
mdk: init at 1.2.9
2016-02-21 13:56:40 -06:00
zimbatm
17ad5ab0a9
gist: 4.4.2 -> 4.5.0
...
Fixes #13158
2016-02-21 18:43:34 +00:00
Eugene Akentyev
f0b072abaa
staruml: init at 2.6.0
2016-02-21 21:42:43 +03:00
Charles Strahan
9482be59e7
Merge pull request #13131 from Ericson2314/haskell-cross-rebase
...
Generalize some GHCJS stuff for other cross compilers
2016-02-21 13:19:03 -05:00
John Ericson
f13eede7e5
haskell: Tiny refactor in generic-builder. No hashes/interfaces changed.
2016-02-21 10:16:13 -08:00
John Ericson
51b66ed4d9
haskell: Add notion of cross compiler and define nativeGhc with it
...
Tested to not change hashes
2016-02-21 10:16:13 -08:00
John Ericson
114cd6765d
haskell: Expose the package set used to build each GHC, where possible
...
Tested to not change hashes
2016-02-21 10:16:13 -08:00
John Ericson
e6d3a4e7d1
ghcjs: Remove wrapper, which seems long unused
2016-02-21 10:16:13 -08:00
Frederik Rietdijk
846aa6e776
Merge pull request #13165 from NixOS/python-wip
...
Python PIP fix, fixes #12190 , closes #13035
2016-02-21 17:49:45 +01:00
Tuomas Tynkkynen
a6638c62a8
Revert "linux: 4.1.17 -> 4.1.18"
...
This reverts commit 6cdf5fe85fc0e6dd1dc9789993fc59962270374a.
This version has a crypto regression:
https://lkml.org/lkml/2016/2/19/748 which is blocking the channel update
due to a failing luksroot test: http://hydra.nixos.org/build/32159615
2016-02-21 17:57:39 +02:00
Franz Pletz
45c97925dd
Merge pull request #13122 from adevress/neuron
...
Add new package neuron. Neuron network simulation framework
2016-02-21 16:31:42 +01:00
Edward Tjörnhammar
bc1e1c5698
kodiPlugins.salts: 1.0.98 -> 2.0.6
2016-02-21 16:15:54 +01:00
Edward Tjörnhammar
4575d58b3d
kodiPlugins.genesis: 5.1.3 -> 5.1.4
2016-02-21 16:15:13 +01:00
devresse
4046d3ce8d
neuron: init at 7.4
2016-02-21 15:02:47 +00:00
Edward Tjörnhammar
ad4bfe4dda
kodi: 15.2 -> 16.0
2016-02-21 15:32:12 +01:00
Edward Tjörnhammar
8968a6e604
dcadec: init at 0.2.0
2016-02-21 15:32:12 +01:00
Edward Tjörnhammar
a3017f92d8
libcrossguid: init at 2016-02-21
2016-02-21 15:32:12 +01:00
zimbatm
a6ce937ba1
Merge pull request #13162 from taku0/thunderbird-bin-38.6.0
...
thunderbird-bin: 38.5.1 -> 38.6.0
2016-02-21 14:26:09 +00:00
Frederik Rietdijk
696052cb62
pythonPackages.protobuf: fix
2016-02-21 15:01:00 +01:00
taku0
ce763e2d66
thunderbird-bin: 38.5.1 -> 38.6.0
2016-02-21 22:16:26 +09:00
José Romildo Malaquias
aee6548701
xfce4-whiskermenu-plugin: 1.5.1 -> 1.5.2
2016-02-21 09:51:44 -03:00
Luca Bruno
dc3a1bff57
cups: add a comment about updates
2016-02-21 13:51:08 +01:00
José Romildo Malaquias
a7d64fef38
xfce4-whiskermenu-plugin: fix xfce4-panel path in xfce4-popup-whiskermenu script
2016-02-21 09:24:43 -03:00
Nikolay Amiantov
b08c0472e1
pythonPackages.pip: force installing
2016-02-21 12:21:33 +01:00
Nikolay Amiantov
895f51222e
buildPythonPackage: add installFlags
2016-02-21 12:20:51 +01:00
Frederik Rietdijk
c98098fdca
Merge pull request #12950 from FRidh/kile
...
kde5.kile: init at git 2016-02-12
2016-02-21 12:10:04 +01:00
Frederik Rietdijk
f612dc703e
kde5.kile: init at git 2016-02-12
...
This adds a kde5/frameworks version of kile.
2016-02-21 12:09:18 +01:00
Frederik Rietdijk
9d30b03c0c
Merge pull request #13127 from FRidh/kdeconnect
...
kde5.kdeconnect: init at 0.9g
2016-02-21 12:03:28 +01:00