1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
Commit graph

126277 commits

Author SHA1 Message Date
adisbladis 7bb18a9a90
Merge pull request #34160 from kamidon/staging
libinput: 1.9.3 -> 1.9.4
2018-01-23 12:27:32 +08:00
John Ericson f432c48298
Merge pull request #34173 from dtzWill/fix/cross-misc-ben-1
misc minor cross fixups from @bgamari
2018-01-22 21:44:34 -05:00
John Ericson e1b8eb7d36
Merge pull request #34180 from dtzWill/fix/texinfo-cross
texinfo: fix cross
2018-01-22 21:34:48 -05:00
Will Dietz 16b6e5a452 libxslt: make configureFlags unconditional, re-org to address comment 2018-01-22 20:25:45 -05:00
Ben Gamari 2b04cddf7e nix-prefetch-scripts: makeWrapper is a nativeBuildInput 2018-01-22 20:25:45 -05:00
Ben Gamari 2a5bf4cb40 alsa-utils: Enable cross-compilation 2018-01-22 20:25:45 -05:00
Ben Gamari c3bf521f18 procps: Enable cross-compilation 2018-01-22 20:25:44 -05:00
Ben Gamari 2893657014 automake: Enable cross-compilation 2018-01-22 20:25:44 -05:00
Ben Gamari 8f8b836bce libtool2: Enable cross-compilation 2018-01-22 20:25:44 -05:00
Ben Gamari a4179bf45f zip: Enable cross-compilation 2018-01-22 20:25:44 -05:00
Ben Gamari 6719bf5a74 libxslt: Explicitly specify libxml prefix
Otherwise configure seems not to find xml2-config while cross-compiling.
2018-01-22 20:25:43 -05:00
Ben Gamari 0235539dfe po4a: Docbook dependencies are nativeBuildInputs 2018-01-22 20:25:43 -05:00
Ben Gamari 2e4124c8c9 libdaemon: Enable cross-compilation 2018-01-22 20:25:43 -05:00
John Ericson f83bf0e79d
Merge pull request #34170 from dtzWill/fix/flex-cross
flex: fix for cross
2018-01-22 20:11:03 -05:00
John Ericson 1f70b32725
Merge pull request #34174 from dtzWill/update/wirelesstools
wirelesstools: update, add license, fix w/cross
2018-01-22 19:51:36 -05:00
John Ericson a959e60f8a
Merge pull request #34176 from dtzWill/fix/cross-misc-3
Misc cross fixes
2018-01-22 19:47:52 -05:00
Will Dietz cafe25224f flex: review feedback
* top-level attributes, not crossAttrs
* use depsBuildBuild
2018-01-22 18:44:42 -06:00
Will Dietz f57fc787fd texinfo: fix cross 2018-01-22 18:26:51 -06:00
John Ericson 796e2e8c75
Merge pull request #34177 from dtzWill/fix/llvm-remove-unneeded-deps
llvm-{4,5}: remove perl, groff -- not needed
2018-01-22 19:26:29 -05:00
John Ericson 242703037b
Merge pull request #34178 from dtzWill/fix/clang-python3
clang-{4,5}: prefer python3, much friendlier for cross
2018-01-22 19:16:55 -05:00
John Ericson 7344773d4d
Merge pull request #34179 from dtzWill/update/mktemp
mktemp: 1.6 -> 1.7, fix for cross
2018-01-22 18:55:04 -05:00
Will Dietz 3785e0ac7e mktemp: fix w/cross 2018-01-22 17:36:58 -06:00
Will Dietz e02f427b4a mktemp: 1.6 -> 1.7
https://www.mktemp.org/release_notes.html
2018-01-22 17:36:58 -06:00
Will Dietz 973d4f5354 clang-{4,5}: prefer python3, much friendlier for cross 2018-01-22 17:31:37 -06:00
Will Dietz 7e52676240 llvm-{4,5}: remove perl, groff -- not needed 2018-01-22 17:29:14 -06:00
Will Dietz 24dd0323b1 bind: perl as nativeBuildInput 2018-01-22 17:24:53 -06:00
Will Dietz a5e93fc0d6 unrar: Fix for cross
Just read tool variables from environment,
don't try to set them at all.
2018-01-22 17:24:53 -06:00
Will Dietz 60d5e68a25 libedit: disable workaround for non-sandbox, avoid false groff dep 2018-01-22 17:24:53 -06:00
Will Dietz 0b0e2d68b8 audit: depsBuildBuild for build-native cc 2018-01-22 17:24:53 -06:00
Will Dietz de54275cfb wireless-tools: don't assume gcc, don't use ldconfig, fix cross 2018-01-22 17:21:34 -06:00
Will Dietz e5f677fed1 wirelesstools: update (alpine uses this version), fix build, add license 2018-01-22 17:21:34 -06:00
Will Dietz 4e80b56c3c bootstrapped-pip: fix for cross (nativeBuildInputs) 2018-01-22 17:19:03 -06:00
Will Dietz e33499bd30 python setuptools: fix for cross (nativeBuildInputs) 2018-01-22 17:19:02 -06:00
Will Dietz a5a64cfcb1 lean: fixup nativeBuildInputs vs buildInputs 2018-01-22 17:19:02 -06:00
Will Dietz 67be78f129 flex: patch around attempt to regen manpage, fix cross 2018-01-22 16:51:31 -06:00
Ben Gamari 715fcb4266 flex: Don't disable static while cross-compiling flex
linux-pam appears to rely on this while cross-compiling.

(cherry picked from commit 4009dd163ac30cd25833bf7eb19b5e26e75c474f)
2018-01-22 16:51:30 -06:00
Ben Gamari e6f9e82ee4 flex: Use native dependencies where applicable
Flex needs both a C compiler for the build environment, as well as a native m4.

(cherry picked from commit 81827c0084c1a69e41894a4d38b0c0b267eaff34)
2018-01-22 16:51:30 -06:00
John Ericson 4e5a4a92e8
Merge pull request #33478 from dtzWill/fix/cross-bc
bc: fix for cross
2018-01-22 16:24:59 -05:00
Ben Gamari 8b21391127 bc: fixes for cross-compilation 2018-01-22 16:21:10 -05:00
John Ericson a3bff14dbe Merge remote-tracking branch 'upstream/master' into staging 2018-01-22 16:20:24 -05:00
Michael Raskin 9593eadcc7
Merge pull request #33287 from Nadrieril/fix-ckb-service
ckb: fix missing modprobe dependency
2018-01-22 21:18:22 +00:00
John Ericson ec0c4802ae
Merge pull request #26799 from obsidiansystems/cross-haskell
haskell infra: Fix cross compilation to work with new system
2018-01-22 15:31:19 -05:00
Ertugrul Söylemez cf3ada04a7
perlPackages.MailPOP3Client: init at 2.19 2018-01-22 21:17:19 +01:00
Daiderd Jordan a786218b9d
Merge branch 'master' into staging 2018-01-22 20:55:37 +01:00
Daiderd Jordan 7c84ddb7a4
Merge pull request #34158 from LnL7/cffi-clang
python-cffi: fix clang build
2018-01-22 20:54:06 +01:00
Michael Raskin dda1a7f77c
Merge pull request #34159 from arcadio/libreoffice-es
libreoffice: add Spanish (es) language support and sort langs list
2018-01-22 19:40:10 +00:00
Keith Amidon 9d82bf2e0e libinput: 1.9.3 -> 1.9.4
This rev-bump of libinput resolves issues with out of order key press
delivery as described here:

https://lists.freedesktop.org/archives/wayland-devel/2017-December/036147.html
2018-01-22 11:29:25 -08:00
Jörg Thalheim 3e1dd9215f
Merge pull request #34151 from WilliButz/update-deis
deis: 1.13.3 -> 1.13.4
2018-01-22 19:17:59 +00:00
Jörg Thalheim ebd2a8b165
Merge pull request #34100 from jokogr/pkg/xmonad-log
xmonad-log: init at 0.1.0
2018-01-22 19:15:32 +00:00
Will Dietz bd67bf5ca0 julia-git: mark broken, hasn't built since 2017-04-08. (#34150)
* julia-git: mark broken, hasn't built since 2017-04-08.

First broken: https://hydra.nixos.org/build/51447624
Last successful: https://hydra.nixos.org/build/51385779

cc #34135
2018-01-22 19:07:03 +00:00