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
Frederik Rietdijk
cd8a3d279a
Merge pull request #43949 from r-ryantm/auto-update/acpid
...
acpid: 2.0.29 -> 2.0.30
2018-07-22 08:21:03 +02:00
Frederik Rietdijk
d4d08c4dba
Merge pull request #43951 from r-ryantm/auto-update/acme.sh
...
acme-sh: 2.7.8 -> 2.7.9
2018-07-22 08:20:52 +02:00
Frederik Rietdijk
c556f41368
Merge pull request #43952 from r-ryantm/auto-update/batctl
...
batctl: 2018.1 -> 2018.2
2018-07-22 08:20:41 +02:00
R. RyanTM
58e4b0e545
batctl: 2018.1 -> 2018.2
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/batctl/versions .
2018-07-21 20:53:21 -07:00
R. RyanTM
3380369f41
acme-sh: 2.7.8 -> 2.7.9
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/acme.sh/versions .
2018-07-21 20:51:27 -07:00
R. RyanTM
7225c2acd0
acpid: 2.0.29 -> 2.0.30
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/acpid/versions .
2018-07-21 20:25:39 -07:00
R. RyanTM
d0ad9db017
capstone: 3.0.4 -> 3.0.5
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/capstone/versions .
2018-07-21 20:12:45 -07:00
R. RyanTM
35425daec2
cutemaze: 1.2.3 -> 1.2.4
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cutemaze/versions .
2018-07-21 19:48:12 -07:00
Jonathan Curran
979f10f704
rustracer: 2.0.12 -> 2.0.14
2018-07-21 20:47:30 -06:00
R. RyanTM
bead12c2f6
facter: 3.11.2 -> 3.11.3
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/facter/versions .
2018-07-21 19:22:50 -07:00
Matthew Bauer
0d8076b99c
Revert "Revert "release: disallow aliases""
...
This reverts commit d68322504a
.
2018-07-21 22:08:53 -04:00
volth
cc55a3ebcb
treewide: fix build with disallowed aliases ( #43872 )
...
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
R. RyanTM
7968bf4935
focuswriter: 1.6.14 -> 1.6.15
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/focuswriter/versions .
2018-07-21 18:56:13 -07:00
R. RyanTM
b49dada76c
feh: 2.27 -> 2.27.1
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feh/versions .
2018-07-21 18:31:47 -07:00
Jörg Thalheim
b6704130b4
Merge pull request #43897 from Ekleog/todiff-0.6.0
...
todiff: 0.5.0 -> 0.6.1
2018-07-22 02:24:55 +01:00