Commit graph

104862 commits

Author SHA1 Message Date
Tim Steinbach
4ceeac7526
skopeo: default policy 2017-04-01 18:33:36 -04:00
Tim Steinbach
8f52ee2928 Merge pull request #24488 from ndowens/hdparm
hdparm: 9.48 -> 9.51
2017-04-01 13:50:37 -04:00
Tim Steinbach
e136976f51 Merge pull request #24498 from volth/openvswitch-2.5.2
openvswitch: 2.5.0 -> 2.5.2
2017-04-01 13:49:49 -04:00
Tim Steinbach
9bf115c46a Merge pull request #24509 from tilpner/master
vscode: Fix relocation errors
2017-04-01 13:49:21 -04:00
Tim Steinbach
9e1537cd21 Merge pull request #24511 from holidaycheck/update-skopeo
skopeo: 0.1.16 -> 0.1.18
2017-04-01 13:48:02 -04:00
Tim Steinbach
ed5d80d74b Merge pull request #24524 from vbgl/utop_404
utop: fix on OCaml 4.04
2017-04-01 13:45:56 -04:00
Tim Steinbach
97210a1f48 Merge pull request #24505 from zimbatm/terraform-0.9.2
terraform: 0.9.1 -> 0.9.2
2017-04-01 13:45:26 -04:00
Tim Steinbach
eec90be5cd Merge pull request #24538 from srp/scala-2.11.9
scala_2_11: 2.11.8 -> 2.11.9
2017-04-01 13:43:44 -04:00
Scott R. Parish
4ab90c3b70 scala_2_11: 2.11.8 -> 2.11.9 2017-04-01 10:40:43 -07:00
Vladimír Čunát
40628d9ed8
Merge #22873: updates of various python packages 2017-04-01 19:26:40 +02:00
Tim Steinbach
d6f287e1e2 Merge pull request #24493 from ndowens/i3lock
i3lock-color: 2.7-2016-09-17 -> 2.7-2017-04-01; Closes #24450
2017-04-01 13:22:44 -04:00
Tuomas Tynkkynen
b65dc619f0 xfstests: Fixes 2017-04-01 19:50:09 +03:00
Tuomas Tynkkynen
097373e691 xfstests: Fix homepage 2017-04-01 19:43:05 +03:00
Tuomas Tynkkynen
ba360f90f9 xfstests: Enable parallel build 2017-04-01 19:42:41 +03:00
Tuomas Tynkkynen
197bbe0e1b xfstests: 2016-08-26 -> 2017-03-26 2017-04-01 19:42:01 +03:00
ndowens
0a354c9ea5 Merge pull request #24218 from magnetophon/clipster
clipster: 2017-02-17 -> 2017-02-27
2017-04-01 10:24:38 -05:00
ndowens
03aff3d22f Small cosmetic change 2017-04-01 10:16:51 -05:00
obadz
c4801f65f8 treesheets: fix url 2017-04-01 15:22:19 +01:00
ndowens
984cd56ac5 Merge pull request #24307 from ndowens/bluez-tools
bluez-tools: 2015-09-10 -> 2016-12-12
2017-04-01 09:13:03 -05:00
ndowens
498a2f5e61 speedtest-cli: 1.0.2 -> 1.0.3 (#24535) 2017-04-01 14:45:58 +01:00
obadz
8c38250a3e treesheets: init at 2017-03-27 2017-04-01 14:37:58 +01:00
ndowens
daab7c193f i3lock-color: 2.7-2016-09-17 -> 2.8; Closes #24450
i3lock-color: Corrected software src

Fixed version
2017-04-01 08:27:46 -05:00
Domen Kožar
0cc0f2d465 Merge pull request #24532 from nh2/fix-24529-acme-dir-permissions-master
acme: Use `chown -R` for challenges directory. Fixes #24529.
2017-04-01 15:23:43 +02:00
Niklas Hambüchen
ee0f3e7ad9 acme: Use chown -R for challenges directory. Fixes #24529.
Commit 75f131da02 added
`chown 'nginx:nginx' '/var/lib/acme'` to the pre-start script,
but since it doesn't use `chown -R`, it is possible that there
are older existing subdirs (like `acme-challenge`)
that are owned to `root` from before that commit went it.
2017-04-01 15:22:01 +02:00
Volth
b78f16b337 kernel: do not remove .o files on installPhase 2017-04-01 16:05:17 +03:00
Volth
ed41d50e9f kernel: fix 9p issues
[tuomas: rename the patch from 9p-hacks to something slighly more
meaningful]
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
2017-04-01 15:49:14 +03:00
Vladimír Čunát
d19384ca7e
liferea: bugfix 1.12-rc2 -> 1.12-rc3 2017-04-01 14:40:35 +02:00
zimbatm
ae034020aa fixup! terraform: 0.9.1 -> 0.9.2
use fetchpatch to improve patch download hash stability
2017-04-01 12:54:53 +01:00
Vincent Laporte
fcb9f44375 ocamlPackages.{ocf,xtmpl}: fix for OCaml 4.04 2017-04-01 12:30:14 +02:00
Vincent Laporte
e5d0593a42 ocamlPackages.core_extended: fix build on Linux 2017-04-01 12:30:14 +02:00
Vincent Laporte
86f4ded789 google-drive-ocamlfuse: add missing ocamlbuild dependency 2017-04-01 12:30:14 +02:00
Vladimír Čunát
46ea770b2b Revert "python: Move catch_conflicts.py into subdirectory (#23600)" (#24528)
This reverts commit 76213d102c.
2017-04-01 12:20:31 +02:00
Johannes Bornhold
76213d102c python: Move catch_conflicts.py into subdirectory (#23600)
Python does add the script's directory into "sys.path". For the case of
"catch_conflicts.py" this means "/nix/store" is added to "sys.path". This can
result in very long delays if the store contains a lot of entries.
2017-04-01 12:19:53 +02:00
Vladimír Čunát
f44ea1fec2
Merge branch 'staging' 2017-04-01 10:58:20 +02:00
Vaibhav Sagar
d9b36c36c5 pycairo: fix build with Python 3.6
Apply the same patch as for Python 3.5 so that this builds correctly.
Addresses #24501.
2017-04-01 09:58:01 +02:00
Vincent Laporte
da8201e7c3 ocamlPackages.sedlex: fix on OCaml 4.04 2017-04-01 09:06:57 +02:00
Pascal Wittmann
ff1d0ce438 Merge pull request #24514 from cleverca22/multimc
multimc: 5 -> 0.5.1
2017-04-01 09:02:52 +02:00
Michael Raskin
623a469653 quicklispPackages, lispPackages: make all system-loads pass with precompilation 2017-04-01 08:08:22 +02:00
Vincent Laporte
033c5debbc utop: fix on OCaml 4.04
Don’t strip the binary
The wrapper directly calls ocamlrun
2017-04-01 07:39:13 +02:00
Joachim Fasting
a41668f441
grsecurity: 4.9.19-201703300917 -> 4.9.20-201703310823 2017-04-01 00:08:50 +02:00
michael bishop
3690ad1772
multimc: 5 -> 0.5.1 2017-03-31 18:37:32 -03:00
Jörg Thalheim
880e65e162 Merge pull request #24460 from peterhoeg/f/qst
qsyncthingtray: fix program paths
2017-03-31 23:00:11 +02:00
Michael Raskin
1e7bad5d51 clwrapper, buildLispPackage: compile fasls and store them for all systems 2017-03-31 22:46:49 +02:00
Jörg Thalheim
5793e12143
baresip: enable vp8/vp9 2017-03-31 22:34:48 +02:00
Nikolay Amiantov
1eccb75f26 mumble: patch python scripts 2017-03-31 23:12:11 +03:00
Nikolay Amiantov
d8c47a20b8 mumble_git: wrap with Qt dependencies
Fixes #14084.
2017-03-31 23:11:46 +03:00
Jörg Thalheim
a16c2e5420 Merge pull request #24356 from vrthra/vis
vis: 2016-10-09 -> 0.3
2017-03-31 21:15:27 +02:00
Tobias Pflug
552045db80 skopeo: 0.1.16 -> 0.1.18 2017-03-31 20:51:52 +02:00
Sander van der Burg
7408aca528 Regenerate NPM expressions with node2nix 1.2.0 2017-03-31 20:51:14 +02:00
Till Höppner
c9d02b7c57
vscode: Fix relocation errors
LD_PRELOAD was inherited by spawned processes, and caused
issues with systems that have older system packages while
using fresh user packages.

Links out the wrapper script instead of electron binary to
expose CLI like on other systems

Breaks anything that relies on vscode not detaching
2017-03-31 20:34:35 +02:00