John Ericson
21136311c4
Merge pull request #27415 from obsidiansystems/cc-wrapper-prefix-binutils
...
cc-wrapper: Always export environment variables for binutils
2017-07-16 11:21:39 -04:00
John Ericson
3739858571
cc-wrapper: Use new bash uppercase subsitution syntax in setup hook
...
While this requires newer bash, stdenv's setup.sh now does across the
board anyways. This way is more concise.
2017-07-15 20:33:10 -04:00
Tuomas Tynkkynen
c3d9ec531b
pythonPackages.unittest2: Fix missing argument to substituteInPlace
2017-07-16 01:06:56 +03:00
John Ericson
093cc00cdd
cc-wrapper: Always export environment variables for binutils
...
Before, this only happened when cross compiling.
2017-07-15 16:01:03 -04:00
John Ericson
7d95391f6a
Merge pull request #27407 from obsidiansystems/null-configure-flags
...
mkDerivation: Fix errors from #27365
2017-07-15 15:56:29 -04:00
John Ericson
aaaa470ff8
mkDerivation: Fix errors from #27365
...
`nix-build pkgs/top-level/release.nix -A tarball` now succeeds.
`configureFlags = null` lead to a type error, and one overrideDrv
needed to be converted to to append a configureFlags list instead of
string due to the normalization.
Thanks @vcunat for alerting me to the issues---sorry I did not catch
them before merging my own PR.
2017-07-15 13:47:21 -04:00
Vladimír Čunát
b3729eb3f2
libuv: 1.12.0 -> 1.13.1
2017-07-15 15:59:21 +02:00
Vladimír Čunát
3d1266fcbd
mesa: maintenance 17.1.4 -> 17.1.5
2017-07-15 12:28:25 +02:00
Vladimír Čunát
e2b7b09960
Merge branch 'master' into staging
2017-07-15 12:15:56 +02:00
Vincent Laporte
071693e5df
matio: 1.5.9 -> 1.5.10
2017-07-15 11:49:52 +02:00
Vladimír Čunát
7d80f94f75
dbus: maintenance 1.10.18 -> 1.10.20
2017-07-15 11:46:54 +02:00
Vladimír Čunát
5a03a05520
gtk3: maintenance 3.22.15 -> 3.22.16
2017-07-15 11:43:47 +02:00
Vincent Laporte
0134709369
getdata: 0.9.4 -> 0.10.0
2017-07-15 11:39:56 +02:00
Vladimír Čunát
0f09b05794
libpng: 1.6.29 -> 1.6.30
2017-07-15 11:39:46 +02:00
Vladimír Čunát
240313e251
libjpeg(-turbo): 1.5.1 -> 1.5.2
2017-07-15 11:34:52 +02:00
Vladimír Čunát
2ab67778d6
pciutils: 3.5.4 -> 3.5.5
2017-07-15 11:28:56 +02:00
Vladimír Čunát
674c82739c
Merge #26613 : init and use dns-root-data
2017-07-15 10:54:15 +02:00
Vladimír Čunát
338a195204
dns-root-data: improve determinism, clear key status
...
Nitpicks:
- The timestamps there were useless.
- The generator now switched the two keys; I don't know why.
I intentionally remove the comments like "state=1 [ ADDPEND ]".
The problem is that keys e.g. in ADDPEND state are *not* immediately
usable for validation - see RFC5011 for details. I verified that Unbound
does disregard this on the format we and Debian use ATM, presumably due
to removing parts of the comments, but it would be confusing nevertheless.
2017-07-15 10:38:01 +02:00
Aristid Breitkreuz
9480628286
insync: 1.3.16.36155 -> 1.3.17.36167
2017-07-15 10:21:12 +02:00
Vladimír Čunát
efe66e221f
evince: patch CVE-2017-1000083 + minor changes
...
This removes help for now but fixes #27388 .
The minor update might be related to the patch so it's included.
2017-07-15 10:07:45 +02:00
Vladimír Čunát
371ad29661
abc-verifier: fix typo in meta
2017-07-15 09:27:41 +02:00
Vincent Laporte
08e0f106e3
gnumeric: 1.12.34 -> 1.12.35
...
goffice: 0.10.34 -> 0.10.35
2017-07-15 09:10:43 +02:00
Tim Steinbach
954c66983d
perf: Apply patch for offline kernels
...
As per https://lkml.org/lkml/2017/7/13/314 , perf is broken in 4.9.36 and 4.9.37
Patches in this commit are taken from
https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/commit/?id=39f4f2c018bd831c325e11983f8893caf72fd9eb
This will allow perf to build again and should be included in a future 4.9.x release,
allowing the custom patching to be removed again
2017-07-14 20:07:16 -04:00
John Ericson
9e28e56f20
Merge pull request #27368 from obsidiansystems/cc-wrapper-interpreter
...
cc-wrapper: Unify and improve dynamic linker flag logic
2017-07-14 17:26:35 -04:00
Jörg Thalheim
3ef073e9f1
nodePackages.js-beautify: init at 1.6.14
...
fixes #21980
2017-07-14 22:17:12 +01:00
Jörg Thalheim
5bee13f14f
restbed: fix license and evaluation
...
cc @Radvendi @joachifm
2017-07-14 21:54:28 +01:00
Bjørn Forsman
b8e109d6ac
nixos/libvirt: prevent OVMF path from being garbage collected
...
Use xmlstarlet to update the OVMF path on each startup, like we do for
<emulator>...qemu-kvm</emulator>.
A libvirt domain using UEFI cannot start if the OVMF path is garbage
collected/missing.
2017-07-14 22:07:57 +02:00
Bjørn Forsman
292827b0e0
nixos/libvirt: modify xml with xmlstarlet
...
Instead of grep and sed, which is brittle.
(I don't know how to preserve the comment we currently add to say that
this line is auto-updated. But I don't think it adds much value, so I'm
not spending any effort on it.)
2017-07-14 22:07:57 +02:00
Tuomas Tynkkynen
5ff18c4484
libuv: Disable yet another test
...
This consistently times out for me on ARM, and apparently for others as
well: https://github.com/libuv/libuv/issues/687
2017-07-14 22:52:36 +03:00
John Ericson
aca5ba405e
cc-wrapper: Unify and improve dynamic linker flag logic
...
Besides deduplicating overlapping logic, clear warning messages were
added for:
- No glob/path for dynamic linker provided (use default glob)
- Glob did not expand to anything (don't append flag)
- glob expanded to multiple things (take first, like before)
2017-07-14 15:21:34 -04:00
Bjørn Forsman
407b56986e
nixos/lighttpd: fix indent (tab -> space)
2017-07-14 20:37:25 +02:00
Joachim Schiele
af7c7b42c1
postfix: complete remake of postfix service ( #27276 )
2017-07-14 16:55:53 +02:00
Bjørn Forsman
8a35f751d1
nixos/spice-vdagentd: remove needless shell
2017-07-14 16:28:25 +02:00
Joachim F
e4229bb3f8
Merge pull request #27311 from Radvendii/master
...
ring-daemon: init at 2017-07-11
2017-07-14 15:18:37 +01:00
Thomas Tuegel
8c9273a8e9
Merge pull request #27382 from ttuegel/update/dropbox
...
dropbox: 29.4.20 -> 30.4.22
2017-07-14 09:16:41 -05:00
Jörg Thalheim
ce39a9c837
Merge pull request #27160 from bkchr/makeautostartitem_fix
...
make-autostartitem: Use the right path for storing the desktop files
2017-07-14 13:47:13 +01:00
Thomas Tuegel
640137d2cb
dropbox: 29.4.20 -> 30.4.22
2017-07-14 07:14:14 -05:00
Jörg Thalheim
df34c92af5
Merge pull request #27343 from magnetophon/nova
...
nova-filters: bug fix and add maintainer
2017-07-14 11:50:25 +01:00
Domen Kožar
0eb4f6fd25
Merge commit 'a889454869e4f7d5ba6067ebcc0ba7fcd26e4417'
...
Merge staging. It includes fixes for cc-wrapper parsing speed and
some other minor things.
http://hydra.nixos.org/eval/1375094
2017-07-14 11:55:41 +02:00
Jörg Thalheim
f93050e509
Merge pull request #27156 from dbrock/hsevm
...
hsevm: init at 0.3.2
2017-07-14 08:58:46 +01:00
Jörg Thalheim
00ee2091be
Merge pull request #27097 from jfrankenau/init-nnn
...
nnn: init at 1.2
2017-07-14 08:53:11 +01:00
Michael Raskin
1dca35c6b4
Merge pull request #26662 from shak-mar/i2p-0.9.30-i686
...
i2p: 0.9.28 -> 0.9.30 (and build wrapper from source) (and for 32bit)
2017-07-14 09:48:05 +02:00
Jörg Thalheim
fc44b573ca
mfcl2700dnlpr: remove meta.version
2017-07-14 08:44:20 +01:00
Jörg Thalheim
638c8eb14c
Merge pull request #27363 from srhb/fix-tarsum
...
tarsum: Fix source path in docker.src
2017-07-14 08:35:37 +01:00
Jörg Thalheim
ff4ba02902
Merge pull request #27364 from veprbl/slurm2
...
slurm: add alias attribute for backward compatibility
2017-07-14 08:33:23 +01:00
Jörg Thalheim
2622bd10b0
Merge pull request #27377 from kirillrdy/master
...
jruby: 9.1.5.0 -> 9.1.12.0
2017-07-14 08:32:01 +01:00
Kirill Radzikhovskyy
9728d77cf3
jruby: 9.1.5.0 -> 9.1.12.0
2017-07-14 17:21:31 +10:00
Jörg Thalheim
ab87dc585d
fast-cli: add reference to all-packages.nix
...
fixes #27375
2017-07-14 07:19:38 +01:00
Silvan Mosberger
85070e1df1
fast-cli: init at 1.0.0
2017-07-14 07:19:27 +01:00
Vincent Laporte
53a50dfa7a
ocamlPackages.camomile: fix build for OCaml 4.05
2017-07-14 07:57:13 +02:00