Théo Zimmermann
72070e6dfc
doc: improve "getting the sources" chapter
2017-04-01 17:56:29 +02: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
1a805c4c63
libdrm: 2.4.75 -> 2.4.76
2017-04-01 14:48:29 +02: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
Vladimír Čunát
1a46368a60
ffmpeg(3): 3.1 -> 3.2
...
According to ABI report https://abi-laboratory.pro/tracker/timeline/ffmpeg/
I see only one removed function and one removed field - both should be
detected during compile-time. The rest are changes that don't matter
when everything rebuilds.
2017-04-01 13:40:40 +02:00
Vladimír Čunát
8eab29e26f
nss: 3.28.3 -> 3.30 ( close #24508 )
2017-04-01 13:31:05 +02:00
Vladimír Čunát
6230bfa123
libpng: 1.6.28 -> 1.6.29
2017-04-01 13:27:39 +02:00
Vladimír Čunát
d55727c7a5
at-spi2-core: maintenance 2.22.0 -> 2.22.1
2017-04-01 13:27:22 +02:00
Vladimír Čunát
0062dd2f14
pciutils: 3.5.2 -> 3.5.4
...
The patch was integrated upstream.
2017-04-01 13:27:20 +02:00
Vladimír Čunát
ae58febf70
gdk-pixbuf: maintenance 2.36.5 -> 2.36.6
2017-04-01 13:27:19 +02:00
Vladimír Čunát
ae08fdd84e
pango: maintenance 1.40.3 -> 1.40.4
2017-04-01 13:27:18 +02:00
Vladimír Čunát
6c153c55c3
gtk3: maintenance 3.22.8 -> 3.22.11
2017-04-01 13:27:17 +02:00
Vladimír Čunát
0bc62f8d2e
Merge #23832 : gdbm: 1.12 -> 1.13
2017-04-01 13:27:15 +02:00
Vladimír Čunát
af098ff18e
libgudev: fix build after update #23965
...
I somehow missed this error.
2017-04-01 13:26:27 +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
ndowens
e109faa401
libgudev: 230 -> 231 ( #23965 )
2017-04-01 12:26:36 +02:00
Johannes Bornhold
249b34aadc
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.
(moved from master commit 76213d102c
)
2017-04-01 12:22:36 +02:00
Vladimír Čunát
eb551a435f
Merge branch 'master' into staging
2017-04-01 12:21:54 +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
Maciej Kazulak
23ec4a40ee
oracle-instantclient: add optional odbc support
2017-04-01 11:50:13 +02:00
ndowens
d455cdd34b
sharutils: 4.11.1 -> 4.15.2 ( #24305 )
2017-04-01 11:29:55 +02:00
ndowens
b83d2970f2
pkgconfig: 0.29 -> 0.29.1 ( #24394 )
2017-04-01 11:06:20 +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
Mateusz Naściszewski
a309890044
ipfs: 0.4.6 -> 0.4.8
2017-04-01 05:51:41 +02:00
Orivej Desh
ecf5daa5d7
subgit: 3.1.0 -> 3.2.4
2017-04-01 02:19:51 +00: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