Commit Graph

98578 Commits

Author SHA1 Message Date
Jörg Thalheim
6c1528c48d Merge pull request #28169 from zx2c4/patch-6
wireguard: 0.0.20170726 -> 0.0.20170810
2017-08-11 22:30:29 +01:00
Joachim Fasting
345e0e6794
hardened-config: enable read-only LSM hooks
Implies that SELinux can no longer be disabled at runtime (only at boot
time, via selinux=0).

See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=dd0859dccbe291cf8179a96390f5c0e45cb9af1d
2017-08-11 23:27:58 +02:00
Eric Litak
723bd8b9c5 go: support for aarch64 via binary bootstrap 2017-08-11 23:02:20 +02:00
Anthony Cowley
3a078da8dc rtags: 2.11 -> 2.12 2017-08-11 22:48:37 +02:00
Robin Gloster
519c254a41
screenfetch: fix man path 2017-08-11 22:42:10 +02:00
Robin Gloster
51092fd0c3
tlspool: don't create unused directories 2017-08-11 22:40:12 +02:00
rybern
d06ab41c85 moon-buggy: init at 1.0.51 (#28165) 2017-08-11 22:32:59 +02:00
Joachim F
9dfc290027 Merge pull request #28045 from roberth/fix-xen-216-qemuu
xen-4.8: update changed patch hash
2017-08-11 20:08:52 +00:00
Robin Gloster
350a6c3726
tests.plasma5: fix eval 2017-08-11 21:53:17 +02:00
Michael Weiss
83cc65a39f gollum: 4.1.1 -> 4.1.2 2017-08-11 21:46:42 +02:00
Franz Pletz
f6931ec4f2 Merge pull request #28166 from mguentner/ipfsapi042post
ipfsapi: 0.4.5-pre -> 0.4.2.post1
2017-08-11 21:46:28 +02:00
Jörg Thalheim
b952143a0c Merge pull request #28167 from bcdarwin/paramz
pythonPackages.paramz: init at 0.7.4
2017-08-11 20:20:45 +01:00
Robin Gloster
0611be740e
firefox: fix on i686 2017-08-11 21:07:14 +02:00
Jason A. Donenfeld
decbc7d50e wireguard: 0.0.20170726 -> 0.0.20170810 2017-08-11 21:04:17 +02:00
José Romildo Malaquias
392090ca6a Merge branch 'master' into new.pluma 2017-08-11 15:50:32 -03:00
Jörg Thalheim
e8f924aef8 Merge pull request #28129 from romildo/upd.eom
eom: init at 1.18.2
2017-08-11 19:46:13 +01:00
Tuomas Tynkkynen
58834f727f makeWrapper: use consistent style
All the other plain variable references (before e1d46c0c4) are without
braces.
2017-08-11 21:32:55 +03:00
Tuomas Tynkkynen
1a0f8263fe texlive: Fix fallout from man/info/doc output changes 2017-08-11 21:32:55 +03:00
Tuomas Tynkkynen
bd0e161f0c bashInteractive: Fix manpages since previous commits 2017-08-11 21:32:55 +03:00
Tuomas Tynkkynen
81c360d948 utftp: Fix manpage fallout from previous commits 2017-08-11 21:32:55 +03:00
Tuomas Tynkkynen
aeeb23853a stdenv: Don't move info pages to the 'man' output
Because if you were to disable man pages via 'programs.man.enable',
the "man" output wouldn't be installed and the info pages would go
missing.
2017-08-11 21:32:55 +03:00
Tuomas Tynkkynen
6aa074f17b e2fsprogs: Split info pages to own output
They weren't actually getting built due to missing texinfo, but it was
creating an empty $man/share/info anyway.
2017-08-11 21:32:54 +03:00
Tuomas Tynkkynen
9158944b44 tzdata: Fix man directory 2017-08-11 21:32:54 +03:00
Tuomas Tynkkynen
e4876d6e43 stdenv: Don't move man or info pages to $doc
Because .doc is normally not installed to user environments, these
manpages are unaccessible by default otherwise.
2017-08-11 21:32:54 +03:00
Tuomas Tynkkynen
1ff422aa23 treewide: Add man & info outputs where necessary (instead of doc)
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
2017-08-11 21:32:54 +03:00
Tuomas Tynkkynen
03d37dc388 perlPackages.ack: doc -> man 2017-08-11 21:32:53 +03:00
Tuomas Tynkkynen
3f29eb8248 ghostscript: Add man output 2017-08-11 21:32:53 +03:00
Tuomas Tynkkynen
9f2f74d9bc ffmpeg: Add man output 2017-08-11 21:32:53 +03:00
Tuomas Tynkkynen
ebdbc08583 xorg: Split some man outputs from doc
Because soon manpages won't go to $doc anymore.
2017-08-11 21:32:53 +03:00
pe@pijul.org
443ac23336 Gwyddion: init at 2.48 2017-08-11 20:30:11 +02:00
volth
bc755f39d2 Update all-packages.nix 2017-08-11 17:47:31 +00:00
Jörg Thalheim
0604106b30 Merge pull request #28161 from volth/fonts-fixed-output-derivations-simple-cases-for-fplez
data/fonts: simpler cleanup
2017-08-11 18:37:30 +01:00
Ben Darwin
60da71407a pythonPackages.paramz: init at 0.7.4 2017-08-11 13:28:09 -04:00
Lancelot SIX
e34ce9d1c5 gnupg: 2.1.22 -> 2.1.23
This release in a RC for gnupg-2.2. The main difference as far as
nixpkgs is concerned is that the binary `gpg2` is now called `gpg` and
`gpgv2` is called `gpgv`.

This update fixed all explicit use of `gpg2` and `gpgv2` across nixpkgs,
but there might be some packaged software that internally use `gpg2`
not handeled by this commit.

See http://lists.gnu.org/archive/html/info-gnu/2017-08/msg00001.html
for full release information
2017-08-11 19:24:06 +02:00
Maximilian Güntner
f77825618f
ipfsapi: 0.4.5-pre -> 0.4.2.post1
This is not a downgrade, 0.4.5-pre was a unofficial version.
2017-08-11 19:20:22 +02:00
Frederik Rietdijk
d8f08bb088 Merge pull request #28061 from grantwwu/bump_libtorrentRasterbar_1.1.4
libtorrentRasterbar 1.1.1 -> 1.1.4
2017-08-11 19:13:44 +02:00
Robin Gloster
897eec7d79
linuxHeaders_2_{4,6}: remove 2017-08-11 19:13:09 +02:00
Robin Gloster
05b8cae9ec
linux: remove unused kernel patches 2017-08-11 19:13:09 +02:00
Robin Gloster
9f3f575ab3
linux_4_4: remove
Support ends in Feb 2018
2017-08-11 19:13:09 +02:00
Robin Gloster
0eb9c5bd42
linux_3_10: remove
Support ends in Oct 2017
2017-08-11 19:13:08 +02:00
Jörg Thalheim
7f9ac0eca9 Merge pull request #28125 from ericsagnes/pkg-update/asciidoctor
asciidoctor: use ruby 2.3
2017-08-11 18:05:20 +01:00
Jörg Thalheim
b0633cec39 Merge pull request #28164 from volth/fonts-fixed-output-derivations-simple-cases-for-fplez-2
data/fonts: make derivations fixed-outputs (group 2)
2017-08-11 17:36:56 +01:00
Vincent Laporte
6f9d84fe64 coqPackages.interval: fix URL 2017-08-11 16:29:14 +00:00
Tim Steinbach
47d9b48e4d
linux: 4.12.5 -> 4.12.6 2017-08-11 12:14:53 -04:00
Tim Steinbach
f2d420e4c9
linux: 4.9.41 -> 4.9.42 2017-08-11 12:10:10 -04:00
Volth
c6e200ea7c data/fonts: simpler cleanups (group 2) 2017-08-11 16:02:20 +00:00
Peter Hoeg
b6f7713d33 Merge pull request #28127 from peterhoeg/f/collectd
influxdb (on nixos): reduce closure size by 99.99% (and a bit)
2017-08-12 00:01:46 +08:00
Jörg Thalheim
995ad59c70 Merge pull request #28146 from wizzup/add-jsonlint
nodePackages.jsonlint init : at 1.6.2
2017-08-11 16:53:13 +01:00
Joachim F
b72e3b0e8e Merge pull request #28068 from Infinisil/mpd-lame
mpd: add lame support
2017-08-11 15:52:31 +00:00
Jörg Thalheim
d0aeccbf59 Merge pull request #28090 from ben-z/init-lerna
nodePackages.lerna: init at 2.0.0
2017-08-11 16:50:22 +01:00
Franz Pletz
6fdf8b3f77
nginxMainline: 1.13.3 -> 1.13.4 2017-08-11 17:32:23 +02:00
Franz Pletz
fecca868c3
jenkins: 2.71 -> 2.73 2017-08-11 17:27:32 +02:00
Wout Mertens
8e9b321192 Merge pull request #28096 from holidaycheck/nodejs-8.3.0
nodejs: 8.2.1 -> 8.3.0
2017-08-11 17:23:45 +02:00
Jörg Thalheim
0b629f765b Merge pull request #28092 from romildo/testing
adapta-gtk-theme: 3.91.1.47 -> 3.91.2.4
2017-08-11 15:33:39 +01:00
Volth
31c344982f data/fonts: simpler cleanups 2017-08-11 14:26:03 +00:00
Tim Steinbach
ae5e8dda07
sbt: 0.13.16 -> 1.0.0 2017-08-11 10:22:20 -04:00
Jörg Thalheim
7f1f74a014 Merge pull request #28159 from volth/patch-48
fira-code-symbols: make the font derivation fixed-output
2017-08-11 15:12:54 +01:00
Jörg Thalheim
9e46a61996 Merge pull request #28158 from volth/patch-47
fira-code: make the font derivation fixed-output
2017-08-11 15:07:31 +01:00
Jörg Thalheim
1a9681f9fd Merge pull request #28157 from volth/patch-46
cabin: make the font derivation fixed-output
2017-08-11 15:05:46 +01:00
Jörg Thalheim
516ba12b6d dropbox: fix makeWrapper usage
makeWrapper checks now if script is executable,
so we have to chmod first.
2017-08-11 15:04:19 +01:00
volth
48b2962550 arphic-ukai, arphic-uming: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:44:23 +02:00
volth
dfde45d98e fira-code-symbols: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 13:43:18 +00:00
volth
265744f2e0 fira-code: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 13:42:16 +00:00
volth
973ebce996 noto-fonts, noto-fonts-cjk: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:41:59 +02:00
volth
078f1dde72 cabin: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 13:40:45 +00:00
volth
a4e44ffecb opensans-ttf: make the font derivations fixed-output (#28126)
- [x] dead link fixed
- [x] make the font derivations fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:38:52 +02:00
volth
a3e9a69821 bakoma_ttf: make the font derivations fixed-output (#28130)
- [x] dead link fixed
- [x] make the font derivations fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:36:53 +02:00
volth
8ec0a03bb2 gentium: make the font derivation fixed-output (#28132)
- [x] source link fixed
- [x] make the font derivations fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:35:52 +02:00
volth
7e2b15f08b liberastika: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:33:26 +02:00
volth
576e9aacc0 ipafont: make the font derivation fixed-output
- [x] make the font derivations fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:31:42 +02:00
volth
be422a4a68 ipaexfont: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:29:57 +02:00
volth
9f11dcc625 marathi-cursive: make the font derivation fixed-output
- [x] homepage fixed
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:28:28 +02:00
volth
bee42ef52b mro-unicode: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:26:59 +02:00
volth
44b3f9151a iosevka: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:24:30 +02:00
volth
dfb345898b ubuntu_font_family: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:23:03 +02:00
volth
5f4906616d vistafonts: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:22:19 +02:00
volth
9baf0b76b7 wqy_microhei: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:21:33 +02:00
volth
e8fc26fdb2 wqy_zenhei: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:20:49 +02:00
volth
7c79bb6a87 font-awesome-ttf: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:19:37 +02:00
volth
1fe7f03544 roboto: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:16:39 +02:00
Joachim F
72d3d2a773 Merge pull request #28102 from mdorman/emacs-updates
Semi-automated Emacs package updates
2017-08-11 12:38:43 +00:00
taku0
71d0a5a328 firefox: 55.0 -> 55.0.1 2017-08-11 14:06:21 +02:00
taku0
aa661ed796 firefox-bin: 55.0 -> 55.0.1 2017-08-11 14:06:21 +02:00
Robin Gloster
83f8ffb11d
Revert "trezor-bridge: remove"
This reverts commit fac1ded619.

missed one use
2017-08-11 13:32:19 +02:00
Robin Gloster
14080832b0
spCompat: remove
not used anymore
2017-08-11 13:26:50 +02:00
Tristan Helmich
25f3cf0300 graylogPlugins: update/extend plugins 2017-08-11 13:07:30 +02:00
Tristan Helmich
8648468833 graylog: 2.2.3 -> 2.3.0 2017-08-11 13:07:30 +02:00
Domen Kožar
486e1c3c16 Merge pull request #27998 from davidak/macOS
replace "Mac OS X" and "OS X" with "macOS"
2017-08-11 13:01:36 +02:00
Michael Weiss
3cbc3ddf31 maim: 5.4.66 -> 5.4.67 2017-08-11 12:38:50 +02:00
Michael Weiss
6a8c520fbc slop: 7.3.48 -> 7.3.49 2017-08-11 12:32:56 +02:00
Robin Gloster
28cc2642f0
treewide: use less phases if not necessary
This removes some skipping of e.g. fixupPhase and cleans up occurences
where this led to duplicating code
2017-08-11 11:40:36 +02:00
Robin Gloster
72457cdebb
pythonPackages.worldengine: fix build 2017-08-11 11:40:36 +02:00
Robin Gloster
fac1ded619
trezor-bridge: remove 2017-08-11 11:40:36 +02:00
Robin Gloster
dec77a45fa
xastir: fix build 2017-08-11 11:40:36 +02:00
Robin Gloster
84a9a80123
pythonPackages.oslo-config: fix substituteInPlace 2017-08-11 11:40:35 +02:00
Robin Gloster
d98245b256
pythonPackages.keystoneauth1: fix substituteInPlace 2017-08-11 11:40:35 +02:00
Robin Gloster
64b57cfc1d
shapelib: use not HTTPS as TLS is configured incorrectly 2017-08-11 11:40:35 +02:00
Robin Gloster
400abb8877
gdal: 2.1.3 -> 2.2.1 2017-08-11 11:40:35 +02:00
wisut hantanong
d5294f7359 nodePackages.jsonlint init : at 1.6.2 2017-08-11 16:36:25 +07:00
Herwig Hochleitner
e8f1ddcbd1 chromium: 60.0.3112.78 -> 60.0.3112.90 2017-08-11 11:17:14 +02:00
Herwig Hochleitner
bb397093b5 chromium: add build flags and system libs
This is lifted from the Arch build recipe:
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/chromium

using system libjpeg still doesn't work for some reason, otherwise the
build runs fine
2017-08-11 11:17:14 +02:00
Herwig Hochleitner
8dc869e340 chromium: 59.0.3071.115 -> 60.0.3112.78
get rid of outdated version branches and patches
take a patch from gentoo, to fix gn bootstrapping
2017-08-11 11:17:14 +02:00
Peter Hoeg
18112eea52 dropbox: 31.4.25 -> 32.4.23 2017-08-11 16:05:49 +08:00
Lancelot SIX
7c9cadfb6c Merge pull request #28087 from romildo/upd.mkvtoolnix
mkvtoolnix: 13.0.0 -> 14.0.0
2017-08-11 09:17:26 +02:00
Peter Hoeg
486391d191 check-uptime: init at 20161112 2017-08-11 14:24:30 +08:00
romildo
48ffb8284f eom: init at 1.18.2 2017-08-11 00:14:26 -03:00
Eric Sagnes
3d8f85797a asciidoctor: use ruby 2.3 2017-08-11 11:13:31 +09:00
Peter Hoeg
719aa35c0c collectd-data: init at 5.7.0 - contains just data files from collectd 2017-08-11 09:47:27 +08:00
romildo
d21572c289 adapta-gtk-theme: 3.91.1.47 -> 3.91.2.10 2017-08-10 22:16:08 -03:00
Tim Steinbach
f40f4f5440 Merge pull request #28120 from NeQuissimus/plymouth_0_9_3
plymouth: 0.9.2 -> 0.9.3
2017-08-10 21:05:29 -04:00
Tim Steinbach
f0719b5a0b
mercurial: 4.1.1 -> 4.3.1 2017-08-10 20:54:28 -04:00
Silvan Mosberger
4a0efc9c4f
git: 2.14.0 -> 2.14.1
The new version contains a security fix for CVE-2017-1000117

More information regarding this update can be found here:
http://marc.info/?l=git&m=150238802328673&w=2
2017-08-11 02:17:35 +02:00
volth
b1ce017d44 babelstone-han: 9.0.2 -> 10.0.0 (#28108)
* babelstone-han: 9.0.2 -> 10.0.0

* simplification (two hashes -> one hash)

* simplification (fetchurl -> fetchzip)
2017-08-10 21:26:24 +01:00
Jörg Thalheim
bd41e827de Merge pull request #28103 from volth/patch-10
ccacheWrapper: extraConfig does not handle special characters
2017-08-10 21:24:07 +01:00
Jörg Thalheim
637cea679d Merge pull request #28109 from womfoo/bump/mbpfan-2.0.1
mbpfan: 1.9.1 -> 2.0.1
2017-08-10 21:22:18 +01:00
Tim Steinbach
ecd4c58d0a
plymouth: 0.9.2 -> 0.9.3 2017-08-10 16:21:24 -04:00
Lukas Werling
11861b7c97 pcmanfm: build with gtk3 2017-08-10 21:37:03 +02:00
Jörg Thalheim
8a2977676d Merge pull request #28054 from kiloreux/ffmpeg-opencore
ffmpeg-full: enable opencore-amr
2017-08-10 20:31:37 +01:00
Jörg Thalheim
a0ffab2a62 Merge pull request #28040 from taku0/firefox-bin-55.0
firefox: 54.0.1 -> 55.0
2017-08-10 20:16:11 +01:00
Vladimír Čunát
3be89a6758
libsoup: security 2.56.0 -> 2.56.1
Fixes CVE-2017-2885
2017-08-10 20:58:43 +02:00
Franz Pletz
abd837fe3d
subversion19: 1.9.5 -> 1.9.6 for CVE-2017-9800
See https://subversion.apache.org/security/CVE-2017-9800-advisory.txt
2017-08-10 20:57:39 +02:00
Franz Pletz
0f5cbe43da
subversion18: 1.8.17 -> 1.8.18 for CVE-2017-9800
See https://subversion.apache.org/security/CVE-2017-9800-advisory.txt
2017-08-10 20:57:39 +02:00
Tim Steinbach
55fcd5caed Merge pull request #28078 from lsix/update_docker_machine
docker-machine: 0.12.0 -> 0.12.2
2017-08-10 14:49:36 -04:00
Tim Steinbach
debbd82194 Merge pull request #28071 from karolchmist/idea-ultimate-2017.1.2
idea-ultimate: 2017.1.5 -> 2017.2.1
2017-08-10 14:49:14 -04:00
Tim Steinbach
3971bd892d Merge pull request #28110 from abnerlee/patch-2
correct the sha265 of typora after package update
2017-08-10 14:48:16 -04:00
Tim Steinbach
1d6ec295d1 Merge pull request #28051 from taku0/flashplayer-26.0.0.151
flashplayer: 26.0.0.137 -> 26.0.0.151 [Critical security fixes]
2017-08-10 14:42:58 -04:00
Tim Steinbach
9dafe594be Merge pull request #28074 from NeQuissimus/atom_1_19_0
atom: 1.18.0 -> 1.19.0
2017-08-10 13:31:04 -04:00
Robin Gloster
700f7614cd Partly revert "python.buildEnv: only wrap executables"
This partly reverts commit 4495bfe138.

The xen changes should not have been commited.

(cherry picked from commit 206a4c9aba)
2017-08-10 19:28:07 +02:00
Frederik Rietdijk
9f73f22c64 Merge commit 'b1f5305abd7b1b3d7ed180d9d00301da6e323e41' into HEAD 2017-08-10 19:26:16 +02:00
AbnerLee
8d70d4066f correct the sha265 of typora after package update
The deb is updated just now without increase the version number..
2017-08-11 00:47:08 +08:00
Kranium Gikos Mendoza
151fab911e mbpfan: 1.9.1 -> 2.0.1
removed patch for lsmod/grep as they are no longer used (dgraziotin/mbpfan@5f2da79)
2017-08-11 01:52:04 +10:00
Lancelot SIX
13704f578e Merge pull request #28107 from jensbin/typora_update
Typora: 0.9.29 -> 0.9.31

tested locally
2017-08-10 17:39:23 +02:00
Peter Simons
e204bef487 libsoup: update to version 2.59.90.1 to fix CVE-2017-2885 2017-08-10 16:45:33 +02:00
Franz Pletz
b44bed5568
curl: 7.54.1 -> 7.55.0
Fixes #28073.

Fixes CVE-2017-1000101, CVE-2017-1000100, CVE-2017-1000099.
2017-08-10 16:22:56 +02:00
Jens Binkert
6bcbf585ec Typora: 0.9.29 -> 0.9.31 2017-08-10 16:02:03 +02:00
Robin Gloster
c3e8d491ff
clerk: fix wrapProgram call 2017-08-10 15:49:56 +02:00
Robin Gloster
c438fe5a16
system-config-printer: fix wrapProgram call 2017-08-10 15:15:44 +02:00
Robin Gloster
f60fffe697
sawfish: fix wrapProgram call 2017-08-10 15:15:22 +02:00
Muhammad Herdiansyah
b5ea89f50c neofetch: 3.0.1 -> 3.2.0 2017-08-10 19:32:57 +07:00
Robin Gloster
206a4c9aba
Partly revert "python.buildEnv: only wrap executables"
This partly reverts commit 4495bfe138.

The xen changes should not have been commited.
2017-08-10 12:55:46 +02:00
volth
031eb79a0b ccacheWrapper: extraConfig does not handle special characters
An independent part of https://github.com/NixOS/nixpkgs/pull/28022
2017-08-10 10:13:17 +00:00
Frederik Rietdijk
b0c30f436e Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-10 10:41:23 +02:00
Frederik Rietdijk
c2ef89aac9 Merge pull request #28094 from Infinisil/gist-update
gist: 4.5.0 -> 4.6.1
2017-08-10 10:20:39 +02:00
Domen Kožar
ff5fd118b9 Merge pull request #28044 from mpickering/ghc-head
GHC Head updates
2017-08-10 09:30:00 +02:00
Jens Binkert
75078b9116 networkmanager_dmenu: unstable-2017-05-28 -> 1.1 2017-08-10 08:38:52 +02:00
Mathias Schreck
7c669d6f7b nodejs: 8.2.1 -> 8.3.0 2017-08-10 08:02:20 +02:00
Peter Hoeg
b224644795 unetbootin: 613 -> 655 2017-08-10 10:58:04 +08:00
Silvan Mosberger
310563fab8
gist: 4.5.0 -> 4.6.1 2017-08-10 04:52:16 +02:00
Grant Wu
a77c7e95fb libtorrentRasterbar_1_0 1.0.10 -> 1.0.11 2017-08-09 22:47:54 -04:00
Grant Wu
e77068d082 Add note to libtorrent to prevent conflation with libtorrentRasterbar 2017-08-09 22:21:36 -04:00
Grant Wu
149df7769a libtorrentRasterbar 1.1.1 -> 1.1.4 2017-08-09 22:21:36 -04:00
Robin Gloster
60418e9196
edac-utils: fix makeWrapper call 2017-08-10 03:44:03 +02:00
Robin Gloster
ffd46e9bce
gnuradio: fix makeWrapper calls 2017-08-10 03:36:32 +02:00
Robin Gloster
5f6fe64823
audio-recorder: fix makeWrapper call 2017-08-10 03:36:32 +02:00
Robin Gloster
b4d2b841d9
libreoffice: remove obsolete file from wrapping 2017-08-10 01:28:37 +02:00
Ben Zhang
3bfce2f55f
nodePackages.lerna: init at 2.0.0 2017-08-09 19:26:27 -04:00
Robin Gloster
cc5480cb00
csmith: fix wrapProgram call 2017-08-10 00:44:03 +02:00
Daiderd Jordan
bf8c125170
cc-wrapper: fix LD_DYLD_PATH on darwin
Having multiple compilers in the build environment would result in an
invalid LD_DYLD_PATH like /usr/lib/dyld/usr/lib/dyld.
Since the path is hardcoded in XNU it can't be anything but
/usr/lib/dyld anyway.
2017-08-10 00:22:58 +02:00
John Ericson
d119385b2e Merge pull request #28079 from lheckemann/setup-typo-fix
stdenv: fix typo in setup.sh
2017-08-09 18:21:31 -04:00
Daiderd Jordan
e5f0c4f840 Merge pull request #28056 from matthewbauer/miniupnpc-fix
miniupnpc: fix on darwin
2017-08-10 00:08:10 +02:00
Robin Gloster
b1f5305abd
serf: fix darwin build 2017-08-09 23:53:08 +02:00
Robin Gloster
5e89bcae00
evolution_data_server: wrap all and only executables 2017-08-09 23:35:50 +02:00
Michael Alan Dorman
b43888b973 melpa-packages: 2017-08-09
Removals:
 - aurora-config-mode: removed from melpa
2017-08-09 17:16:43 -04:00
Michael Alan Dorman
d887748507 melpa-stable-packages: 2017-08-09
Removals:
 - aurora-config-mode: removed from melpa
 - fuel: repo moved, lost tags for stable version
2017-08-09 17:16:43 -04:00
Michael Alan Dorman
05bee41510 org-packages: 2017-08-09 2017-08-09 17:16:43 -04:00
Michael Alan Dorman
bdcb21c466 elpa-packages: 2017-08-09 2017-08-09 17:16:43 -04:00
Joe Hermaszewski
7cd44aeeef pangolin: fix OS X build 2017-08-09 22:14:23 +01:00
romildo
da93220fff mkvtoolnix: 13.0.0 -> 14.0.0 2017-08-09 17:11:01 -03:00
Matthew Bauer
c7f14143c4 miniupnpc: fix on darwin
For some reason miniupnpc needs libtool for static linking. Probably not ideal
but it’s doing similar on other platforms as well (using ar).
2017-08-09 13:10:23 -07:00
Willi Butz
e9a2cfda7b vigra: 1.10.0 -> 1.11.1 2017-08-09 21:50:21 +02:00
Willi Butz
2e29774f4c volatility: 2.4 -> 2.6, refactor, update outdated homepage 2017-08-09 21:50:21 +02:00
Robin Gloster
37bf3c8782 pythonPackages.distorm3: init at 3.3.4 2017-08-09 21:50:21 +02:00
Willi Butz
08e450df46 movit: 1.2.0 -> 1.5.1 2017-08-09 21:50:21 +02:00
Willi Butz
4872be756d monit: 5.20.0 -> 5.23.0 2017-08-09 21:50:21 +02:00
Daiderd Jordan
d93c636737
Revert "gcc: fix clang build"
This fixes the gcc build but results in a gcc that doesn't generate
valid binaries.

gcc -o hello hello.c
./hello
Killed: 9

This reverts commit 2adf36ab8c.
2017-08-09 21:37:29 +02:00
Michael Weiss
6225f1bf66 android-studio-preview: 3.0.0.8 -> 3.0.0.9
"Android Studio 3.0 Canary 9" -> "Android Studio 3.0 Beta 1"
2017-08-09 21:32:43 +02:00
Franz Pletz
2d5c1226c6
cacert: really fix utf-8 certname blacklists
See #27576.
2017-08-09 19:54:00 +02:00
Franz Pletz
1ed786292b
searx: cleanup, remove python name prefix 2017-08-09 19:54:00 +02:00
Simon Lackerbauer
30d76b8ccd seafile-client: 5.0.7 -> 6.1.0
bump to qt5
2017-08-09 19:53:05 +02:00
Robin Gloster
46a25ea7ea
linuxPackages.bcc: fix using wrapProgram on .c file 2017-08-09 19:45:05 +02:00
Daiderd Jordan
c839b6ce0a Merge pull request #28050 from LnL7/darwin-gcc
gcc and gdb: fix clang build
2017-08-09 19:35:07 +02:00
Linus Heckemann
17753fa005 stdenv: fix typo in setup.sh 2017-08-09 17:33:02 +01:00
Orivej Desh
771f28bac8 cc-wrapper: Fix support for qtbase-setup-hook
Revert https://github.com/NixOS/nixpkgs/pull/27657#issuecomment-318161946
due to https://github.com/NixOS/nixpkgs/pull/28021#issuecomment-321045542
2017-08-09 18:17:46 +02:00
Lancelot SIX
fa02817cda
docker-machine: 0.12.0 -> 0.12.2 2017-08-09 17:59:47 +02:00
Robin Gloster
25c12d0abf
screenfetch: fix wrapProgram usage 2017-08-09 17:35:59 +02:00
Vladimír Čunát
10bcf0818f
knot-resolver: security 1.3.2 -> 1.3.3
https://lists.nic.cz/pipermail/knot-dns-users/2017-August/001184.html
2017-08-09 16:36:32 +02:00
Dan Peebles
ed55bdb501 lkl: 2017-06-27 -> 2017-08-09
Just bumping the package version to pick up a bugfix.

Fixes #28055
2017-08-09 14:23:27 +00:00
Tim Steinbach
bd27239c06
atom: 1.18.0 -> 1.19.0 2017-08-09 09:13:28 -04:00
Robin Gloster
4495bfe138
python.buildEnv: only wrap executables 2017-08-09 15:07:03 +02:00
adisbladis
9cd05278a6 vulnix: use zodb from pythonPackages 2017-08-09 14:51:01 +02:00
adisbladis
3ba2300b2d pythonPackages.zodb: 4.0.1 -> 5.2.4 2017-08-09 14:51:01 +02:00
adisbladis
f06a5f4935 pythonPackages.transaction: 1.4.3 -> 2.1.2 2017-08-09 14:51:01 +02:00
adisbladis
490df67562 pythonPackages.pecan: 1.0.3 -> 1.2.1 2017-08-09 14:51:01 +02:00
adisbladis
5167116eba pythonPackages.pyramid_tm: Remove outdated package 2017-08-09 14:51:01 +02:00
adisbladis
6d82bac424 pythonPackages.hypatia: Remove outdated package 2017-08-09 14:51:00 +02:00
adisbladis
bc6d9b0d46 pythonPackages.repoze_sendmail: Remove outdated package 2017-08-09 14:51:00 +02:00
adisbladis
b7b66c31f2 pythonPackages.pyramid_mailer: Remove outdated package 2017-08-09 14:51:00 +02:00
adisbladis
660b225903 pythonPackages.ZEO: Remove outdated package 2017-08-09 14:51:00 +02:00
adisbladis
953484b4e3 pythonPackages.zodburi: Remove outdated package 2017-08-09 14:51:00 +02:00
adisbladis
48b305ca6d pythonPackages.pyramid_zodbconn: Remove outdated package 2017-08-09 14:50:59 +02:00
adisbladis
80ef4d6fc7 pythonPackages.zope_tales: Remove outdated package 2017-08-09 14:50:59 +02:00
adisbladis
ced137d980 pythonPackages.zodb3: Remove outdated package 2017-08-09 14:50:59 +02:00
adisbladis
c06cfd0404 pythonPackages.zope_security: Remove outdated package 2017-08-09 14:50:59 +02:00
adisbladis
fab8f7ac4b pythonPackages.zope_browser: Remove outdated package 2017-08-09 14:50:59 +02:00
adisbladis
5583e3a2bd pythonPackages.zope_publisher: Remove outdated package 2017-08-09 14:50:59 +02:00
adisbladis
64259cdd7c pythonPackages.zope_traversing: Remove outdated package 2017-08-09 14:50:58 +02:00
adisbladis
313ea3827b pythonPackages.zope_sqlalchemy: Remove outdated package 2017-08-09 14:50:58 +02:00
adisbladis
30291227f2 pythonPackages.almir: Remove outdated package 2017-08-09 14:50:58 +02:00
adisbladis
88648d42f4 pythonPackages.zope_container: Remove outdated package 2017-08-09 14:50:58 +02:00
adisbladis
a0c1167e0e pythonPackages.zope_browserresource: Remove outdated package 2017-08-09 14:50:58 +02:00
adisbladis
45addeacb0 pythonPackages.aiohttp-cors: Remove zodb3 dependency 2017-08-09 14:50:57 +02:00
adisbladis
9c5f6f9528 pythonPackages.zope_testrunner: Remove subunit dependency, no longer necessary since latest release 2017-08-09 14:50:57 +02:00
Robin Gloster
f4ca99166a
serf: fix build 2017-08-09 14:46:38 +02:00
Karol Chmist
e8020e272d idea-ultimate: 2017.1.5 -> 2017.2.1 2017-08-09 13:48:35 +02:00
Marius Metzger
fd6e51d550
check_ssl_cert: init at 1.51.0 (#28069) 2017-08-09 13:17:42 +02:00
Robin Gloster
cbca75b8c9 Revert "check_ssl_cert: init at 1.51.0 (#28069)"
This reverts commit 1db52734ad.
2017-08-09 12:51:25 +02:00
Marius Metzger
1db52734ad check_ssl_cert: init at 1.51.0 (#28069) 2017-08-09 12:41:15 +02:00
Silvan Mosberger
f337be57ee
mpd: add lame support 2017-08-09 12:27:40 +02:00
Frederik Rietdijk
0ff782e141 makeWrapper: fix regression introduced in #24944
In some cases wrappers could not be made. See e.g.
https://github.com/NixOS/nixpkgs/pull/24944#issuecomment-321175692
2017-08-09 12:18:47 +02:00
Frederik Rietdijk
7a6d4f4710 Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-09 11:22:40 +02:00
Frederik Rietdijk
345b35c48a Python: add buildPythonPackage.overridePythonPackage method.
This allows one to always override the call to `buildPythonPackage`.

In the following example we create an environment where we have the `blaze` package using an older version of `pandas`. We override first the Python interpreter and pass `packageOverrides` which contains the overrides for packages in
the package set.

```
with import <nixpkgs> {};

(let
  python = let
    packageOverrides = self: super: {
      pandas = super.pandas.overridePythonPackage(old: rec {
        version = "0.19.1";
        name = "pandas-${version}";
        src =  super.fetchPypi {
          pname = "pandas";
          inherit version;
          sha256 = "08blshqj9zj1wyjhhw3kl2vas75vhhicvv72flvf1z3jvapgw295";
        };
      });
    };
  in pkgs.python3.override {inherit packageOverrides;};

in python.withPackages(ps: [ps.blaze])).env
```
2017-08-09 11:10:54 +02:00
Andrey Pavlov
da430a1597 elixir: 1.5.0 -> 1.5.1
Also homepage URL is updated
2017-08-09 11:51:49 +03:00
Lancelot SIX
38f3153caa
motu-client: 1.0.8 -> 1.4.0 2017-08-09 10:08:14 +02:00
Lancelot SIX
90282d95bd Merge pull request #27832 from lsix/update_wireshark
wireshark: 2.2.7 -> 2.4.0
2017-08-09 09:59:44 +02:00
Lancelot SIX
b725e40865 Merge pull request #27865 from lsix/update_django
pythonPackages.django: 1.11.3 -> 1.11.4
2017-08-09 09:55:42 +02:00
Frederik Rietdijk
616fb95356 python34: 3.4.6 -> 3.4.7 2017-08-09 09:41:59 +02:00
Jörg Thalheim
fcea56ddfd Merge pull request #28031 from falsifian/rftg
rftg: init at 0.9.4
2017-08-09 08:21:32 +01:00
Jörg Thalheim
f6bfee9f45 Merge pull request #28060 from mt-caret/json-refs
json-refs: init at 3.0.0
2017-08-09 07:57:29 +01:00
Daiderd Jordan
bc5160eacd
gdb: fix clang build 2017-08-09 08:41:48 +02:00
Frederik Rietdijk
973f740894 Merge pull request #28052 from jtojnar/fix/faker-py2
faker: add ipaddress dependency for Python 2
2017-08-09 08:41:47 +02:00
Joe Hermaszewski
531a5b1afe git-fame: init at 2.5.2 2017-08-09 07:32:21 +01:00
Masayuki Takeda
c877e8d66d json-refs: init at 3.0.0 2017-08-09 14:46:45 +09:00
Cray Elliott
3bda92175a discord: minor clean up, add self to maintainers 2017-08-08 22:29:45 -07:00
Cray Elliott
6616b9a225 discord: 0.0.1 -> 0.0.2 2017-08-08 20:36:17 -07:00
kiloreux
7e943b5fdb
Enable opencore-amr in ffmpeg-full 2017-08-09 02:40:36 +01:00
Jan Tojnar
bd498ebeec
faker: add ipaddress dependency for Python 2
Faker requires ipaddress package on Python < 3.3:

https://github.com/joke2k/faker/blob/v0.7.18/setup.py#L66-L76
2017-08-09 00:52:14 +02:00
Jude Taylor
7e3e790675 add override for html-entities 2017-08-08 14:29:33 -07:00
Daiderd Jordan
2adf36ab8c
gcc: fix clang build 2017-08-08 23:22:24 +02:00
Jörg Thalheim
615d301098 Merge pull request #28041 from womfoo/bump/powerstat-forkstat
Update {fork,power}stat to latest upstream
2017-08-08 22:13:33 +01:00
Joachim Fasting
1b77c29507
tor-browser-bundle-bin: 7.0.3 -> 7.0.4
- Update Firefox to 52.3.0esr
- Update Tor to 0.3.0.10
2017-08-08 22:12:03 +02:00
Robin Gloster
c00a95be63
nix-prefetch-git: fix wrapProgram call 2017-08-08 21:45:46 +02:00
Jude Taylor
eeeead21c5 add override for digestive-functors-blaze 2017-08-08 11:56:31 -07:00
Robert Hensing
57506bbb28 xen-4.8: update changed patch hash 2017-08-08 17:40:50 +00:00
Matthew Pickering
770743bd91 Bump ghc HEAD version ghc-8.3.20170808 2017-08-08 17:32:32 +00:00
Daiderd Jordan
8c86ce707e Merge pull request #28034 from kiloreux/libopencore
opencore-amr init at 0.1.5
2017-08-08 19:25:53 +02:00
Matthew Pickering
cf7b262485 Boot ghc HEAD with ghc-8.0.2 2017-08-08 17:21:22 +00:00
Matthew Pickering
4021d4d5ee Make version a parameter in GHC HEAD derivation
If you want to override the source but the major version changes (ie 8.1
-> 8.3) then you also have to modify the version. Otherwise the build
will fail with difficult to understand errors, making version a
parameter makes it easy to override.
2017-08-08 17:19:02 +00:00
Vincent Laporte
e60ffe642e ocamlPackages.ocamlnet: 4.1.2 -> 4.1.3 2017-08-08 16:49:19 +00:00
kiloreux
c74d0d460f
Implement other required changes 2017-08-08 17:36:15 +01:00
Anthony Cowley
7cdf149fab flann: 1.8.4 -> 1.9.1
This should also fix the darwin build on hydra.
2017-08-08 12:19:21 -04:00