John Ericson
4f7cdd35d5
Merge pull request #40139 from obsidiansystems/modular-setup-hooks
...
treewide: Modular setup hooks
2018-05-07 15:32:10 -04:00
John Ericson
8b0fce8cb1
{bintools,cc}-wrapper: Factor out role accumulation logic
2018-05-07 15:10:45 -04:00
John Ericson
2110c0bd30
treewide: Use pkgs/build-support/roles.bash to remove copy pasta
...
Also fix some setup hooks that unnecessarily used environment hooks,
which revolted in the same variable being modified too many times.
2018-05-07 15:10:37 -04:00
John Ericson
34a3233a2e
stdenv: Support concatenating setup hooks from multiple parts.
2018-05-07 14:43:22 -04:00
Matthew Justin Bauer
1c87d77efe
ppp: add dontBuild = true
...
Hopefully this is the last one.
2018-05-07 12:47:07 -05:00
Matthew Justin Bauer
c0a15d855e
Merge pull request #39894 from r-ryantm/auto-update/go
...
go: 1.10.1 -> 1.10.2
2018-05-07 04:24:29 +00:00
Matthew Bauer
e9366d1e6f
Revert "gettext: add dev output"
...
This reverts commit e25efa9673
.
Breaks shadow. See:
https://hydra.nixos.org/build/73664024/nixlog/1
2018-05-06 16:14:00 -05:00
Matthew Bauer
9811bf2258
treewide: cleanup phases from last commit
...
The last commit broken Darwin stdenv. We still need to skip some
phases when Apple provides a Makefile that shouldn’t be used.
2018-05-06 16:07:55 -05:00
Matthew Justin Bauer
295815bec7
treewide: Remove phases
2018-05-06 07:20:03 +00:00
Matthew Justin Bauer
5f65ec3f22
Merge pull request #39940 from matthewbauer/work
...
macOS closure-size reduction
2018-05-06 04:27:02 +00:00
Matthew Justin Bauer
ea9656e347
Merge pull request #39824 from nschoe/master
...
gst-plugins-base: add libopus
2018-05-06 02:00:01 +00:00
xeji
712e8f24e4
Merge pull request #39742 from r-ryantm/auto-update/poppler-utils
...
poppler: 0.63.0 -> 0.64.0
2018-05-05 22:48:11 +02:00
xeji
5027c1358a
Merge pull request #39527 from r-ryantm/auto-update/poppler-data
...
poppler_data: 0.4.8 -> 0.4.9
2018-05-05 22:47:33 +02:00
xeji
3adeff0f42
Merge pull request #39429 from r-ryantm/auto-update/libwebp
...
libwebp: 0.6.1 -> 1.0.0
2018-05-05 22:37:52 +02:00
Daiderd Jordan
8994bf53d7
Merge pull request #39979 from dtzWill/update/llvm-5.0.2
...
llvm5: 5.0.1 -> 5.0.2
2018-05-05 20:06:41 +02:00
Will Dietz
27d716f4b5
llvm5: 5.0.1 -> 5.0.2
2018-05-04 11:03:21 -05:00
Matthew Justin Bauer
5206574be3
stdenv: add libSystem.dev to allowedRequisites
2018-05-03 18:02:57 -05:00
John Ericson
88d18d2e04
Merge pull request #39947 from obsidiansystems/libcxx-cross
...
lib{std,}c++: Fix setup hooks for cross
2018-05-03 18:20:13 -04:00
John Ericson
39df5831ca
lib{std,}c++: Fix setup hooks for cross
2018-05-03 17:55:03 -04:00
John Ericson
8ac79d2575
Merge pull request #39420 from bgamari/cross-fixes-1
...
A selection of cross-compiling fixes
2018-05-03 17:18:27 -04:00
Ben Gamari
86a778a80a
avahi: Enable cross-compilation
2018-05-03 17:06:01 -04:00
Ben Gamari
da48154158
glib: Enable cross-compilation
...
glib needs gettext for the build machine. Since gettext is also a
propagatedBuildInput I'm assuming that it's also used at runtime.
2018-05-03 17:06:01 -04:00
Ben Gamari
860c81d6f7
ldns: Enable cross-compilation
2018-05-03 17:06:01 -04:00
Ben Gamari
8b32cfdbc0
lib.systems.gnu: Accept gnueabi as a gnu platform
2018-05-03 17:06:01 -04:00
Ben Gamari
a09aa86ece
rng-tools: Enable cross-compilation
2018-05-03 17:06:00 -04:00
Ben Gamari
d23f71deaa
curl: Enable cross-compilation
...
By fixing toolchain paths
2018-05-03 17:06:00 -04:00
Ben Gamari
6971c503af
runit: Enable cross-compilation
2018-05-03 17:06:00 -04:00
Ben Gamari
d8c744b862
libnl: Enable parallel building
...
This is a long enough derivation to make this worthwhile.
2018-05-03 17:06:00 -04:00
Ben Gamari
10fa4a571c
tcp-wrappers: Enable cross-compilation
...
This package, like so many others, assumes that ar is unprefixed.
2018-05-03 17:05:42 -04:00
Ben Gamari
edd92f9182
net-tools: Enable cross-compilation
2018-05-03 17:04:50 -04:00
Ben Gamari
67e4ed9693
mmc-utils: Enable cross-compilation
2018-05-03 17:04:50 -04:00
Will Dietz
1abe8fa47a
Merge pull request #39945 from dtzWill/fix/temp-workaround-git-test-musl
...
git: disable failing test w/musl for now
2018-05-03 15:48:15 -05:00
John Ericson
cf06e42d1c
Merge remote-tracking branch 'upstream/master' into staging
2018-05-03 16:35:36 -04:00
Will Dietz
481ca44771
git: disable failing test w/musl for now
...
I'm working to resolve this but it will take some time
(patches sent to upstream musl, maybe to git afterwards)
and for now this blocks quite a lot.
If that doesn't work out we can explore options such as
always using GNU libiconv with musl.
2018-05-03 15:20:38 -05:00
Matthew Justin Bauer
d88a61e439
libsystem: fix phases
2018-05-03 15:11:00 -05:00
John Ericson
cbe21ac614
Merge pull request #39924 from Synthetica9/gcc7-nojava-fix
...
gcc7: Removed java as a target language
2018-05-03 16:02:17 -04:00
Matthew Bauer
e25efa9673
gettext: add dev output
2018-05-03 13:38:46 -05:00
Matthew Bauer
69d1b7ab79
darwin.libSystem: multiple outputs
...
adds 2 outputs for libSystem:
- out
- dev
should shrink closure sizes
2018-05-03 13:38:46 -05:00
Matthew Bauer
c0ebcab789
darwin.ICU: delete old /usr files
...
This is a huge directory & not referenced anywhere.
2018-05-03 13:38:46 -05:00
Matthew Justin Bauer
b45ef79b74
Merge pull request #39907 from matthewbauer/work
...
Miscellaneous cleanups
2018-05-03 13:33:42 -05:00
Aristid Breitkreuz
40f809c214
insync: 1.3.22.36179 -> 1.4.5.37069
2018-05-03 20:28:52 +02:00
Matthew Bauer
143978a477
treewide: remove platform assertions
...
linux: readd assertion
2018-05-03 13:09:20 -05:00
Patrick Hilhorst
0a4622cfe9
gcc-snapshot: Removed java as a target language
2018-05-03 19:48:00 +02:00
Jens Binkert
542ef2b182
terraform-provider-ibm: 0.8.0 -> 0.9.1 ( #39933 )
2018-05-03 19:21:51 +02:00
R. RyanTM
1991f5b223
electrum-ltc: 3.1.2.1 -> 3.1.3.1 ( #39440 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/electrum-ltc/versions .
These checks were done:
- built on NixOS
- ran ‘/nix/store/j1k6vy1aswd5nm2h1y5b5807jwv5lvz8-electrum-ltc-3.1.3.1/bin/.electrum-ltc-wrapped -h’ got 0 exit code
- ran ‘/nix/store/j1k6vy1aswd5nm2h1y5b5807jwv5lvz8-electrum-ltc-3.1.3.1/bin/.electrum-ltc-wrapped --help’ got 0 exit code
- ran ‘/nix/store/j1k6vy1aswd5nm2h1y5b5807jwv5lvz8-electrum-ltc-3.1.3.1/bin/.electrum-ltc-wrapped help’ got 0 exit code
- ran ‘/nix/store/j1k6vy1aswd5nm2h1y5b5807jwv5lvz8-electrum-ltc-3.1.3.1/bin/electrum-ltc -h’ got 0 exit code
- ran ‘/nix/store/j1k6vy1aswd5nm2h1y5b5807jwv5lvz8-electrum-ltc-3.1.3.1/bin/electrum-ltc --help’ got 0 exit code
- ran ‘/nix/store/j1k6vy1aswd5nm2h1y5b5807jwv5lvz8-electrum-ltc-3.1.3.1/bin/electrum-ltc help’ got 0 exit code
- found 3.1.3.1 with grep in /nix/store/j1k6vy1aswd5nm2h1y5b5807jwv5lvz8-electrum-ltc-3.1.3.1
- directory tree listing: https://gist.github.com/b26f1ac3c0cbfa08852ab2610031bb4c
2018-05-03 18:27:21 +02:00
xeji
2e1f86bcbd
Merge pull request #39896 from jtojnar/drop-poppler-qt4
...
poppler_qt4: remove
2018-05-03 17:51:39 +02:00
Rob Vermaas
41512bfdae
Merge pull request #39654 from AmineChikhaoui/issue-38623
...
GCE: pull the ssh host keys from the metadata service as expected by NixOps.
2018-05-03 17:16:26 +02:00
xeji
0394890183
Merge pull request #39911 from lsix/gnupg-2.2.7
...
gnupg: 2.2.6 -> 2.2.7
2018-05-03 16:53:30 +02:00
Patrick Hilhorst
719810d474
gcc7: Removed X11 components, since they were only used by langJava
...
See also:
51ac1d8df0
https://github.com/NixOS/nixpkgs/pull/39866#discussion_r185813776
2018-05-03 16:43:51 +02:00
Peter Hoeg
773fe1fefa
Merge pull request #39860 from Ma27/fix-qscintilla
...
qscintilla: revert bump to fix the build
2018-05-03 14:39:00 +00:00