Théo Zimmermann
3370615a7f
compcert: 3.0.1 -> 3.1
...
Note that the fix of the VERSION file can likely be removed at the next update.
2017-09-21 15:06:51 +02:00
Tim Steinbach
182dd6a9d6
Merge pull request #29634 from edwtjo/jbjdk
...
jetbrains-jdk
2017-09-21 08:42:01 -04:00
Tim Steinbach
5facacad01
Merge pull request #29591 from andir/update-jetbrains
...
Update jetbrains packages
2017-09-21 08:01:45 -04:00
Tim Steinbach
a80067636e
Merge pull request #29481 from neilmayhew/fix/spideroak
...
spideroak: fix crash due to zlib version mismatch
2017-09-21 07:59:32 -04:00
Jörg Thalheim
521a801863
Merge pull request #29590 from matthiasbeyer/update-khal
...
khal: 0.9.5 -> 0.9.7
2017-09-21 12:51:14 +01:00
Jörg Thalheim
d5b46fdd80
khal: use fetchPypi
2017-09-21 12:50:32 +01:00
Théophane Hufschmitt
e76c2c1496
pythonPackages.pafy: 0.5.2 -> 0.5.3.1 ( #29588 )
...
* pythonPackages.pafy: 0.5.2 -> 0.5.3.1
* pythonPackages.pafy: move to its own file
* pythonPackages.pafy: fetchurl -> fetchPypi
2017-09-21 12:45:33 +01:00
Diego Zamboni
8b8a2fd542
elvish: 0.9 -> 0.10; fix darwin build ( #29587 )
...
* First attempt at making elvish compile on darwin
* Fixed cyclic dependency on darwin
This fixes the "cycle detected in the references of" error when building
on darwin. The fix is based on the solution in issue #18131 .
* Use version 0.10 and not 0.10.1, which is not officially released yet
2017-09-21 12:20:37 +01:00
José Romildo Malaquias
595d92eb7a
ocamlfuse: 2.7-3 -> 2.7.1_cvs5 ( #29606 )
2017-09-21 12:14:22 +01:00
Jörg Thalheim
6bdabc7752
Merge pull request #29632 from lheckemann/oil-update
...
oil: 0.0.0 -> 0.1.0
2017-09-21 12:13:41 +01:00
Thomas Tuegel
b0deb1ed48
dropbox: 34.4.22 -> 35.4.20
2017-09-21 06:11:15 -05:00
Jörg Thalheim
a3ed686110
Merge pull request #29545 from dotlambda/texworks
...
texworks: init at 0.6.2
2017-09-21 12:07:00 +01:00
Jörg Thalheim
49d18cd42b
Merge pull request #29633 from vaibhavsagar/update-nginx-echo-module
...
nginxModules.echo: v0.57 -> v0.61
2017-09-21 12:02:35 +01:00
Vaibhav Sagar
dea2affe6c
nginxModules.echo: 0.57 -> 0.61
...
This fixes #29555 .
2017-09-21 11:01:35 +00:00
Jörg Thalheim
8da89ab658
Merge pull request #29635 from andir/update-afew-to-1.2.0
...
afew: git-2017-02-8 -> 1.2.0
2017-09-21 11:56:16 +01:00
Andreas Rammhold
559d8d4c3a
afew: git-2017-02-8 -> 1.2.0
2017-09-21 10:52:52 +02:00
Edward Tjörnhammar
85cd648778
jetbrains.jdk: style fixes, platform restriction
2017-09-21 10:48:02 +02:00
Aleksey Kladov
53337c0fc8
jetbrains.jdk: init at 152b970.2
2017-09-21 10:48:02 +02:00
Linus Heckemann
6988537835
oil: 0.0.0 -> 0.1.0
2017-09-21 09:24:22 +01:00
Jörg Thalheim
116c34a748
Merge pull request #29613 from bcdarwin/nifti
...
nifticlib: init at 2.0.0
2017-09-21 09:11:39 +01:00
Jörg Thalheim
aab8f8df4b
nifticlib: use mirror for sourceforge
2017-09-21 09:10:12 +01:00
Jörg Thalheim
eaac347982
Merge pull request #29609 from lheckemann/impressive-fixes
...
impressive: fixes and improvements
2017-09-21 08:53:09 +01:00
Jörg Thalheim
4eb5731253
Merge pull request #29629 from nicknovitski/patch-1
...
gemconfig: add curb
2017-09-21 08:49:35 +01:00
Florian Jacob
6aea372e28
piwik: 3.1.0 -> 3.1.1
2017-09-21 08:58:02 +02:00
Nick Novitski
5ddfcc774c
gemconfig: add curb
2017-09-20 23:53:25 -07:00
Peter Hoeg
6558f81bc9
kmscon: reset ExecStart to allow override
...
The getty@.service unit already has an ExecStart so we cannot simply set a new
one in order to override it or we will get this error:
systemd[1]: getty@tty1.service: Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services. Refusing.
Instead "reset" ExecStart by setting it to empty which is the systemd way of
doing it.
2017-09-21 10:02:03 +08:00
aszlig
a75265924f
nixos/tests/virtualbox: Fix netcat invocation
...
This is a backwards-incompatibility in netcat-openbsd introduced due to
bumping the netcat version to 1.130 in
a72ba661ac
.
Version 1.130 no longer exits on EOF but now needs to be passed the -N
flag in order to exit on EOF.
The upstream change reads[1] like this:
Don't shutdown nc(1)'s network socket when stdin closes. Matches
*Hobbit*'s original netcat and GNU netcat; revert to old behaviour
with the new -N flag if needed. After much discussion with otto
deraadt tedu and Martin Pelikan. ok deraadt@
Here is the diff of this change:
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/netcat.c.diff?r1=1.110&r2=1.111&f=h
[1]: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/netcat.c?rev=1.111&content-type=text/x-cvsweb-markup
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-09-21 03:49:46 +02:00
John Ericson
df0c265ee1
Merge pull request #29625 from obsidiansystems/linuxHeadersCross
...
glibc: Grab the right linux headers when build != host
2017-09-20 21:13:54 -04:00
John Ericson
8bfb247224
glibc: Grab the right linux headers when build != host
...
In #28519 / 791ce593ce
I made linux
headers be intended to be used from the stage stage, as it would be if
it were a library containing headers and code. I forgot to update glibc,
however, so it was incorrectly using headers for the build platform, not
host platform.
This fixes that, basically reverting a small portion of changes I made a
few months ago in 25edc476fd
and its
parent.
No native hashes are changed.
2017-09-20 20:57:41 -04:00
Robert Schütz
d58a88277d
pythonPackages.py3status: add file as a dependency
2017-09-21 01:23:32 +02:00
Ben Darwin
0d981c5761
nifticlib: init at 2.0.0
2017-09-20 19:04:22 -04:00
Joachim Fasting
3e96cee147
hydra: 2017-07-27 -> 2017-09-14
...
Builds against recent nixUnstable
2017-09-21 01:02:02 +02:00
Robert Schütz
50d52ac8a8
texworks: init at 0.6.2
2017-09-21 00:58:49 +02:00
Jörg Thalheim
53233c19c9
Merge pull request #29618 from das-g/patch-1
...
xonsh: fix typo ("xnosh") in "enable" description
2017-09-20 23:56:36 +01:00
Joachim Fasting
6bf56656f0
snapper: 0.3.3 -> 0.5.0
2017-09-21 00:56:24 +02:00
Raphael Das Gupta
42d6e933d6
xonsh: fix typo ("xnosh") in "enable" description
2017-09-21 00:47:57 +02:00
Ben Darwin
c7bbe471b0
ants: bump version and fix sandboxed build
2017-09-20 18:42:34 -04:00
Thomas Tuegel
1e2ebee42a
hplip: fix Python wrappers
...
We cannot rely on wrapPythonPrograms to wrap the installed executables because
they are symlinks (which it ignores). Instead, we have to emulate it to make
the wrappers ourselves.
2017-09-20 17:03:12 -05:00
Joachim F
29c1888a57
Merge pull request #29560 from LumiGuide/elk-5.6.1
...
elk: 5.5.2 -> 5.6.1
2017-09-20 21:56:26 +00:00
Franz Pletz
94a5de61af
unifi: 5.5.20 -> 5.6.16
2017-09-20 23:51:48 +02:00
Simon Lackerbauer
27ed570445
atlassian-jira: 7.4.1 -> 7.5.0
2017-09-20 23:51:42 +02:00
Simon Lackerbauer
c95e158143
atlassian-confluence: 6.3.1 -> 6.4.0
2017-09-20 23:51:27 +02:00
Robin Gloster
370ac6275e
gitlab module: fix shell hook path
2017-09-20 23:51:26 +02:00
Joachim F
408734441b
Merge pull request #29593 from romildo/upd.tint2
...
tint2: 0.14.6 -> 15.1
2017-09-20 20:28:07 +00:00
Joachim F
ac7ab7ccbe
Merge pull request #29596 from romildo/numix-icon-theme
...
numix-icon-theme: 2017-01-25 -> 2017-09-17
2017-09-20 20:27:46 +00:00
Joachim F
5e212b6eaf
Merge pull request #29597 from romildo/upd.numix-icon-theme-circle
...
numix-icon-theme-circle: 2016-11-10 -> 17-09-13
2017-09-20 20:27:32 +00:00
Joachim F
cd72ad944d
Merge pull request #29598 from romildo/upd.numix-icon-theme-square
...
numix-icon-theme-square: 2016-11-23 -> 17-09-13
2017-09-20 20:27:13 +00:00
Joachim F
cf60de70c0
Merge pull request #29600 from romildo/upd.flat-plat
...
flat-plat: 20170605 -> 20170917
2017-09-20 20:26:57 +00:00
Jörg Thalheim
71551ff0de
Merge pull request #29607 from disassembler/mqtt-bench
...
mqtt-bench: init at 0.3.0
2017-09-20 21:23:39 +01:00
Joachim Fasting
7a1f5bad0c
ocamlPackages.csv: fix meta eval
...
fetchurl does not expose a meta.homepage attr
2017-09-20 22:15:26 +02:00