Commit graph

113102 commits

Author SHA1 Message Date
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
Albert Peschar
cfda60042d hyperlink: init at 17.3.0 2017-08-15 12:42:06 +02:00
Frederik Rietdijk
eff07f381c Merge pull request #28267 from mimadrid/update/meson-0.41.2
meson: 0.40.0 -> 0.41.2
2017-08-15 12:39:34 +02:00
rnhmjoj
da8712e4e9 haskellPackages.shell-conduit: fix failing test 2017-08-15 12:06:53 +02:00
mimadrid
4fb22bb622
meson: 0.40.0 -> 0.41.2 2017-08-15 11:54:43 +02:00
Peter Hoeg
698efcb7b5 open-vm-tools: do not pull x dependencies unconditionally
The "headless" configuration option is ignored because we unconditionally
reference pkgs.open-vm-tools.

This fixes that.
2017-08-15 17:05:30 +08:00
Frederik Rietdijk
2f44cbc1ad Merge pull request #28274 from womfoo/bump/gpxsee-4.9
gpxsee: 4.8 -> 4.9
2017-08-15 09:01:35 +02:00
Vladimír Čunát
a1bb61312c
stdenv: fixup allowedRequisites on aarch64-linux 2017-08-15 08:09:26 +02:00
Tuomas Tynkkynen
55a642f5cf linuxHeaders: Remove cruft 2017-08-15 01:07:50 +03:00
Kranium Gikos Mendoza
310746b6db gpxsee: 4.8 -> 4.9 2017-08-15 06:51:41 +10:00
Tuomas Tynkkynen
fe078d796d travis: Add dummy environment variables as build labels
Travis doesn't have explicit support for labeling builds
in a build matrix, so use a dummy environment variable as a poor man's
label.

Before: https://travis-ci.org/NixOS/nixpkgs/builds/264390928
After: https://travis-ci.org/NixOS/nixpkgs/builds/264499784
2017-08-14 23:33:10 +03:00
Tuomas Tynkkynen
59ad93a4f3 travis: Hide more unnecessary build spam from installing nox
This should avoid the 28 lines of unnecessary spam about fetching stdenv
and bash:

````
=== Building pull request #28261
these paths will be fetched (0.51 MiB download, 2.50 MiB unpacked):
  /nix/store/2pm24nzym7z11nddnf6vmqhsqmzx9h3g-bash-4.4-p12-dev
  /nix/store/3n6g5nmyn63gsgjc7z03rsd88s2q7b7i-stdenv
  /nix/store/7mpcc6x6b3db595rsqr1qjckpaj1dym8-bash-4.4-p12-info
  /nix/store/d9hb8f6j2syq08hw97qajdcdkl9lwg9n-bash-4.4-p12-doc
fetching path ‘/nix/store/d9hb8f6j2syq08hw97qajdcdkl9lwg9n-bash-4.4-p12-doc’...
*** Downloading ‘https://cache.nixos.org/nar/013kcshsm2hzpngmrf4izq3ag8s9avrkhz5z8l8mgnxay1lxlz99.nar.xz’ to ‘/nix/store/d9hb8f6j2syq08hw97qajdcdkl9lwg9n-bash-4.4-p12-doc’...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  357k  100  357k    0     0  3342k      0 --:--:-- --:--:-- --:--:-- 3408k
fetching path ‘/nix/store/2pm24nzym7z11nddnf6vmqhsqmzx9h3g-bash-4.4-p12-dev’...
*** Downloading ‘https://cache.nixos.org/nar/1225myjpymp5bv0x5zl08dmdz786jf86fshc2dwa3zgxasrppcfi.nar.xz’ to ‘/nix/store/2pm24nzym7z11nddnf6vmqhsqmzx9h3g-bash-4.4-p12-dev’...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 54312  100 54312    0     0   231k      0 --:--:-- --:--:-- --:--:--  232k
fetching path ‘/nix/store/7mpcc6x6b3db595rsqr1qjckpaj1dym8-bash-4.4-p12-info’...
*** Downloading ‘https://cache.nixos.org/nar/04dzl4jlhxhisiby9lyw2k6q2w5ns3xy1h6gfdc14qn649lshy2f.nar.xz’ to ‘/nix/store/7mpcc6x6b3db595rsqr1qjckpaj1dym8-bash-4.4-p12-info’...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  107k  100  107k    0     0  1179k      0 --:--:-- --:--:-- --:--:-- 1198k
fetching path ‘/nix/store/3n6g5nmyn63gsgjc7z03rsd88s2q7b7i-stdenv’...
*** Downloading ‘https://cache.nixos.org/nar/013xg2cnv9wf3fkhcl3b3b6iihqnwhy65m6ijb6ynwavy584w2xi.nar.xz’ to ‘/nix/store/3n6g5nmyn63gsgjc7z03rsd88s2q7b7i-stdenv’...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  8640  100  8640    0     0   143k      0 --:--:-- --:--:-- --:--:--  148k
=== Reviewing PR 28261 : busybox: 1.26.2 -> 1.27.1, fix bootstrap
````

(From https://travis-ci.org/NixOS/nixpkgs/jobs/264390932)
2017-08-14 22:58:12 +03:00
Will Dietz
3e8d68e514 make-bootstrap-tools: Fix config opts for ash builtins after upgrade 2017-08-14 22:40:11 +03:00
Will Dietz
c20d41de0e Revert "busybox: downgrade 1.27.1 -> 1.26.2"
This reverts commit 9c3702ad35.
2017-08-14 22:40:11 +03:00
Michael Alan Dorman
879a5e0c6e melpa-package: 2017-08-14 2017-08-14 15:22:51 -04:00
Michael Alan Dorman
0f07fd95b5 melpa-stable-package: 2017-08-14 2017-08-14 15:22:51 -04:00
Michael Alan Dorman
d9a5cdecf6 org-package: 2017-08-14 2017-08-14 15:22:51 -04:00
Michael Alan Dorman
e8557ff74c elpa-package: 2017-08-14 2017-08-14 15:22:46 -04:00
John Ericson
3c9cf282bb cc-wrapper: Improve set -u compliance 2017-08-14 14:44:32 -04:00
Tim Steinbach
195620b770 Merge pull request #28263 from NeQuissimus/copperhead_4_12_7_A
linux-copperhead: 4.12.5.a -> 4.12.7.a
2017-08-14 12:52:40 -04:00
Tim Steinbach
b94210b066
linux-copperhead: 4.12.5.a -> 4.12.7.a 2017-08-14 12:51:30 -04:00
Yann Hodique
2a0c6c7bee dns-root-data: 2017-07-11 -> 2017-07-26 2017-08-14 16:54:25 +02:00