Commit Graph

146923 Commits

Author SHA1 Message Date
volth c82f7545a6 [cpan2nix] perlPackages.FileHandleUnget: 0.1629 -> 0.1634 2018-07-25 22:29:12 +00:00
volth 516979ad97 [cpan2nix] perlPackages.Test2Suite: 0.000114 -> 0.000115 2018-07-25 22:29:09 +00:00
volth 1d018d13d5 [cpan2nix] perlPackages.StatisticsDescriptive: 3.0613 -> 3.0701 2018-07-25 22:28:47 +00:00
volth 0a65e4f280 [cpan2nix] perlPackages.URIdb: 0.18 -> 0.19 2018-07-25 22:28:29 +00:00
volth bfdc2cd948 [cpan2nix] perlPackages.AuthenRadius: 0.26 -> 0.27 2018-07-25 22:28:17 +00:00
volth 59addc1548 [cpan2nix] perlPackages.ParallelForkManager: 1.19 -> 1.20 2018-07-25 22:28:06 +00:00
volth fb63fa3c93 [cpan2nix] perlPackages.NetDNS: 1.15 -> 1.16 2018-07-25 22:28:05 +00:00
volth 09a66b0ba8 [cpan2nix] perlPackages.AudioScan: 1.00 -> 1.01 2018-07-25 22:27:52 +00:00
volth da069a87aa [cpan2nix] perlPackages.TestTempDirTiny: 0.017 -> 0.018
dependencies:
perlPackages.FileTemp: init at 0.2308
2018-07-25 22:27:46 +00:00
volth 090253642d [cpan2nix] perlPackages.IOSocketSSL: 2.056 -> 2.058 2018-07-25 22:27:31 +00:00
volth 97bb88eedb [cpan2nix] perlPackages.BusinessISMN: 1.131 -> 1.132 2018-07-25 22:27:12 +00:00
volth f386aad505 [cpan2nix] perlPackages.YAMLLibYAML: 0.70 -> 0.72 2018-07-25 22:27:03 +00:00
volth b0cb7d45b2 [cpan2nix] perlPackages.ThreadQueue: 3.12 -> 3.13 2018-07-25 22:26:50 +00:00
volth 4f77d68e20 [cpan2nix] perlPackages.TestSimple13: 1.302136 -> 1.302138 2018-07-25 22:26:42 +00:00
volth 0d5c3e9fc1 [cpan2nix] perlPackages.PathTiny: 0.104 -> 0.106 2018-07-25 22:26:06 +00:00
volth 6493e21920 [cpan2nix] perlPackages.Parent: 0.236 -> 0.237 2018-07-25 22:26:05 +00:00
volth 857bffceae [cpan2nix] perlPackages.Mojolicious: 7.87 -> 7.88 2018-07-25 22:25:54 +00:00
volth 4728a85c64 [cpan2nix] perlPackages.ModuleCoreList: 5.20180626 -> 5.20180720 2018-07-25 22:25:51 +00:00
volth 1e899945b5 [cpan2nix] perlPackages.LogAny: 1.705 -> 1.706 2018-07-25 22:25:44 +00:00
volth aa9872a9dd [cpan2nix] perlPackages.ExporterTiny: 1.000000 -> 1.002001 2018-07-25 22:25:09 +00:00
volth 47e81e9c9f [cpan2nix] perlPackages.CPANPerlReleases: 3.68 -> 3.70 2018-07-25 22:24:38 +00: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 5d3f5bb61e parity-ui: fix after merge 2018-07-22 11:51:50 +02:00
Frederik Rietdijk 3209775495 Merge master into staging 2018-07-22 11:14:41 +02:00
Frederik Rietdijk 6c72782d36 Merge staging-next into master 2018-07-22 11:04:28 +02:00
Frederik Rietdijk 610485faa7 python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273
When `py.test` was run with a folder as argument, it would not only
search for tests in that folder, but also create a .pytest-cache folder.
Not only is this state we don't want, but it was also causing
collisions.
2018-07-22 09:45:26 +02:00
Frederik Rietdijk b21994d4ac python.pkgs.z3: provide bindings for z3 package, fixes #42603 2018-07-22 09:18:06 +02:00
Frederik Rietdijk 6467cd4336
Merge pull request #43921 from r-ryantm/auto-update/opencollada
opencollada: 1.6.62 -> 1.6.63
2018-07-22 08:58:12 +02:00
Frederik Rietdijk f3088832df
Merge pull request #43899 from r-ryantm/auto-update/tla-toolbox
tlaplusToolbox: 1.5.6 -> 1.5.7
2018-07-22 08:44:58 +02:00
Frederik Rietdijk d4fb8ab296
Merge pull request #43912 from r-ryantm/auto-update/powershell
powershell: 6.0.2 -> 6.0.3
2018-07-22 08:44:38 +02:00
Frederik Rietdijk 5dcb1febac
Merge pull request #43913 from r-ryantm/auto-update/picard-tools
picard-tools: 2.18.9 -> 2.18.10
2018-07-22 08:42:32 +02:00
Frederik Rietdijk c4557ae2c2
Merge pull request #43914 from r-ryantm/auto-update/peru
peru: 1.1.3 -> 1.1.4
2018-07-22 08:42:16 +02:00
Frederik Rietdijk cc071ece30
Merge pull request #43918 from r-ryantm/auto-update/pass-import
passExtensions.pass-import: 2.2 -> 2.3
2018-07-22 08:41:46 +02:00
Frederik Rietdijk ca4a4765ac
Merge pull request #43920 from r-ryantm/auto-update/ola
ola: 0.10.6 -> 0.10.7
2018-07-22 08:41:33 +02:00
Frederik Rietdijk 5c72c7f055
Merge pull request #43922 from r-ryantm/auto-update/owncloud-client
owncloud-client: 2.4.1 -> 2.4.2
2018-07-22 08:40:00 +02:00
Frederik Rietdijk e3d4ef9c7e
Merge pull request #43925 from r-ryantm/auto-update/neovim-unwrapped
neovim-unwrapped: 0.3.0 -> 0.3.1
2018-07-22 08:37:44 +02:00
Frederik Rietdijk b141d3f274
Merge pull request #43939 from r-ryantm/auto-update/graylog
graylog: 2.4.5 -> 2.4.6
2018-07-22 08:34:26 +02:00
Frederik Rietdijk 9e9b9014c9
Merge pull request #43947 from joncfoo/update-racer-2.0.14
rustracer: 2.0.12 -> 2.0.14
2018-07-22 08:34:06 +02:00
Frederik Rietdijk 935a54f300
Merge pull request #43940 from r-ryantm/auto-update/gtkwave
gtkwave: 3.3.91 -> 3.3.92
2018-07-22 08:23:25 +02:00
Frederik Rietdijk 35b53f6b40
Merge pull request #43942 from r-ryantm/auto-update/feh
feh: 2.27 -> 2.27.1
2018-07-22 08:22:57 +02:00
Frederik Rietdijk e4dab5a3da
Merge pull request #43943 from r-ryantm/auto-update/focuswriter
focuswriter: 1.6.14 -> 1.6.15
2018-07-22 08:22:46 +02:00
Frederik Rietdijk 5e09f649c2
Merge pull request #43944 from r-ryantm/auto-update/facter
facter: 3.11.2 -> 3.11.3
2018-07-22 08:22:29 +02:00
Frederik Rietdijk a87f698c39
Merge pull request #43946 from r-ryantm/auto-update/cutemaze
cutemaze: 1.2.3 -> 1.2.4
2018-07-22 08:22:04 +02:00
Frederik Rietdijk 013e96de0a
Merge pull request #43948 from r-ryantm/auto-update/capstone
capstone: 3.0.4 -> 3.0.5
2018-07-22 08:21:18 +02:00