147141 Commits

Author SHA1 Message Date
Frederik Rietdijk
87502960d0 python: pytools: 2018.4 -> 2018.5.2 2018-07-26 12:43:06 +02:00
Frederik Rietdijk
b1fd593a41 python: python-telegram-bot: 9.0.0 -> 10.1.0 2018-07-26 12:43:06 +02:00
Frederik Rietdijk
25a153e578 python: python_openzwave: 0.4.4 -> 0.4.5 2018-07-26 12:43:06 +02:00
Frederik Rietdijk
b5e2cb8cae python: python-fedora: 0.9.0 -> 0.10.0 2018-07-26 12:43:06 +02:00
Frederik Rietdijk
9d9d122216 python: python-axolotl: 0.1.39 -> 0.1.42 2018-07-26 12:43:06 +02:00
Frederik Rietdijk
e298f9e2b0 python: python-axolotl-curve25519: 0.1 -> 0.4.1.post2 2018-07-26 12:43:06 +02:00
Frederik Rietdijk
29a19eb12c python: pytest-server-fixtures: 1.3.0 -> 1.3.1 2018-07-26 12:43:05 +02:00
Frederik Rietdijk
b9d2781db3 python: pytest: 3.6.2 -> 3.6.3 2018-07-26 12:43:05 +02:00
Frederik Rietdijk
883eb392d8 python: pyperclip: 1.6.2 -> 1.6.4 2018-07-26 12:43:05 +02:00
Frederik Rietdijk
f4e51b3d67 python: pymongo: 3.6.1 -> 3.7.1 2018-07-26 12:43:05 +02:00
Frederik Rietdijk
7fa99fe7b4 python: pymc3: 3.4.1 -> 3.5 2018-07-26 12:43:05 +02:00
Frederik Rietdijk
3396f4e665 python: pylru: 1.0.9 -> 1.1.0 2018-07-26 12:43:05 +02:00
Frederik Rietdijk
3bbdf27a16 python: pylint: 1.9.2 -> 2.0.0 2018-07-26 12:43:05 +02:00
Frederik Rietdijk
aacf5b1e95 python: pykdtree: 1.3.0 -> 1.3.1 2018-07-26 12:43:04 +02:00
Frederik Rietdijk
b76c1a47c5 python: pyhomematic: 0.1.44 -> 0.1.46 2018-07-26 12:43:04 +02:00
Frederik Rietdijk
9ca0ca3da1 python: pygit2: 0.26.4 -> 0.27.1 2018-07-26 12:43:04 +02:00
Frederik Rietdijk
9fde265a9d python: pygame: 1.9.3 -> 1.9.4 2018-07-26 12:43:04 +02:00
Frederik Rietdijk
1891611271 python: pyflakes: 1.6.0 -> 2.0.0 2018-07-26 12:43:04 +02:00
Frederik Rietdijk
f667b56d36 python: py: 1.5.3 -> 1.5.4 2018-07-26 12:43:04 +02:00
Frederik Rietdijk
87712ad7eb python: pycryptodomex: 3.6.2 -> 3.6.4 2018-07-26 12:43:03 +02:00
Frederik Rietdijk
10fd98376d python: pycryptodome: 3.6.2 -> 3.6.4 2018-07-26 12:43:03 +02:00
Frederik Rietdijk
f208b1bd66 python: pycodestyle: 2.3.1 -> 2.4.0 2018-07-26 12:43:03 +02:00
Frederik Rietdijk
f79a68c983 python: pyasn1-modules: 0.2.1 -> 0.2.2 2018-07-26 12:43:03 +02:00
Frederik Rietdijk
1d63c87262 python: py3status: 3.8 -> 3.11 2018-07-26 12:43:03 +02:00
Frederik Rietdijk
5d4ab6d266 python: py3exiv2: 0.3.0 -> 0.4.0 2018-07-26 12:43:03 +02:00
Frederik Rietdijk
ed7a2ca061 python: ptyprocess: 0.5.2 -> 0.6.0 2018-07-26 12:43:03 +02:00
lewo
c5f1eea023
Merge pull request #43664 from nlewo/pr-go-x
goBuildPackage: Add -x to the go build command if NIX_DEBUG >= 1
2018-07-24 14:24:55 +02:00
Matthew Stewart
18f517fbd6 Enable new dtags in a way that works with binutils 2.30.
In 3027bca, binutils was upgraded from 2.28.1 to 2.30. However, in 2.30,
the ldmain.c file within binutils, which the nixpkgs new-dtags.patch
file is meant to modify, was changed in such a way that the patch no
longer works. As a result, the new dtags are not actually enabled, and
binaries are built with RPATH set instead of RUNPATH, thereby preventing
LD_LIBRARY_PATH from overriding this built-in path. This change corrects
this. The patch file is no longer necessary because binutils's ldmain.c
now sets link_info.new_dtags based on the configuration flags.

This was probably not noticed immediately because, when the derivation
is built with nix-build, the fixupPhase runs patchelf --shrink-rpath.
patchelf converts any RPATH in the binary into RUNPATH (unless
--force-rpath is specified).  Of course, if the binary is built without
nix-build (such as in a nix-shell), this never occurs, and any RPATH in
the binary is left in place.
2018-07-24 11:09:36 +03:00
John Ericson
611eefb067
Merge pull request #44025 from obsidiansystems/stdenv-deps-typo
mkDerivation: depsHostBuild -> depsHostHost
2018-07-23 16:09:21 -04:00
John Ericson
ce2637c97a mkDerivation: depsHostBuild -> depsHostHost
`depsHostBuild` is not a thing, would never be a thing per the rules,
and isn't used anywhere. This is just my typo, hitherto unnoticed
because "host -> host" dependencies are by far the most obscure form.
2018-07-23 15:22:48 -04:00
Pascal Wittmann
535a835678
parallel: 20180622 -> 20180722 2018-07-23 20:36:35 +02:00
Frederik Rietdijk
3afce33daa python.pkgs.pytest-flake8: disable test, fix build 2018-07-23 10:01:25 +02:00
Matthew Bauer
cd91d1ad9f setup.sh: add HOST_PATH
HOST_PATH contains the path of the host package. This will include the
packages listed in buildInputs & depsHostHost. Use this to find
runtime commands that the host needs.

For instance to find the runtime version of perl,

$ PATH="$HOST_PATH" command -v perl
/nix/store/...-perl-5.28.0-aarch64-unknown-linux-android/bin/perl

This path should not be executed directly (it will break for cross
compilation). Only use it to find the location of executables that
will be run by your host system. Your build tools will, as always, be
available on the default PATH.
2018-07-22 23:14:49 -04:00
Frederik Rietdijk
1d3881c45c python: prometheus_client: 0.2.0 -> 0.3.0 2018-07-22 16:52:48 +02:00
Frederik Rietdijk
0d18e3c02e python: progressbar: 2.3 -> 2.5 2018-07-22 16:52:48 +02:00
Frederik Rietdijk
2d9a06904c python: preshed: 1.0.0 -> 1.0.1 2018-07-22 16:52:48 +02:00
Frederik Rietdijk
341908bb85 python: plotly: 2.7.0 -> 3.1.0 2018-07-22 16:52:48 +02:00
Frederik Rietdijk
c13d800b2c python: plaster_pastedeploy: 0.5 -> 0.6 2018-07-22 16:52:48 +02:00
Frederik Rietdijk
f0a0672040 python: pip: 10.0.1 -> 18.0 2018-07-22 16:52:48 +02:00
Frederik Rietdijk
4a41d0fd81 python: Pillow: 5.1.0 -> 5.2.0 2018-07-22 16:52:48 +02:00
Frederik Rietdijk
0724e284c1 python: phonenumbers: 8.9.8 -> 8.9.10 2018-07-22 16:52:47 +02:00
Frederik Rietdijk
4de44d626a python: pbr: 4.0.4 -> 4.1.1 2018-07-22 16:52:47 +02:00
Frederik Rietdijk
561b9221f1 python: parso: 0.2.1 -> 0.3.1 2018-07-22 16:52:47 +02:00
Frederik Rietdijk
7b6a42f3a9 python: paramz: 0.9.1 -> 0.9.2 2018-07-22 16:52:47 +02:00
Frederik Rietdijk
2b3f304bba python: pandas: 0.23.1 -> 0.23.3 2018-07-22 16:52:47 +02:00
Frederik Rietdijk
9691b50b07 python: outcome: 0.1.0a0 -> 0.1.0 2018-07-22 16:52:47 +02:00
Frederik Rietdijk
362f8bfcb0 python: numpy-stl: 2.4.1 -> 2.7.0 2018-07-22 16:52:47 +02:00
Frederik Rietdijk
dc92b5d4fe python: numexpr: 2.6.5 -> 2.6.6 2018-07-22 16:52:46 +02:00
Frederik Rietdijk
8c02abd208 python: numba: 0.38.1 -> 0.39.0 2018-07-22 16:52:46 +02:00
Frederik Rietdijk
06fd9d6a26 python: notebook: 5.5.0 -> 5.6.0 2018-07-22 16:52:46 +02:00