1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

125093 commits

Author SHA1 Message Date
Tor Hedin Brønner c646114c14 nix-zsh-completions: 0.3.6 -> 0.3.7 2018-01-10 08:40:57 +01:00
Jörg Thalheim c4a6b3580a
Merge pull request #33674 from flokli/oracle-instantclient
oracle-instantclient: 12.1.0.2.0 -> 12.2.0.1.0
2018-01-10 07:45:52 +01:00
Peter Simons e07733ec92
Merge pull request #33683 from dhess/hashable-armv7l-fix
haskell-modules: disable hashable tests on armv7l-linux.
2018-01-10 07:23:43 +01:00
Peter Simons a45ae5463b
Merge pull request #33312 from ElvishJerricco/composable-filter-source
Added composable version of `filterSource` to `lib`
2018-01-10 07:23:07 +01:00
adisbladis fb42172cf6
Merge pull request #33667 from rvolosatovs/update/mopidy-iris
mopidy-iris: 3.8.2 -> 3.11.0
2018-01-10 13:25:27 +08:00
adisbladis 59ba2fe571
nodejs-8_x: 8.9.3 -> 8.9.4 2018-01-10 11:36:36 +08:00
adisbladis 5350b0f669
mopidy-local-images: Fix build 2018-01-10 11:35:41 +08:00
adisbladis 3950ea8693
Merge pull request #33671 from bachp/restic-0.8.1
restic: 0.8.0 -> 0.8.1
2018-01-10 11:23:26 +08:00
Andreas Rammhold 3314c421ab
Merge pull request #33684 from andir/intel-ucode-20180108
microcodeIntel: 20171117 -> 20170108 (should fix CVE-2017-5715 (Spectre))
2018-01-10 02:39:10 +00:00
Andreas Rammhold 9b7ef9c738
microcodeIntel: 20171117 -> 20170108 2018-01-10 03:07:59 +01:00
Drew Hess c05378b730
haskell-modules: disable hashable tests on armv7l-linux. 2018-01-09 18:06:25 -08:00
Tim Steinbach ad0e0f27e3
sbt-extras: 77686b3 -> 3c8fcad 2018-01-09 19:21:28 -05:00
Will Fancher 7e5f37d73b Added lib.cleanSourceWith as composable version of filterSource 2018-01-09 18:59:03 -05:00
John Ericson 98b3db2eef
Merge pull request #33676 from obsidiansystems/less-arm-hack
gcc, binutils: Narrow down ARM hack so only native builds are affected
2018-01-09 17:52:45 -05:00
John Ericson c98e6b6771 gcc, binutils: Narrow down ARM hack so only native builds are affected 2018-01-09 17:25:49 -05:00
John Ericson 0170512531 Merge branch 'ericson2314-cross-master' 2018-01-09 17:24:29 -05:00
John Ericson c3052295fa Merge commit '3ed545ab31146e607c57649936c75869d6aa9ba2' into ericson2314-cross-master 2018-01-09 17:19:27 -05:00
John Ericson b850eb3404
Merge pull request #32489 from orivej/ed
[WIP] ed: fix cross build
2018-01-09 17:09:54 -05:00
Orivej Desh c0ab4d5ff0 ed: fix cross build 2018-01-09 17:08:06 -05:00
Joachim F cd777edb09
Merge pull request #33622 from mdorman/emacs-updates
Semi-automated Emacs package updates
2018-01-09 21:41:24 +00:00
John Ericson c836910e0e
Merge pull request #33670 from obsidiansystems/cross-check
stdenv: Fix doCheck and doInstallCheck logic
2018-01-09 16:37:11 -05:00
Joachim F a6912f589e
Merge pull request #33629 from rnhmjoj/dnscrypt-proxy
Restore dnscrypt-proxy
2018-01-09 21:34:14 +00:00
Pascal Bach 75ece627a9 restic: 0.8.0 -> 0.8.1 2018-01-09 22:23:49 +01:00
John Ericson 567feb3a54 stdenv: Fix doCheck and doInstallCheck logic
It's host != build, not host != target
2018-01-09 16:22:58 -05:00
Florian Klink a508ac38f8 oracle-instantclient: 12.1.0.2.0 -> 12.2.0.1.0
also split major and minor version into a 'baseVersion', and specify
supported platforms.
2018-01-09 22:21:39 +01:00
John Ericson 06a8d66528
Merge pull request #33603 from obsidiansystems/cross-check
stdenv: Force `doCheck` to be false when we are cross compiling
2018-01-09 15:09:54 -05:00
Roman Volosatovs 0f59776699
mopidy-iris: 3.8.2 -> 3.11.0 2018-01-09 20:48:37 +01:00
adisbladis 17bdefd142
electron-cash: Only build on platforms.linux
darwin is broken
2018-01-10 03:40:28 +08:00
Peter Simons 2280127e85 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7.2 from Hackage revision
c0e307307b.
2018-01-09 20:33:02 +01:00
Matthew Pickering 5542e3cc4d haskell package set configuration clean-up
Closes https://github.com/NixOS/nixpkgs/pull/33588.
2018-01-09 20:32:55 +01:00
adisbladis f1a96c50e9
Merge pull request #33663 from rnhmjoj/electron
electron-cash: 3.1.1 -> 3.1.2
2018-01-10 02:57:19 +08:00
rnhmjoj 34c776eaa1
electron-cash: 3.1.1 -> 3.1.2 2018-01-09 19:17:07 +01:00
John Ericson 133b4658df treewide: Simplify some doCheck calls
In anticipation of what I outline in #33599, I only simplify exactly those
`doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a
comment next to them so I can grep for them later.
2018-01-09 12:37:38 -05:00
John Ericson 4e907dbca1 stdenv: Force doCheck and doInstallCheck to be false when we are cross compiling
I hope this will be a temporary measure. If there is consensus around
issue #33599, then we can follow an explicit `dontCheck`, but default to
not checking during cross builds when none is given.
2018-01-09 12:37:12 -05:00
John Ericson eec050f395
Merge pull request #33577 from dtzWill/fix/cross-2
Minor cross fixes, 2
2018-01-09 12:36:53 -05:00
John Ericson 0c16a11c9a
Merge pull request #33575 from dtzWill/fix/cross-1
Minor cross fixes, 1
2018-01-09 12:34:50 -05:00
Franz Pletz 73303b592d
Merge pull request #33653 from flokli/electrum-ltc
electrum-ltc: 2.9.3.1 -> 3.0.5.1
2018-01-09 17:32:03 +00:00
Florian Klink 546c829f2e electrum-ltc: only build on platforms.linux
darwin is broken
2018-01-09 18:27:09 +01:00
Andreas Rammhold 613383206c
Merge pull request #33656 from veprbl/pyslurm_fix
pyslurm: bump to unbreak (master)
2018-01-09 17:24:23 +00:00
Franz Pletz 46928cf32e
Merge pull request #33657 from dtzWill/update/nginxMainline-1.13.8
nginxMainline: 1.13.6 -> 1.13.8
2018-01-09 17:19:32 +00:00
Dmitry Kalinkin 3ebad47b8a
pyslurm: bump to unbreak
Fixes: bd9512f217 ('slurm: 17.02.6 -> 17.02.9 for CVE-2017-15566')
(cherry picked from commit e5aa7467d4)
2018-01-09 11:57:35 -05:00
Will Dietz 0bbcfb0d6d nginxMainline: 1.13.6 -> 1.13.8
See http://nginx.org/en/CHANGES
2018-01-09 10:55:52 -06:00
Vladimír Čunát d6bf8eb71b
Merge #33614: nixos/kresd improvements
The PR was extended with other fixes.  All tested by me atop 17.09.
2018-01-09 17:26:31 +01:00
Ben Gamari b2cbffae64 nixos/security-wrapper: Fix cross-compilation 2018-01-09 11:25:19 -05:00
Ben Gamari 6f8cb301a9 ms-sys: Fix cross-compilation 2018-01-09 11:25:19 -05:00
Ben Gamari 7ed923f9d8 mdadm: Fix cross-compilation 2018-01-09 11:25:19 -05:00
Ben Gamari ac19f60c93 ddrescue: Enable cross-compilation 2018-01-09 11:25:19 -05:00
Ben Gamari a2215da9a1 make-ext4-fs: Dependencies are nativeBuildInputs 2018-01-09 11:25:19 -05:00
Ben Gamari d680678d0a makeSquashfs: Inputs are nativeBuildInputs 2018-01-09 11:25:19 -05:00
Vladimír Čunát 4bc4c08838
nixos/kresd: service nitpicks 2018-01-09 17:25:18 +01:00