obadz
8c38250a3e
treesheets: init at 2017-03-27
2017-04-01 14:37:58 +01: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
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
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
Sander van der Burg
7408aca528
Regenerate NPM expressions with node2nix 1.2.0
2017-03-31 20:51:14 +02:00
Michael Raskin
739ecca4b5
esrap-peg: 20131029 -> 20170320
2017-03-31 17:56:35 +02:00
Michael Raskin
011c907383
lispPackages: pin to asdf_3_1 by default
2017-03-31 17:56:35 +02:00
Shea Levy
c923c6c7c5
webkitgtk24x: Fix build on darwin
2017-03-31 07:47:09 -07:00
Eelco Dolstra
80b40fdf03
sshd.nix: Alternative fix for #19589
...
AFAICT, this issue only occurs when sshd is socket-activated. It turns
out that the preStart script's stdout and stderr are connected to the
socket, not just the main command's. So explicitly connect stderr to
the journal and redirect stdout to stderr.
2017-03-31 16:18:58 +02:00
Eelco Dolstra
4e79b0b075
Revert "sshd: separate key generation into another service"
...
This reverts commit 1a74eedd07
. It
breaks NixOps, which expects that
rm -f /etc/ssh/ssh_host_ed25519_key*
systemctl restart sshd
cat /etc/ssh/ssh_host_ed25519_key.pub
works.
2017-03-31 16:18:58 +02:00
Robin Gloster
cbd6fb1b3a
Release Notes: tracking UIDs/GIDs is in 17.09
2017-03-31 15:51:37 +02:00
Tim Steinbach
e872abe872
oh-my-zsh: 2017-02-27 -> 2017-03-30
2017-03-31 09:22:00 -04:00
Tim Steinbach
cb791371c5
linux: 4.4.58 -> 4.4.59
2017-03-31 09:19:07 -04:00
Tim Steinbach
bff456bd55
linux: 4.10.7 -> 4.10.8
2017-03-31 09:16:52 -04:00
Tim Steinbach
501429d120
linux: 4.9.19 -> 4.9.20
2017-03-31 09:14:19 -04:00
Eelco Dolstra
e241fb87a1
Update 17.03 release notes
2017-03-31 15:00:30 +02:00
Tristan Helmich
00689b20a8
emby: 3.2.8 -> 3.2.10
2017-03-31 14:20:23 +02:00
Joachim F
05e5151d8f
Merge pull request #24480 from Ma27/update/geogebra
...
geogebra: 5-0-346-0 -> 5-0-350-0
2017-03-31 13:07:52 +01:00
Joachim F
889f5d170c
Merge pull request #24477 from romildo/upd.gworkspace
...
gworkspace: 0.9.3 -> 0.9.4
2017-03-31 12:06:33 +01:00
Michael Raskin
02f58311ec
lispPackages: migrate to quicklispPackages where possible
2017-03-31 12:06:46 +02:00
Rickard Nilsson
37847f263c
haskellPackages.tailfile-hinotify: Disable test suite
2017-03-31 11:15:17 +02:00
Michael Raskin
f10fc5a13c
lispPackages.clwrapper: fix array expansion to produce no arguments when empty
2017-03-31 11:17:19 +02:00
Daiderd Jordan
607a21b7c0
Merge pull request #24380 from fuzzy-id/haproxy-overworked4
...
haproxy: PCRE and LUA support via configurable options
2017-03-31 08:46:14 +02:00
Peter Hoeg
7b73936459
Merge pull request #22710 from AndersonTorres/openshot
...
openshot-qt: 2.1.0 -> 2.2.0
2017-03-31 14:19:34 +08:00
Kamil Chmielewski
caade79100
ponyc: 0.11.4 -> 0.12.2
...
https://github.com/ponylang/ponyc/issues/1786
2017-03-31 08:17:21 +02:00
Lancelot SIX
0848d1c2e1
gnuapl: 1.6 -> 1.7
...
See http://lists.gnu.org/archive/html/info-gnu/2017-03/msg00007.html
for release announcement.
2017-03-31 07:33:53 +02:00
Peter Hoeg
2f73d5f856
libguestfs: add missing libapparmor buildInput
2017-03-31 11:50:12 +08:00
Tim Steinbach
f48cd9503d
Merge pull request #24260 from mbrgm/upgrade-keepalived
...
keepalived: 1.3.4 -> 1.3.5
2017-03-30 22:36:46 -04:00
Tim Steinbach
b90b1828dd
Merge pull request #24352 from cko/spark-1_6_3
...
spark: 1.6.0 ->1.6.3
2017-03-30 22:36:16 -04:00
Tim Steinbach
ecca152887
linux: 4.10.6 -> 4.10.7
2017-03-30 22:12:26 -04:00