John Ericson
e755a8a27d
treewide: Use targetPrefix
instead of prefix
for platform name prefixes
...
Certain tools, e.g. compilers, are customarily prefixed with the name of
their target platform so that multiple builds can be used at once
without clobbering each other on the PATH. I was using identifiers named
`prefix` for this purpose, but that conflicts with the standard use of
`prefix` to mean the directory where something is installed. To avoid
conflict and confusion, I renamed those to `targetPrefix`.
2017-11-27 03:15:50 -05:00
Jörg Thalheim
5233333265
Merge pull request #32022 from bachp/gitlab-runner-10.2.0
...
gitlab-runner: 10.1.0 -> 10.2.0
2017-11-25 11:12:43 +00:00
Pascal Bach
a1c98a8f78
gitlab-runner: 10.1.0 -> 10.2.0
2017-11-25 10:46:45 +01:00
Frederik Rietdijk
d087463b48
Merge remote-tracking branch 'upstream/master' into HEAD
2017-11-25 09:13:36 +01:00
Frederik Rietdijk
c06bc73222
python3.pkgs.urwid: remove several tests
2017-11-25 09:03:32 +01:00
Frederik Rietdijk
ddbe2dda4b
python.pkgs.tqdm: remove performance tests
2017-11-25 08:49:32 +01:00
Frederik Rietdijk
d34aeaf031
python.pkgs.jedi: unpin parso dependency
2017-11-25 08:46:51 +01:00
Frederik Rietdijk
44e98de414
python.pkgs: maintenance updates
2017-11-24 20:36:20 +01:00
Frederik Rietdijk
0f50d5ac19
python.pkgs.trollius: use optionals instead of optional, fixes eval for neovim
...
Eval of neovim was broken at
40851a4d26 (commitcomment-25817374)
.
2017-11-24 20:14:28 +01:00
Frederik Rietdijk
7a13e5a7df
Merge remote-tracking branch 'upstream/python-unstable' into HEAD
2017-11-24 19:58:07 +01:00
Vladimír Čunát
7dfa97969a
Merge branch 'staging' (older one)
...
Hydra seems OK-ish, except that some aarch64 jobs need restarting
after qt4 timing out for the first time:
https://hydra.nixos.org/eval/1412641?compare=1412561
2017-11-24 18:36:54 +01:00
Peter Simons
1743953cc5
haskell-Cabal: bump 2.x branch to version 2.0.1.0
2017-11-24 18:34:32 +01:00
Peter Simons
a2cd405a16
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.7 from Hackage revision
31b0f83319
.
2017-11-24 18:34:28 +01:00
Tim Steinbach
0a123ae574
gradle: 4.3 -> 4.3.1
2017-11-24 08:30:22 -05:00
Frederik Rietdijk
59d294dd7d
Merge pull request #31923 from kquick/thespian
...
thespian: Python library init at 3.8.3
2017-11-24 07:49:56 +01:00
adisbladis
d99378654f
pythonPackages: Add version and pname attributes to packages
2017-11-23 17:49:43 +01:00
adisbladis
4ae5f31403
pythonPackages.locustio: 0.7.2 -> 0.8
2017-11-23 17:21:38 +01:00
adisbladis
879f23ea1b
pythonPackages.gevent: 1.1.2 -> 1.2.2
2017-11-23 17:21:38 +01:00
Frederik Rietdijk
6a3b92626e
python.pkgs.psutil: 4.3.0 -> 5.4.1
2017-11-23 17:06:19 +01:00
Frederik Rietdijk
543136e863
python.pkgs.psutil: move to separate expression
2017-11-23 17:06:17 +01:00
Frederik Rietdijk
35f5912db5
Merge remote-tracking branch 'upstream/python-unstable' into HEAD
2017-11-23 16:38:39 +01:00
Frederik Rietdijk
6ad79678d4
Merge remote-tracking branch 'upstream/master' into HEAD
2017-11-23 16:38:31 +01:00
Piotr Bogdan
3f7ffa9f89
wp-cli: 1.4.0 -> 1.4.1
2017-11-23 15:28:23 +00:00
Frederik Rietdijk
24b7b3e49f
python.pkgs.setuptools: 36.4.0/36.6.0 -> 36.7.1
2017-11-23 15:11:03 +01:00
Frederik Rietdijk
80329e7123
python.pkgs.buildPythonPackage: some comments
2017-11-23 15:11:03 +01:00
Frederik Rietdijk
7c3c2a0dca
python.pkgs.pytest: add missing setuptools dependency
2017-11-23 15:11:03 +01:00
Frederik Rietdijk
209ee2f20f
python.pkgs.buildPythonPackage: do not pass attributes that stdenv.mkDerivation does not use
2017-11-23 15:11:03 +01:00
Frederik Rietdijk
985f0ce15d
python.pkgs.rivet: add bindings for rivet
2017-11-23 15:11:03 +01:00
Frederik Rietdijk
42eece04e4
python.pkgs.buildPythonPackage: meta.maintainers: don't add chaoflow
2017-11-23 15:11:03 +01:00
Frederik Rietdijk
40851a4d26
Python: the pythonModule attribute
...
Python libraries or modules now have an attribute `pythonModule = interpreter;` to indicate
they provide Python modules for the specified `interpreter`.
The package set provides the following helper functions:
- hasPythonModule: Check whether a derivation provides a Python module.
- requiredPythonModules: Recurse into a list of Python modules, returning all Python modules that are required.
- makePythonPath: Create a PYTHONPATH from a list of Python modules.
Also included in this commit is:
- disabledIf: Helper function for disabling non-buildPythonPackage functions.
2017-11-23 15:11:02 +01:00
Jörg Thalheim
a30fa6d9a2
Merge pull request #31959 from yrashk/gdbgui
...
gdbgui: init at 0.9.0.1
2017-11-23 13:41:13 +00:00
Yurii Rashkovskii
fcec492c62
gdbgui: init at 0.9.0.1
...
Feature rich browser-based frontend with data structure visualizations
(like DDD), and gdb terminal access. Compatible with C, C++, golang,
Rust, fortran. Written in Python and JavaScript
gdbgui is at the top of the GDB Front Ends
list on https://sourceware.org/gdb/wiki/GDB%20Front%20Ends
2017-11-23 20:19:54 +07:00
Peter Romfeld
4db6f68df6
nodePackages.nsp: init at 3.1.0
2017-11-23 17:26:12 +08:00
Bjørn Forsman
1e5bdbb273
Merge pull request #27344 from lukeadams/gnuradio-update
...
Gnuradio: Enable Darwin Support
2017-11-23 08:23:07 +01:00
Kevin Quick
2233ae6a99
Removed extraneous comment; updated note reg testing use of network.
2017-11-22 21:23:43 -08:00
Orivej Desh
a7e1bfe792
Merge pull request #31957 from jtojnar/libxml-2.9.7
...
libxml2: 2.9.5 → 2.9.7
2017-11-23 04:40:51 +00:00
Jan Tojnar
98ff9fca29
libxml2: 2.9.5 → 2.9.7
2017-11-23 05:28:39 +01:00
Samuel Leathers
057e20a416
Merge pull request #31947 from jtojnar/libinput-1.9.2
...
libinput: 1.9.1 → 1.9.2
2017-11-22 22:09:19 -05:00
Samuel Leathers
b4c63c3648
Merge pull request #31921 from corngood/rdesktop-krb
...
rdesktop: enable credssp
2017-11-22 22:04:49 -05:00
Samuel Leathers
74e60cfb5e
Merge pull request #31955 from dywedir/reason
...
ocamlPackages.reason: 3.0.0 -> 3.0.2
2017-11-22 21:40:14 -05:00
Samuel Leathers
06251bec3c
Merge pull request #31949 from vbgl/gnumeric-1.12.36
...
gnumeric: 1.12.35 -> 1.12.36; goffice: 0.10.35 -> 0.10.36
2017-11-22 21:25:31 -05:00
Samuel Leathers
f47780abf5
Merge pull request #31951 from iSma/fix/pytorch-0.2.0
...
pytorch: fix sha256 hash
2017-11-22 21:24:25 -05:00
dywedir
e1f43c92e6
ocamlPackages.reason: 3.0.0 -> 3.0.2
2017-11-23 01:43:08 +02:00
Orivej Desh
eb23772c10
double-conversion: rename attr from double_conversion
2017-11-22 23:39:03 +00:00
Luke Adams
de51e4a35b
qwt6_qt4: enableParallelBuilding
2017-11-22 16:40:49 -06:00
Luke Adams
97c5cf0bf2
qwt6_qt4: preFixup: Repair relative reference in darwin framework output
2017-11-22 16:40:49 -06:00
Ismaïl Senhaji
98c84e42d4
pytorch: fix sha256 hash
2017-11-22 23:11:52 +01:00
Jan Tojnar
52c6c64f5c
libinput: 1.9.1 → 1.9.2
...
https://lists.freedesktop.org/archives/wayland-devel/2017-November/035817.html
2017-11-22 22:17:52 +01:00
Jörg Thalheim
63f0f4fc72
Merge pull request #31946 from flokli/afew-tests
...
afew: re-enable tests, update maintainers
2017-11-22 20:59:20 +00:00
Florian Klink
70b0e90b3f
afew: add flokli and andir as maintainers
...
Signed-off-by: Andreas Rammhold <andreas@rammhold.de>
2017-11-22 21:51:20 +01:00