Thomas Tuegel
9aa4f09008
qt4: unset LD
...
Commit 093cc00cdd
sets the `LD' environment
variable by default, interfering with the Makefile which uses gcc for linking.
2017-07-21 16:49:32 -05:00
Thomas Tuegel
20321f66d7
x264: unset AS
...
Commit 093cc00cdd
sets the environment variable
`AS' to the binutils assembler, but x264 needs yasm.
2017-07-21 15:47:12 -05:00
Thomas Tuegel
15776462b2
libunistring: disable parallel building
...
Parallel building causes a test deadlock and has been disabled.
2017-07-21 15:46:38 -05:00
Thomas Tuegel
4a0a066f67
newt: unset CPP
...
Commit 093cc00cdd
sets the CPP environment
variable by default, confusing the newt Makefile, which expects CPP=gcc for
computing dependencies.
2017-07-21 15:45:32 -05:00
Daniel Peebles
bd2e91e3a2
Merge pull request #27318 from copumpkin/darwin-high-sierra
...
Support High Sierra on Darwin
2017-07-18 17:06:06 -04:00
Frederik Rietdijk
3eceecb90d
Merge remote-tracking branch 'upstream/master' into HEAD
2017-07-17 13:52:01 +02:00
Frederik Rietdijk
c0cf19608f
aspellWithDicts: create derivation with aspell and selected dictionaries
...
Currently, `aspell` checks the active profiles for dictionaries. While
this may be convenient, it does not work with `nix-shell` and it doesn't
allow any isolation.
This commit adds the possibility to use composition by creating a
derivation with `symlinkJoin` that contains all the chosen dictionaries,
and another derivation that wraps the executables linking to the dictionaries.
Nix example:
my_aspell = aspellWithDicts(ps: with ps; [ en nl ])
`nix-shell` example:
nix-shell -p 'aspellWithDicts(ps: with ps; [ en nl ])'
2017-07-17 10:17:20 +02:00
Franz Pletz
c2e9f45df2
exiv2: 0.25 -> 0.26
2017-07-17 02:53:14 +02:00
Graham Christensen
4a2f605398
Merge pull request #24720 from k0001/hun-es
...
hunspellDicts: add spanish dictionaries.
2017-07-16 16:36:14 -04:00
Benno Fünfstück
063e81145d
Merge pull request #26036 from bcdarwin/elastix
...
elastix: init at 4.8
2017-07-15 20:15:44 +02: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
674c82739c
Merge #26613 : init and use dns-root-data
2017-07-15 10:54:15 +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
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
Bjørn Forsman
01ec484a47
libvirt: add missing gettext in libvirt-guests.sh
...
Or else this is seen in the system log:
.../libexec/libvirt-guests.sh: line 211: gettext: command not found
2017-07-13 21:42:32 +02:00
Vincent Laporte
68ee2c6c30
gst-plugins-good: fix build on darwin
2017-07-13 17:40:21 +00:00
Vincent Laporte
247e772f35
libspectre: set meta.platforms to unix
2017-07-13 17:39:42 +00:00
Vincent Laporte
058f46cc13
libraw: set meta.platforms to unix
2017-07-13 17:39:42 +00:00
Eelco Dolstra
222c2b34d9
apr-util: 1.5.4 -> 1.6.0
2017-07-12 16:43:03 +02:00
Eelco Dolstra
770b2b6912
apr: 1.5.2 -> 1.6.2
2017-07-12 16:43:02 +02:00
Jörg Thalheim
8f5f986453
opendht: move to pkgs/development/libraries
...
location is more appropriate
2017-07-12 11:04:09 +01:00
Franz Pletz
3bb9954a6b
dns-root-data: init at 2017-06-16
2017-07-12 09:45:25 +02:00
Dan Peebles
0419452113
Fix Darwin stdenv to work on 10.13
...
The main changes are in libSystem, which lost the coretls component in 10.13
and some hardening changes that quietly crash any program that uses %n in
a non-constant format string, so we've needed to patch a lot of programs that
use gnulib.
2017-07-11 21:56:38 -04:00
Franz Pletz
f5a7ce1317
ldns: also build examples
2017-07-11 21:21:28 +02:00
Jörg Thalheim
45f58142e0
Merge pull request #27264 from Radvendii/argon
...
libargon2: init at 20161029
2017-07-10 08:53:51 +01:00
Jörg Thalheim
b6d0c1eb18
libargon2: do not override pre/postInstall hook
2017-07-10 08:51:46 +01:00
Taeer Bar-Yam
5160ae5d5c
libargon2: init at 20161029
2017-07-10 08:51:46 +01:00
Franz Pletz
8c73028fc6
libwebp: 0.4.3 -> 0.6.0
2017-07-10 09:36:04 +02:00
Taeer Bar-Yam
69289e8f2a
asio: 1.10.6 -> 1.10.8
2017-07-09 14:28:17 -04:00
Daiderd Jordan
7e3a1a58cf
Revert "ncurses: look for terminfo entries in /etc"
...
This reverts commit b73a862f17
.
2017-07-06 22:50:29 +02:00
Eelco Dolstra
942422a646
Merge branch 'glibc' of https://github.com/rnhmjoj/nixpkgs into staging
2017-07-06 15:14:57 +02:00
rnhmjoj
8fcc92fc69
glibc: fix unaligned __tls_get_addr issue
2017-07-06 13:51:50 +02:00
Thomas Tuegel
039dda7a27
Merge pull request #27157 from bkchr/kwallet_dbus_fix
...
kwallet: Fix bug that dbus could not find the kwallet service
2017-07-06 06:12:07 -05:00
Michael Raskin
e52455baff
Merge pull request #26154 from volth/wxwidgets-3.0.3.1
...
wxGTK30: 3.0.2 -> 3.0.3.1
2017-07-05 23:32:07 +02:00
Michael Raskin
bd53744885
Merge pull request #23985 from rht/zcash
...
zcash: reinit at 1.0.8
2017-07-05 22:27:27 +02:00
Bastian Köcher
a63732f9b2
Kwallet: Fixes bug that dbus could not find the kwallet service
2017-07-05 20:59:25 +02:00
Vladimír Čunát
322582d703
libav: maintenance 11.9 -> 11.10
2017-07-05 17:37:39 +02:00
Eelco Dolstra
c23dcd72a0
Enable some more debug info
2017-07-05 16:04:54 +02:00
Vladimír Čunát
9e1c7ddaae
Merge branch 'master' into staging
2017-07-05 09:53:53 +02:00
Vladimír Čunát
febadbce3f
gnutls: bugfix 3.5.13 -> 3.5.14
2017-07-05 09:09:12 +02:00
Vladimír Čunát
5328aac7be
Merge branch 'staging'
...
Comparison looks OK; I'll try some fixes on master directly.
http://hydra.nixos.org/eval/1372577?compare=1372497
2017-07-05 08:55:26 +02:00
Peter Hoeg
a0fa61788b
kirigami: add missing qttranslations
2017-07-04 23:04:46 +02:00