Commit Graph

38264 Commits

Author SHA1 Message Date
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
Lancelot SIX
09d918d533 pythonPackages.django_raster: 0.4 -> 0.5 2017-07-17 14:23:48 +02:00
Lancelot SIX
9bb9d93ee7 pythonPackages.pyparsing: 2.1.10 -> 2.2.0 2017-07-17 14:23:48 +02:00
Lancelot SIX
f7179c0474 pythonPackages.celery: fix tests for python3.6 2017-07-17 14:23:48 +02:00
Lancelot SIX
a8dd4d8e53 pythonPackages.pillow: 3.4.2 -> 4.2.1 2017-07-17 14:23:47 +02:00
Lancelot SIX
1e06824b3b pythonPackages.olefile: init at 0.44 2017-07-17 14:23:47 +02:00
Frederik Rietdijk
0c9667efa0 python.pkgs.dask: 0.14.3 -> 0.15.1 2017-07-17 13:54:04 +02:00
Frederik Rietdijk
ac3cae1191 python.pkgs.pandas: 0.20.2 -> 0.20.3 2017-07-17 13:54:03 +02:00
Frederik Rietdijk
c2df8a28ee python.pkgs.scipy: 0.19.0 -> 0.19.1 2017-07-17 13:54:03 +02:00
Frederik Rietdijk
ca0f2d8ce7 python.pkgs.numpy: 1.12.1 -> 1.13.1 2017-07-17 13:54:03 +02: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
Frederik Rietdijk
8e98811f76 python36: 3.6.1 -> 3.6.2 2017-07-17 10:06:14 +02:00
Franz Pletz
c2e9f45df2
exiv2: 0.25 -> 0.26 2017-07-17 02:53:14 +02:00
Daiderd Jordan
f1cb9d0261 Merge pull request #27374 from mnacamura/r_pbdZMQ_darwin_fix
r-pbdZMQ: fix Darwin install
2017-07-16 23:49:03 +02:00
Jörg Thalheim
d3ee993a27 Merge pull request #27419 from elitak/armjdk
oraclejdk8: armv7l support
2017-07-16 22:31:29 +01:00
Jörg Thalheim
b6f9047d01 Merge pull request #27418 from roconnor/tarsnap
tarsnap: 1.0.37 -> 1.0.38
2017-07-16 22:02:29 +01:00
Graham Christensen
4a2f605398 Merge pull request #24720 from k0001/hun-es
hunspellDicts: add spanish dictionaries.
2017-07-16 16:36:14 -04:00
Daiderd Jordan
fa74d99e42 Merge pull request #27295 from ankhers/generalize_lfe
Generalize building of LFE
2017-07-16 14:36:24 +02:00
Eric Litak
00335098a5 oraclejdk8: armv7l support 2017-07-16 05:16:59 -07:00
Vincent Laporte
b57bf746a1 ocaml-top: 1.1.3 -> 1.1.4
ocamlPackages.ocp-build: 1.99.18-beta -> 1.99.19-beta
2017-07-16 12:43:35 +02:00
Jörg Thalheim
f31773b852 tarsnapper: 0.2.1 -> 0.4
- project is not a python library -> move out of pythonPackages.
- also enable tests
2017-07-16 11:12:38 +01:00
Jörg Thalheim
f1b45f7d41 lttng-ust: add missing python dependency 2017-07-16 09:07:10 +01:00
Benno Fünfstück
dc696e2800 Merge pull request #26096 from ambrop72/teensy-fix
teensy-loader-cli: Update to latest git.
2017-07-15 20:22:34 +02: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
wisut hantanong
a5d75f0f18 python.pkgs.yapf: move to separate expression
fixes #27379
2017-07-15 17:40:55 +01:00
wisut hantanong
5529758791 python.pkgs.jsonref: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong
f0ac823696 python.pkgs.intervaltree: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong
cca503b389 python.pkgs.packaging: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong
9115f68bde python.pkgs.pytoml: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong
b493824162 python.pkgs.pypandoc: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong
911655fe5f python.pkgs.yamllint: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong
33bcafcf5b python.pkgs.stripe: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong
4546623b37 python.pkgs.vine: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong
2857dbd497 python.pkgs.zeroconf: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong
d437a722af python.pkgs.acme: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong
ee1022bf26 python.pkgs.vega: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong
2ce14a8ce9 python.pkgs.altair: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong
f6b103b51e python.pkgs.aafigure: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong
eed3b4991b python.pkgs.unifi: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong
3e75b0fd12 python.pkgs.pygame_sdl2: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong
6506c41fd9 python.pkgs.discid: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong
501eb9712e python.pkgs.emcee: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong
85239d1455 python.pkgs.ansicolor: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong
2d546a98e2 python.pkgs.acoustics: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong
eff03340c4 python.pkgs.django_tagging: move to separate expression 2017-07-15 17:40:54 +01:00