Commit graph

123622 commits

Author SHA1 Message Date
Robert Schütz
cfd4299c1d abcm2ps: 8.13.17 -> 8.13.18 2017-12-21 13:31:45 +01:00
Tadas Barzdzius
667d00a620 signal-desktop: 1.0.35 -> 1.1.0 2017-12-21 13:48:33 +02:00
Andreas Rammhold
057d70ffec
gopass: init at 1.6.6 2017-12-21 12:20:07 +01:00
Markus Hauck
aa22a5cdd4 gitinspector: add checkInputs
Related #32244
2017-12-21 12:14:40 +01:00
Markus Hauck
e1dbe8e14a bepasty: Add checkInput for tests
Related #32244
2017-12-21 12:14:12 +01:00
Markus Hauck
276d60e3a8 odpdown: add checkInputs
Related #32244
2017-12-21 12:14:04 +01:00
Michael Raskin
f1da792425
Merge pull request #32929 from woffs/xsnow
xsnow: fix url
2017-12-21 10:40:44 +00:00
Frank Doepper
43b1e3114a xsnow: fix url 2017-12-21 11:34:48 +01:00
Moritz Ulrich
e222d21eed
gnu-cobol: 2.0-rc2 -> 2.2
Instead of wrapping `cobc` and setting NIX_{LDFLAGS,CFLAGS_COMPILE}
set `COB_CC`, `COB_CFLAGS` and `COB_LDFLAGS` to make `cobc` find the
necessary libraries.
2017-12-21 10:40:02 +01:00
Jörg Thalheim
362244787f
Merge pull request #32920 from mrVanDalo/feature/pencil3
pencil: 2.0.21 -> 3.0.4
2017-12-21 10:33:33 +01:00
John Wiegley
f962f33593 Specify the coq version in a more consistent location 2017-12-21 01:24:35 -08:00
John Wiegley
60a6b81e2d coqPackages.equations: -> 1.0 2017-12-21 01:06:14 -08:00
Vladimír Čunát
c303047032
fetchurl on Darwin: gssSupport = false (see 9b54a00160)
I can't see a better way around the problem for now.
2017-12-21 09:34:44 +01:00
Bjørn Forsman
3168fcd07b apache-directory-studio: init at 2.0.0.v20170904-M13
Changes v1 -> v2:
 * Move from 'applications/misc' to 'applications/networking' category.
2017-12-21 08:53:36 +01:00
Bjørn Forsman
dc9ea840c1 lighttpd: add enableLdap option (default false) 2017-12-21 08:50:22 +01:00
Bjørn Forsman
7c481aa7c1 nixos/gitolite: copy hooks with force
This makes the commonHook option work also for (read-only) Nix store
paths. Currently it fails on the second activation, because the
destination is read-only.
2017-12-21 08:41:59 +01:00
Peter Simons
a9d31a250f
Merge pull request #32921 from alunduil/add-alunduil-as-maintainer
add alunduil as maintainer for haskell packages
2017-12-21 08:37:33 +01:00
Ingolf Wagner
4d778886da
pencil: 2.0.21 -> 3.0.4 2017-12-21 18:54:11 +13:00
Orivej Desh
c98523d336
Merge pull request #32370 from volth/libvirt-fix
nixos/libvirt: avoid dependency on two qemu packages
2017-12-21 04:00:21 +00:00
volth
363cdde475 nixos/libvirt: remove 'virtualisation.libvirtd.enableKVM' option 2017-12-21 03:56:41 +00:00
volth
a52aa6aafb nixos/libvirt: avoid dependency on two qemu packages
Currently libvirt requires two qemu derivations: qemu and qemu_kvm which is just a truncated version of qemu (defined as qemu.override { hostCpuOnly = true; }).

This patch exposes an option virtualisation.libvirtd.qemuPackage which allows to choose which package to use:

 * pkgs.qemu_kvm if all your guests have the same CPU as host, or
 * pkgs.qemu which allows to emulate alien architectures (for example ARMV7L on X86_64), or
 * a custom derivation

virtualisation.libvirtd.enableKVM option is vague and could be deprecate in favor of virtualisation.libvirtd.qemuPackage, anyway it does allow to enable/disable kvm.
2017-12-21 03:56:40 +00:00
Alex Brandt
ca7d54c1a1 add alunduil as maintainer for haskell packages
Adding myself, alunduil, as a maintainer on network-uri-json and
siren-json.
2017-12-20 21:01:35 -06:00
Orivej Desh
fd91e1441f
Merge pull request #32918 from ebzzry/pell-0.0.3
pell: 0.0.2 -> 0.0.3
2017-12-21 02:01:49 +00:00
Lorenzo Manacorda
abc3e4558d libbitcoin-explorer: 2.2.0 -> 3.4.0 2017-12-21 02:58:22 +01:00
Orivej Desh
d92969f5cd
Merge pull request #32907 from volth/neko_2.2.0
neko: 2.1.0 -> 2.2.0
2017-12-21 01:51:59 +00:00
Lorenzo Manacorda
23ca8e1287 libbitcoin-network: init at 3.4.0 2017-12-21 02:51:11 +01:00
Orivej Desh
2949447c82 neko: update check for darwin, do not strip ndll 2017-12-21 01:51:00 +00:00
volth
e19f22c55a neko: 2.1.0 -> 2.2.0 2017-12-21 01:50:52 +00:00
Lorenzo Manacorda
86ee454f4d libbitcoin-client: 2.2.0 -> 3.4.0 2017-12-21 02:49:30 +01:00
Orivej Desh
30b7624a08
Merge pull request #32791 from yegortimoshenko/feh/go-away
nixos/desktop-managers: do not leak feh to PATH (second attempt)
2017-12-21 01:44:06 +00:00
Yegor Timoshenko
71a8dbb956 nixos/desktop-managers: do not leak feh to PATH
(originally from f9415cb621)

feh is used to set background image for desktop managers that do not
support it directly, however there is no need to include it in PATH.

Fixes #17450.
2017-12-21 01:43:38 +00:00
Rommel Martinez
26285381a2 pell: 0.0.2 -> 0.0.3 2017-12-21 09:41:08 +08:00
Orivej Desh
c8a4e906de
Merge pull request #32855 from ankhers/update_elixir_1_5
elixir: 1.5.2 -> 1.5.3
2017-12-21 01:39:20 +00:00
Justin Wood
ab0825615b elixir: 1.5.2 -> 1.5.3 2017-12-21 01:38:21 +00:00
Orivej Desh
b58cda709d
Merge pull request #32856 from markus1189/http-prompt
http-prompt: disable tests
2017-12-21 01:35:27 +00:00
Orivej Desh
c2b8cf0391
Merge pull request #32902 from lsix/update_pytestquickcheck
pythonPackages.pytest-quickcheck: 0.8.2 -> 0.8.3
2017-12-21 01:10:14 +00:00
Orivej Desh
e17e2bcbf5
Merge pull request #32903 from corngood/transgui-update
transgui: 5.0.1-svn-r986 -> 5.0.1-svn-r988
2017-12-21 01:09:22 +00:00
Orivej Desh
30e2a1c1b8
Merge pull request #32917 from 4z3/exim-4.90
exim: 4.89.1 -> 4.90
2017-12-21 01:08:16 +00:00
Lorenzo Manacorda
4fea55ef33 libbitcoin-protocol: init at 3.4.0 2017-12-21 01:21:57 +01:00
Lorenzo Manacorda
5b5e98b159 libbitcoin: 2.11.0 -> 3.4.0 2017-12-21 01:20:03 +01:00
Peter Hoeg
662bfa145a vlc: 2.2.6 -> 2.2.8 2017-12-21 08:18:58 +08:00
Orivej Desh
8c7e721467 mkShell: fix eval 2017-12-21 00:07:49 +00:00
Orivej Desh
073c40314f
Merge pull request #32913 from jbedo/snpeff
snpeff: 4.3p -> 4.3t
2017-12-20 23:59:14 +00:00
Justin Bedo
a49c91f655
snpeff: 4.3p -> 4.3t 2017-12-21 10:52:26 +11:00
Orivej Desh
b679079045
Merge pull request #32540 from rnhmjoj/portrange
nixos/doc: document the firewall port ranges options
2017-12-20 23:51:08 +00:00
Justin Bedo
db927ea35b
singularity: 2.2 -> 2.4 2017-12-21 10:50:06 +11:00
rnhmjoj
63af1f7807
nixos/doc: document the firewall port ranges options 2017-12-21 00:46:34 +01:00
zimbatm
adc5c9b83d
mkShell: add builder (#30975) 2017-12-20 23:42:07 +00:00
tv
256e1ca497 exim: 4.89.1 -> 4.90 2017-12-21 00:36:13 +01:00
Orivej Desh
02d361cea9
Merge pull request #32886 from volth/protobuf2_5
protobuf: restore version 2.5.0
2017-12-20 23:08:02 +00:00