Commit graph

113116 commits

Author SHA1 Message Date
Vladimír Čunát 785ceea7ba
libreoffice: fixup by building with gcc-5
I was lazy to try to find another solution.
/cc maintainers: @7c6f434c, @viric.
2017-08-20 11:49:26 +02:00
Vladimír Čunát beaad85500
gcc-4.8: fix build
Problems: building with gcc-6 now, and fallout after output changes #27424.
2017-08-20 11:11:44 +02:00
Vladimír Čunát 1919bb5043
gnome3.caribou: fixup build after automake update #28232
/cc gnome update #28053.
2017-08-20 10:52:30 +02:00
Vladimír Čunát dbc9f3b10d
fftw: fix on Darwin (hopefully)
It won't produce the $info output.
2017-08-20 10:41:53 +02:00
Vladimír Čunát 956c266fb7
gcc49: remove Darwin patch that's included in 4.9 2017-08-20 10:30:34 +02:00
Vladimír Čunát 3b29468313
colord: fetchzip -> fetchurl
I see no benefit in fetchzip here, as it's a standard release tarball.
2017-08-20 09:46:08 +02:00
Vladimír Čunát 2d55ee40fa
colord: fixup build after automake update #28232
It was enough to switch the order of patching to avoid the need to
autoreconf.
2017-08-20 09:43:05 +02:00
Vladimír Čunát bb24434904
kyotocabinet: fixup build with gcc6 by a Fedora patch 2017-08-20 09:34:07 +02:00
Vladimír Čunát ff1bb5c854
intel-gpu-tools: fixup build after automake update #28232 2017-08-20 09:22:52 +02:00
Vladimír Čunát 76e6863cb1
lzop: 1.03 -> 1.04
This fixes build with gcc6.
2017-08-20 09:19:30 +02:00
Vladimír Čunát 68c003b256
motif: fixup build after automake update #28232
It seemed easiest to avoid the need to autoreconf.
2017-08-20 09:05:22 +02:00
Vladimír Čunát a1bef771ee
linuxPackages_chromiumos*: fixup by building with gcc5 2017-08-20 08:26:02 +02:00
Vladimír Čunát 7c7c83e233
buildLinux: allow overriding stdenv on each call 2017-08-20 08:24:52 +02:00
John Ericson 0a4d102b98 gcc 5: Don't quote propagatedBuildInputs in ?-check for consistency
Forgot to do this in last commit.
2017-08-18 14:09:24 -04:00
John Ericson b11889e6a4 gcc: Homogenize syntax in one small spot
Less noise in the diff help maintain these behemoths.
2017-08-18 14:03:48 -04:00
Tuomas Tynkkynen 7320fa9d45 Revert "stdenvs: Distinguish between extraBuildInputs and extraNativeBuildInputs"
This reverts commit eeabf85780.

This change suddenly makes tons of stdenv internals visible in
nativeBuildInputs of every derivation, which doesn't seem desirable.
E.g:

````
nix-repl> hello.nativeBuildInputs
[ «derivation /nix/store/bcfkyf6bhssxd2vzwgzmsbn7b5b9rpxc-patchelf-0.9.drv»
  «derivation /nix/store/4wnshnz9wwanpfzcrdd76rri7pyqn9sk-paxctl-0.9.drv»
  << snip 10+ lines >>
  «derivation /nix/store/d35pgh1lcg5nm0x28d899pxj30b8c9b2-gcc-wrapper-6.4.0.drv»
]
````
2017-08-18 13:21:56 +03:00
Vladimír Čunát 6a60cca7ab
Merge: binutils: downgrade 2.29 -> 2.28.1
2.29 seems to need time to stabilize upstream.  Fixes #28257.
Discussion: https://github.com/NixOS/nixpkgs/commit/0e18f28cec
2017-08-18 09:42:58 +02:00
Daiderd Jordan 6a870a59f8 Merge pull request #28174 from matthewbauer/darwin-in-release
enable hydra jobs for packages x86_64-linux does not support
2017-08-17 23:29:00 +02:00
Matthew Bauer 10241b3c59 release.nix: disable private apple sdks in release
we shouldn’t let it get into the release. This includes:

- darwin.cf-private
- darwin.osx_private_sdk
- xcode
2017-08-17 14:24:52 -07:00
Daiderd Jordan 1b89036cdf
gcc7: port darwin changes from 5.x 2017-08-17 21:00:10 +02:00
Daiderd Jordan 261cbdbe19
gcc6: port darwin changes from 5.x 2017-08-17 21:00:05 +02:00
Frederik Rietdijk 8f2ea38f8f Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-17 18:34:17 +02:00
Rickard Nilsson 31eea73f99 libsndfile: Security patches
Fixes CVE-2017-12562, CVE-2017-6892, CVE-2017-8361, CVE-2017-8363,
CVE-2017-8363, CVE-2017-8362
2017-08-17 18:33:09 +02:00
Tuomas Tynkkynen 88efc22b44 binutils: Don't pass --host etc. when not cross-compiling
Or linuxHeaders build fails on ARM (non-cross) since e826a6a247:

````
  HOSTCC  scripts/basic/fixdep
/nix/store/9glws7v2j28blv1n7azqr3b43qadjd1j-binutils-2.28.1/bin/ld: unrecognised emulation mode: armelf_linux_eabi
Supported emulations: armelf_linux armelf armelfb armelfb_linux
collect2: error: ld returned 1 exit status
````
2017-08-17 18:37:10 +03:00
Tuomas Tynkkynen d8bea2498d binutils: Add upgrade notes 2017-08-17 18:37:10 +03:00
Tuomas Tynkkynen 390ccbbf29 binutils: 2.28 -> 2.28.1 2017-08-17 18:37:10 +03:00
Tuomas Tynkkynen f9b2d7b4dd Revert "binutils: 2.28 -> 2.29"
This reverts commit 733e20fee4.

Downgrading to 2.28.1, 2.29 is too buggy.
2017-08-17 18:37:04 +03:00
Tuomas Tynkkynen 23547ac24a Revert "binutils: patch bugs in 2.29"
This reverts commit 0e18f28cec.

Downgrading to 2.28.1, 2.29 is too buggy.
2017-08-17 18:36:58 +03:00
Tuomas Tynkkynen f660f58c83 Revert "binutils: add missing patches..."
This reverts commit ad83979e59.

Downgrading to 2.28.1, 2.29 is too buggy.
2017-08-17 18:36:38 +03:00
Michael Raskin 7326ab13a9 lispPackages: save more of the require cc-wrapper environment 2017-08-17 17:04:52 +02:00
Vladimír Čunát b5af77004a
python3Packages.breathe: enable with python3
The tests don't work (not sure why), but sphinx seems to work OK.
2017-08-17 14:24:21 +02:00
Peter Hoeg 6502f59ae0 perlPackages.EmailOutlookMessage: fix license and descripton 2017-08-17 20:02:02 +08:00
Peter Hoeg bd7bf67927 Merge pull request #28025 from peterhoeg/p/checks
Shared monitoring plugins
2017-08-17 19:56:56 +08:00
Rickard Nilsson 5f8a45c136 shadow: 4.4 -> 4.5
Fixes CVE-2017-12424
2017-08-17 13:23:56 +02:00
Rickard Nilsson 1f9d9deb8a libxslt: Patch for CVE-2017-5029 2017-08-17 13:23:49 +02:00
Peter Hoeg b6941c4500 pywbem: init at 0.10.0 2017-08-17 15:02:41 +08:00
Peter Hoeg f49aa90297 monitoring-plugins: rename from nagiosPluginsOfficial
The upstream project has renamed itself.

We now stick this into a folder where we can keep other shared monitoring plugins.
2017-08-17 15:02:41 +08:00
Peter Hoeg 6ddd4cec80 check-esxi-hardware: init at 20161013 2017-08-17 15:02:41 +08:00
Peter Hoeg 39bf20e7a3 check-nwc-health and check-ups-health: init at 20170804 2017-08-17 15:02:38 +08:00
Peter Hoeg 824b8e4c6a perlPackages.EmailOutlookMessage: init at 0.918
This tool is used for converting .msg files to .eml
2017-08-17 11:25:41 +08:00
Peter Hoeg 676e90564f perlPackages.Carp: 1.36 -> 1.38
Version 1.36 is no longer available upstream.
2017-08-17 11:25:41 +08:00
Peter Hoeg 57ee7283d2 msgviewer: init at 1.9 2017-08-17 09:48:28 +08:00
Maximilian Güntner 0f02879e01
ipfs: added defaultMode, added norouting service 2017-08-17 03:30:57 +02:00
John Ericson 9289365627 Merge pull request #28304 from obsidiansystems/stdenv-extra-inputs
stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`
2017-08-16 16:52:40 -04:00
Daiderd Jordan 6e245440d4
gcc: remove CPP workaround 2017-08-16 21:38:41 +02:00
Daiderd Jordan 8932357e04
gdb: remove CPP workaround 2017-08-16 21:38:40 +02:00
Daiderd Jordan 5d3527c148
cc-wrapper: don't export CPP
CPP defaults to $(CC) -E and setting it explicitly seems to cause
issues in a number of packages like gcc and gdb.

https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
2017-08-16 21:38:32 +02:00
Jörg Thalheim cb2f2aa563 Merge pull request #28276 from koenigmaximilian/patch-2
palemoon: 27.2.1-> 27.4.1
2017-08-16 20:28:28 +01:00
Jörg Thalheim c225f794a4 Merge pull request #28317 from SuprDewd/gpmdp-4.4.0
google-play-music-desktop-player: 4.3.0 -> 4.4.0
2017-08-16 20:25:16 +01:00
Jörg Thalheim a3dec32463 octoprint: fix hash 2017-08-16 18:06:12 +01:00