3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

113283 commits

Author SHA1 Message Date
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
taku0 f175cdc411 firefox: 55.0 -> 55.0.2 2017-08-17 03:12:56 +09:00
taku0 85a1a59e67 firefox-bin: 55.0 -> 55.0.2 2017-08-17 03:12:41 +09:00
Bart Brouns 7ecb287ce9 distrho: unstable-2016-06-26 -> unstable-2017-08-04 2017-08-16 19:16:48 +02:00
Jörg Thalheim a3dec32463 octoprint: fix hash 2017-08-16 18:06:12 +01:00
koenigmaximilian 7fdf6e6b99 palemoon: 27.2.1 -> 27.4.1 2017-08-16 16:57:56 +00:00
John Ericson 63428ebab9 diffutils: coreutils is a run-time dep; specify pr's location 2017-08-16 11:54:34 -04:00
John Ericson 220e3817b8 findutils: Manually specify sort's location
Run-time deps aren't necessarily on the PATH, so we cannot rely on
configure finding it.

N.B. on cross `-z` support is assumed missing, which is an incorrect
assumption.
2017-08-16 11:26:18 -04:00
Joachim F 18f2f5708a Merge pull request #28308 from michaelpj/factorio-update
Factorio: 0.15.31 -> 0.15.33
2017-08-16 14:55:32 +00:00
Bjarki Ágúst Guðmundsson 280aff8ea1 google-play-music-desktop-player: 4.3.0 -> 4.4.0 2017-08-16 14:14:49 +00:00
Domen Kožar 105864a24d
purescript: fix building #28296 2017-08-16 15:44:28 +02:00
Jörg Thalheim 34d8ff1809 Merge pull request #28303 from chris-martin/pr/sublime3-zip-fix
sublime3: fix package re-zipping
2017-08-16 14:35:50 +01:00
Jörg Thalheim dc282c1285 Merge pull request #28147 from uralbash/red
red: init at 0.6.3
2017-08-16 14:09:16 +01:00
Svintsov Dmitry 7bd8ac64c3 red: init at 0.6.3 2017-08-16 17:39:38 +05:00
Graham Christensen 47ec1bcb8c Merge pull request #28300 from NickHu/syncthing-tray
syncthing-tray: init at v0.7
2017-08-16 07:19:19 -04:00
Graham Christensen c734648f4f Merge pull request #27823 from NickHu/aatt
urxvt_autocomplete_all_the_things: init at 1.6.0
2017-08-16 07:12:00 -04:00
Michael Weiss bc24294ea5 maim: 5.4.67 -> 5.4.68 2017-08-16 10:37:35 +02:00
Moritz Ulrich 9fab349ef5
optipng: Workaround for issue 28106. 2017-08-16 10:25:02 +02:00
Tim Jäger 0c1c3d2b99 qemu: fix HDA recording latency
Very long latency occurs for audio inputs when simulating an Intel HDA device.

Patch courtesy of Volker Rümeling.
https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg03336.html
2017-08-16 09:48:49 +02:00
Vladimír Čunát 378c6d7063
knot-dns: try to fixup on Darwin 2017-08-16 08:24:05 +02:00
Peter Hoeg d32bf457ef wp-cli: 1.2.1 -> 1.3.0 2017-08-16 08:39:29 +08:00
Michael Peyton Jones 1b262de7ee Factorio: 0.15.31 -> 0.15.33 2017-08-15 23:46:35 +01:00
John Ericson eeabf85780 stdenvs: Distinguish between extraBuildInputs and extraNativeBuildInputs
Additionally, instead of pulling them from `setup.sh`, route them via
Nix. This gets us one step closer to making stdenv be a plain attribute
set instead of a derivation.
2017-08-15 18:24:54 -04:00
Robert Helgesson f7f43ad554
perl-URI: 1.71 -> 1.72 2017-08-16 00:08:10 +02:00
Robert Helgesson c957ae9da9
perl-Test-Needs: init at 0.002005 2017-08-16 00:07:14 +02:00
John Ericson a71cf06b16 mkDerivation: Simply Nix
No hashes were changed by this
2017-08-15 16:13:30 -04:00
Bjørn Forsman ed0f2641cb apcupsd: unbreak build
Fix build since commit 093cc00cdd
("cc-wrapper: Always export environment variables for binutils").

The apcupsd build system uses "$(STRIP)" as flags for the "install"
program. Now that $STRIP is the path to the strip binary, we cannot pass
that to "install". Fixes this:

  ...
  COPY  multimon.cgi => /nix/store/...-apcupsd-3.14.14/libexec/cgi-bin
/nix/store/...-coreutils-8.27/bin/install: cannot stat 'strip': No such file or directory
2017-08-15 22:11:14 +02:00
vinymeuh 9e1cde78b8 gcc-arm-embedded: 5-2016-q2-update -> 6-2017-q2-update 2017-08-15 21:36:30 +02:00
vinymeuh 5ac2ad11ad maintainers: add vinymeuh 2017-08-15 21:36:02 +02:00
John Ericson 63439f8a11 Merge pull request #28269 from obsidiansystems/cc-wrapper-set-u
cc-wrapper: Improve `set -u` compliance
2017-08-15 15:14:56 -04:00
Will Dietz 43cea71d5b
jdk8: add cflags to fix build w/gcc6 2017-08-15 20:55:09 +02:00
Michael Raskin 19a5e00985 Merge pull request #28212 from volth/fontforge-20170730
fontforge: 20160404 -> 20170730 + support reproducible builds of fonts
2017-08-15 20:50:04 +02:00
Volth 97db36a707 use sed instead of patch 2017-08-15 18:41:56 +00:00
Chris Martin 2b0f79e5c2 sublime3: fix package re-zipping
The previous zip command wasn't including directories. This Sublime package only
has one directory in it, so the resulting bug was subtle. The directory
contained the send2trash Python package, so the result was that file deletion
didn't work.
2017-08-15 14:37:15 -04:00
Nick Hu 78b6d45921 syncthing-tray: init at v0.7 2017-08-15 17:49:17 +01:00
Joachim F 11eece3a2e Merge pull request #28268 from mdorman/emacs-updates
Semi-automated Emacs package updates
2017-08-15 15:25:41 +00:00
Eelco Dolstra 252ea06097 Merge pull request #28244 from FRidh/hydrapython
Python: build 2.7 and 3.6 packages on Hydra again
2017-08-15 15:33:58 +02:00
Bart Brouns a8fefd4ca8 portaudio: 19-20140130 -> 190600-20161030, add jack 2017-08-15 15:24:04 +02:00
nonsequitur 865765aece ruby docs: improve example
1. Call `nix-build` with `--no-out-link` to avoid cluttering the source dir.
2. Re-add `patchShebangs`, since `buildCommand` doesn't imply a patch phase. (It was my fault to remove this in the first place, sorry!)
2017-08-15 15:00:27 +02:00
Kamil Chmielewski 9ca7f38ce9 pony-stable: unstable-2017-07-26 -> 0.0.1 2017-08-15 14:58:34 +02:00
Cray Elliott ceed8ad8a1 ucl: modify cflags so gcc6 compiles successfully 2017-08-15 14:57:38 +02:00
edef 2fca91cbb2 keybase: 1.0.22 -> 1.0.27 2017-08-15 14:56:22 +02:00
Markus Hauck 9e9b177575 http-prompt: 0.9.1 -> 0.10.2 2017-08-15 14:53:17 +02:00
Guillaume Maudoux cc92326e12 grisbi: init at 1.0.2 2017-08-15 14:52:32 +02:00
romildo f9eef3ca79 cbatticon: 1.6.5 -> 1.6.6 2017-08-15 14:51:37 +02:00
Bart Brouns cdfa4882e4 das_watchdog: git-2015-04-02 -> git-2015-09-12 2017-08-15 14:51:21 +02:00
Pascal Bach 22fc62eec3 gitlab-runner: 9.3.0 -> 9.4.2 2017-08-15 14:50:50 +02:00
Marius Bergmann 1e9606adb7 keepalived: 1.3.5 -> 1.3.6 2017-08-15 14:50:31 +02:00