Commit graph

101653 commits

Author SHA1 Message Date
Jörg Thalheim 116c34a748 Merge pull request #29613 from bcdarwin/nifti
nifticlib: init at 2.0.0
2017-09-21 09:11:39 +01:00
Jörg Thalheim aab8f8df4b nifticlib: use mirror for sourceforge 2017-09-21 09:10:12 +01:00
Jörg Thalheim eaac347982 Merge pull request #29609 from lheckemann/impressive-fixes
impressive: fixes and improvements
2017-09-21 08:53:09 +01:00
Florian Jacob 6aea372e28 piwik: 3.1.0 -> 3.1.1 2017-09-21 08:58:02 +02:00
Nick Novitski 5ddfcc774c gemconfig: add curb 2017-09-20 23:53:25 -07:00
John Ericson df0c265ee1 Merge pull request #29625 from obsidiansystems/linuxHeadersCross
glibc: Grab the right linux headers when build != host
2017-09-20 21:13:54 -04:00
John Ericson 8bfb247224 glibc: Grab the right linux headers when build != host
In #28519 / 791ce593ce I made linux
headers be intended to be used from the stage stage, as it would be if
it were a library containing headers and code. I forgot to update glibc,
however, so it was incorrectly using headers for the build platform, not
host platform.

This fixes that, basically reverting a small portion of changes I made a
few months ago in 25edc476fd and its
parent.

No native hashes are changed.
2017-09-20 20:57:41 -04:00
Robert Schütz d58a88277d pythonPackages.py3status: add file as a dependency 2017-09-21 01:23:32 +02:00
Ben Darwin 0d981c5761 nifticlib: init at 2.0.0 2017-09-20 19:04:22 -04:00
Joachim Fasting 3e96cee147
hydra: 2017-07-27 -> 2017-09-14
Builds against recent nixUnstable
2017-09-21 01:02:02 +02:00
Robert Schütz 50d52ac8a8 texworks: init at 0.6.2 2017-09-21 00:58:49 +02:00
Joachim Fasting 6bf56656f0
snapper: 0.3.3 -> 0.5.0 2017-09-21 00:56:24 +02:00
Ben Darwin c7bbe471b0 ants: bump version and fix sandboxed build 2017-09-20 18:42:34 -04:00
Thomas Tuegel 1e2ebee42a
hplip: fix Python wrappers
We cannot rely on wrapPythonPrograms to wrap the installed executables because
they are symlinks (which it ignores). Instead, we have to emulate it to make
the wrappers ourselves.
2017-09-20 17:03:12 -05:00
Joachim F 29c1888a57 Merge pull request #29560 from LumiGuide/elk-5.6.1
elk: 5.5.2 -> 5.6.1
2017-09-20 21:56:26 +00:00
Franz Pletz 94a5de61af
unifi: 5.5.20 -> 5.6.16 2017-09-20 23:51:48 +02:00
Simon Lackerbauer 27ed570445
atlassian-jira: 7.4.1 -> 7.5.0 2017-09-20 23:51:42 +02:00
Simon Lackerbauer c95e158143
atlassian-confluence: 6.3.1 -> 6.4.0 2017-09-20 23:51:27 +02:00
Joachim F 408734441b Merge pull request #29593 from romildo/upd.tint2
tint2: 0.14.6 -> 15.1
2017-09-20 20:28:07 +00:00
Joachim F ac7ab7ccbe Merge pull request #29596 from romildo/numix-icon-theme
numix-icon-theme: 2017-01-25 -> 2017-09-17
2017-09-20 20:27:46 +00:00
Joachim F 5e212b6eaf Merge pull request #29597 from romildo/upd.numix-icon-theme-circle
numix-icon-theme-circle: 2016-11-10 -> 17-09-13
2017-09-20 20:27:32 +00:00
Joachim F cd72ad944d Merge pull request #29598 from romildo/upd.numix-icon-theme-square
numix-icon-theme-square: 2016-11-23 -> 17-09-13
2017-09-20 20:27:13 +00:00
Joachim F cf60de70c0 Merge pull request #29600 from romildo/upd.flat-plat
flat-plat: 20170605 -> 20170917
2017-09-20 20:26:57 +00:00
Jörg Thalheim 71551ff0de Merge pull request #29607 from disassembler/mqtt-bench
mqtt-bench: init at 0.3.0
2017-09-20 21:23:39 +01:00
Joachim Fasting c41af35c04
unbound: 1.6.5 -> 1.6.6 2017-09-20 22:23:05 +02:00
Joachim Fasting 7a1f5bad0c
ocamlPackages.csv: fix meta eval
fetchurl does not expose a meta.homepage attr
2017-09-20 22:15:26 +02:00
Thomas Tuegel 5ab37fb913
hplip: install PPDs where CUPS will find them 2017-09-20 14:04:55 -05:00
Linus Heckemann 05101d32c0 impressive: fixes and improvements
- Fix finding SDL (would previously fail unless gcc was in environment)
- Use ghostscript rather than xpdf for rendering as it has a slightly
  smaller closure
- Fix broken link for reasoning behind name change
- Add self to maintainers
- Add reference to DejaVu fonts so it can always find the OSD fonts
- Install manpage into correct location
2017-09-20 19:41:42 +01:00
Antoine Eiche cb6fc52f99 dockerTools.buildImageWithNixDb: Make output paths valid and add gcroots
The database dump doesn't contain sha and size. This leads to invalid
path in the container. We have to fix the database by using
nix-store.
Note a better way to do this is available in Nix 1.12 (since the
database dump contains all required information).

We also add content output paths in the gcroots since they ca be used
by the container.
2017-09-20 20:14:29 +02:00
Antoine Eiche df589a438e dockerTools.buildImageWithNixDb: populate the Nix Db of the image Nix store
Currently, the contents closure is copied to the layer but there is no
nix database initialization. If pkgs.nix is added in the contents,
nix-store doesn't work because there is no nix database.

From the contents of the layer, this commit generates and loads the
database in the nix store of the container. This only works if there
is no parent layer that already have a nix store (to support several
nix layers, we would have to merge nix databases of parent layers).

We also add an example to play with the nix store inside the
container. Note it seems `more` is a missing dependency of the nix
package!
2017-09-20 20:14:24 +02:00
Michael Weiss 9182927998 gengetopt: Fix the build
Thanks @orivej for providing this fix.

Fix #28255 (the build was broken since
2bc7b4e134).
2017-09-20 19:32:06 +02:00
Samuel Leathers f8ad84ad23 mqtt-bench: init at 0.3.0 2017-09-20 12:37:19 -04:00
Tuomas Tynkkynen 2c2cd34b54 esptool: Fix tests in sandbox
It actually requires flake8-future-import but manages to download it
from the Internet when run outside the sandbox.
2017-09-20 17:55:31 +03:00
Tuomas Tynkkynen ecebb6090a pythonPackages.flake8-future-import: Init at 0.4.3 2017-09-20 17:55:31 +03:00
Peter Simons 56207cdbd1 rtorrent: update to current git HEAD to avoid build errors with recent cppunit
Fixes https://github.com/NixOS/nixpkgs/issues/29601.
2017-09-20 16:53:03 +02:00
Peter Simons 6b0e6e2e97 libtorrent: update to current git HEAD to avoid build errors with recent cppunit 2017-09-20 16:53:03 +02:00
Daniel Peebles f0982ba4be Merge pull request #29594 from NeQuissimus/minikube_0_22_2
minikube: 0.22.1 -> 0.22.2
2017-09-20 10:51:57 -04:00
Ruben Maher 98a2316166 nfs-utils: set /etc/krb5.keytab as default path for rpc-gssd
Currently the `rpc-gssd.service` has a `ConditionPathExists` clause that can
never be met, because it's looking for stateful data inside `/nix/store`.

`auth-rpcgss-module.service` also only starts if this file exists.

Fixes NixOS/nixpkgs#29509.
2017-09-20 15:36:26 +01:00
Peter Hoeg 55c58c0826 calibre: 3.5.0 -> 3.7.0 2017-09-20 22:24:29 +08:00
Peter Simons 0dddef468d hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.5-9-g8a6ffec-dirty from Hackage revision
9e7aa353cc.
2017-09-20 16:18:36 +02:00
Tim Steinbach e200cfbae1
sbt: 1.0.1 -> 1.0.2 2017-09-20 09:42:03 -04:00
Tim Steinbach 6941fe36f3 Merge pull request #29495 from NeQuissimus/vscode_1_16_1
vscode: 1.16.0 -> 1.16.1
2017-09-20 08:40:20 -04:00
Tim Steinbach eab480ac3d
linux: 4.13.2 -> 4.13.3 2017-09-20 08:36:27 -04:00
Tim Steinbach 726765404b
linux: 4.12.13 -> 4.12.14 2017-09-20 08:36:13 -04:00
Tim Steinbach 7cfa6895e8
linux: 4.9.50 -> 4.9.51 2017-09-20 08:35:44 -04:00
Tim Steinbach 890386090a
minikube: 0.22.1 -> 0.22.2 2017-09-20 08:34:22 -04:00
Jörg Thalheim e3141bc1b1 valauncher: 1.2 -> 1.3.1 2017-09-20 13:23:56 +01:00
Andreas Rammhold ac9353b815 jetbrains.webstorm: 2017.2.2 -> 2017.2.4 2017-09-20 14:05:49 +02:00
Andreas Rammhold 4948b09524 jetbrains.rider: 171.4456.1432 -> 2017.1.1 2017-09-20 14:05:42 +02:00
José Romildo Malaquias f89ba64f00 flat-plat: 20170605 -> 20170917 2017-09-20 08:26:02 -03:00
Matthias Beyer d697403303 khal: 0.9.5 -> 0.9.7 2017-09-20 13:03:19 +02:00
Andreas Rammhold eb363ff3dc
jetbrains.pycharm-professional: 2017.2.2 -> 2017.2.3 2017-09-20 12:46:46 +02:00
Andreas Rammhold 0d6b50f2eb
jetbrains.pycharm-community: 2017.2.2 -> 2017.2.3 2017-09-20 12:46:27 +02:00
Andreas Rammhold 5f9a4cb163
jetbrains.phpstorm: 2017.2.1 -> 2017.2.2 2017-09-20 12:46:07 +02:00
Andreas Rammhold 74d7542892
jetbrains.idea-ultimate: 2017.2.2 -> 2017.2.4 2017-09-20 12:45:40 +02:00
Andreas Rammhold d6663a559c
jetbrains.idea-community: 2017.2.2 -> 2017.2.4 2017-09-20 12:45:18 +02:00
Andreas Rammhold 5b3dad3b1c
jetbrains.gogland: 172.3757.46 -> 172.3968.45 2017-09-20 12:44:32 +02:00
Andreas Rammhold 42e13a85ed
jetbrains.clion: 2017.2.1 -> 2017.2.2 2017-09-20 12:44:02 +02:00
José Romildo Malaquias 79941a3bf4 numix-icon-theme-square: 2016-11-23 -> 17-09-13 2017-09-20 07:10:44 -03:00
Jörg Thalheim 2ebfdf972f nvim-cm-racer: init at 2017-07-27 2017-09-20 11:10:16 +01:00
Jörg Thalheim 276d234659 vimPlugins.LanguageClient-neovim: init at 2017-09-05 2017-09-20 11:10:09 +01:00
José Romildo Malaquias c40b6862f2 numix-icon-theme-circle: 2016-11-10 -> 17-09-13 2017-09-20 07:04:21 -03:00
José Romildo Malaquias b9907fc6fe numix-icon-theme: 2017-01-25 -> 2017-09-17 2017-09-20 06:47:53 -03:00
José Romildo Malaquias ee88bd3424 tint2: 0.14.6 -> 15.1 2017-09-20 06:35:19 -03:00
Moritz Kiefer d5a33e8f38 ghcjsHEAD: bump ghcjs shims 2017-09-20 10:59:22 +02:00
Gauthier POGAM--LE MONTAGNER e1cab6b4c5
jetbrains.phpstorm10: remove 2017-09-20 10:46:18 +02:00
Gauthier POGAM--LE MONTAGNER 88de0e44f6
jetbrains.idea{14,15}-{community,ultimate}: remove 2017-09-20 10:46:18 +02:00
Gauthier POGAM--LE MONTAGNER 352855e778
jetbrains.webstorm{10,11}: remove 2017-09-20 10:46:17 +02:00
Gauthier POGAM--LE MONTAGNER 5a6939fefb
jetbrains.ruby-mine{7,8}: remove 2017-09-20 10:46:17 +02:00
Jörg Thalheim daf833316a Merge pull request #29578 from jfroche/upgrade-openfortivpn
openfortivpn: 1.2.0 -> 1.5.0
2017-09-20 09:35:59 +01:00
Jean-Francois Roche 0b39118494 openfortivpn: 1.2.0 -> 1.5.0
fixes #29578
2017-09-20 09:21:42 +01:00
Lancelot SIX 4935d5f376 gnupg: 2.2.0 -> 2.2.1
See http://lists.gnu.org/archive/html/info-gnu/2017-09/msg00010.html
for release information
2017-09-20 10:01:28 +02:00
John Ericson e9c1f64048 Merge branch 'master' into staging 2017-09-20 01:39:59 -04:00
Vincent Laporte 1e9deaad66 ocamlPackages.csv: 1.7 -> 2.0 2017-09-20 05:39:12 +00:00
John Ericson 19e3c580ad Merge pull request #29584 from obsidiansystems/no-wrapCCCross
top-level: Remove useless abstractions
2017-09-20 01:25:02 -04:00
John Ericson 1fc12241ed all-packages: get rid of wrapCCCross
It's unneeded
2017-09-20 00:59:19 -04:00
John Ericson e19bb868dc all-packages: Remove forcedNativePackages; we no longer need it
Its kept around in the Hurd package set, but all that code is
presumably broken.
2017-09-20 00:59:19 -04:00
John Ericson 100db4fa3b vim: Properly categorize pkgconfig dependency 2017-09-20 00:58:55 -04:00
Jörg Thalheim c1de354a3d libwebsockets: revert making libuv a propagated build input
it is possible to use libwebsockets without libuv

cc @volth
2017-09-20 02:49:31 +01:00
Jörg Thalheim 87435a95f8 Merge pull request #29562 from LumiGuide/journalbeat-5.6.0
journalbeat: 5.5.0 -> 5.6.0
2017-09-20 02:44:40 +01:00
Jörg Thalheim d6191bd6c2 Merge pull request #29566 from Mic92/gdbm
gdbm: add symlinks for compatibility
2017-09-20 02:41:57 +01:00
Jörg Thalheim 69224a2a8c Merge pull request #29582 from eqyiel/flow-0.55.0
flow: 0.54.0 -> 0.55.0
2017-09-20 02:33:19 +01:00
Peter Hoeg f170dbe16f syncthing: 0.14.37 -> 0.14.38 2017-09-20 08:52:50 +08:00
Ruben Maher 1787043323 flow: 0.54.0 -> 0.55.0 2017-09-20 10:12:36 +09:30
Frank Doepper 28dd1158ff circumvent hdaps name clash 2017-09-19 23:57:28 +02:00
Frank Doepper a3e806ef0f tp_smapi with hdaps 2017-09-19 23:57:28 +02:00
Jörg Thalheim ad16a82b83 Merge pull request #29573 from disassembler/lenmus
lenmus: removing custom cmakeFlags
2017-09-19 22:24:02 +01:00
Jörg Thalheim 06de6d59b0 Merge pull request #29525 from aneeshusa/radicale_infcloud-init
radicale_infcloud: init
2017-09-19 22:22:16 +01:00
Thomas Tuegel 6e01011211 alacritty: respect pre- and post-hooks of overridden phases
Failing to `runHook` when overriding phases can have unpredictable results.

fixes #29572
2017-09-19 22:08:53 +01:00
Thomas Tuegel a50d0b719f alacritty: install desktop icon 2017-09-19 22:08:52 +01:00
John Ericson 6c74ee68b9 cc-wrapper, cc-wrapper-old: Simplify shell logic
1. `crossDrv` is now the default so we don't need to worry about that in
   build != host builds.

2. shell is the build time shell, so `wrapCCCross` doesn't need to
   worry, as build == host.

3. `shell.shellPath` will always be appended where useful.

4. Complicated `shell == ""` logic served no purpose.
2017-09-19 16:45:24 -04:00
Franz Pletz 0a2c39e205
p11_kit: don't build documentation
This depends ultimately on texlive which is a big build and depends on
lots of libraries which often get security updates. This triggers
mass rebuilds because systemd depends on gnutls which depends on
p11_kit.

This was introduced with 93d80f1951.
2017-09-19 22:24:36 +02:00
Jörg Thalheim 6d423da7cc libwebsockets: fix eval 2017-09-19 21:14:53 +01:00
Samuel Leathers 2c2252247c lenmus: removing custom cmakeFlags 2017-09-19 16:07:03 -04:00
Volth 6950da832d mosquitto: 1.4 -> 1.4.14
fixes #29567
2017-09-19 20:31:00 +01:00
volth 4916f64948 libwebsockets: 1.4 -> 2.3.0 2017-09-19 20:30:51 +01:00
Jörg Thalheim 28a53c8a08 Merge pull request #29570 from disassembler/libxmlxx
libxmlxx: move glibmm to propagatedBuildInputs
2017-09-19 20:16:59 +01:00
John Ericson c7ca42f44d Merge branch 'master' into staging 2017-09-19 15:14:52 -04:00
John Ericson 45e87854df Merge pull request #29571 from obsidiansystems/better-splice
stdenv: Also splice unlisted default "out" output
2017-09-19 15:11:53 -04:00
John Ericson 64aebc7679 stdenv: Also splice unlisted default "out" output
Otherwise, some cross builds will use the wrong type of dep.

This won't affect native builds, and perhaps no extant cross buids
either.
2017-09-19 14:48:23 -04:00
Samuel Leathers 367e30b8f3 libxmlxx: move glibmm to propagatedBuildInputs 2017-09-19 14:13:59 -04:00
Benjamin Staffin 7e6011083d slack: 2.7.1 -> 2.8.0 (#29339) 2017-09-19 12:26:58 -04:00
Vladimír Čunát d4c33d5e4e
Merge branch 'master' into staging 2017-09-19 18:03:09 +02:00
Vladimír Čunát 16cf448933
gettext, gcc5: enable stackprotector now
This has been forgotten in #29349 ?
2017-09-19 17:52:32 +02:00
Aneesh Agrawal a9f8207f9f radicale_infcloud: init 2017-09-19 08:20:39 -07:00
Peter Simons 2439a83072 haskell.lib: strip trailing whitespace 2017-09-19 15:55:50 +02:00
Peter Simons a8b69958cf haskell.lib: add doBenchmark helper function 2017-09-19 15:55:16 +02:00
Peter Simons eab41cb7be hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.5-8-ga66a429 from Hackage revision
511efbfbe7.
2017-09-19 15:48:00 +02:00
Peter Simons 8231045fb4 LTS Haskell 9.5 2017-09-19 15:47:58 +02:00
Peter Simons 33e34aa95b haskell-generic-builder: rename withBenchmarkDepends argument to doBenchmark
This partially undoes the change from 8788bfe762.
The 'doBenchmark' name is more consistent with the naming scheme used for
other phases, like 'doCheck', 'doHaddock', etc.
2017-09-19 15:42:51 +02:00
Jörg Thalheim 11a4e90fbe Merge pull request #29563 from vdemeester/update-runc
runc: 1.0.0-rc3 -> 1.0.0-rc4
2017-09-19 12:59:06 +01:00
Robin Gloster 5c18c55062
dmtcp: fix buffer overflow due to too long ld-linux.so path
fixes #29565
2017-09-19 13:41:12 +02:00
Jörg Thalheim d63b59adf9 Merge pull request #29561 from dywedir/fd
fd: 3.0.0 -> 3.1.0
2017-09-19 12:28:38 +01:00
Jörg Thalheim 3170d8608d gdbm: add symlinks for compatibility
some tools check this location to distinguish between gdbm and ndbm
2017-09-19 12:27:15 +01:00
Rickard Nilsson 005a672139 Merge pull request #29501 from moaxcp/obnam
obnam: 1.21 -> 1.22
2017-09-19 13:17:39 +02:00
Vincent Demeester 19ba982b40
runc: 1.0.0-rc3 -> 1.0.0-rc4
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-09-19 11:55:01 +02:00
Eelco Dolstra 52d1f68005 Merge pull request #29554 from veprbl/patch-1
coreutils: remove conflicting _FORTIFY_SOURCE definition
2017-09-19 11:50:29 +02:00
Bas van Dijk 8d07b99b96 journalbeat: 5.5.0 -> 5.6.0 2017-09-19 11:03:38 +02:00
dywedir 72129c2cb4 fd: 3.0.0 -> 3.1.0 2017-09-19 12:02:33 +03:00
Dmitry Kalinkin 5ae7445530
coreutils: remove conflicting _FORTIFY_SOURCE definition
Originally this was introduced in 055e646b ('coreutils: Guard against compiler not supporting __builtin_stpncpy_chk') four years ago. Right now this doesn't seem to serve any purpose and it conflicts with the hardening flags:

    <command line>:2:9: warning: '_FORTIFY_SOURCE' macro redefined [-Wmacro-redefined]
    #define _FORTIFY_SOURCE 2
            ^
    <command line>:1:9: note: previous definition is here
    #define _FORTIFY_SOURCE 0
            ^
    1 warning generated.
2017-09-19 04:59:40 -04:00
Bas van Dijk ea8e7ed1e3 elk: 5.5.2 -> 5.6.1
Release notes:

* https://www.elastic.co/guide/en/elasticsearch/reference/5.6/release-notes-5.6.1.html
* https://www.elastic.co/guide/en/logstash/5.6/logstash-5-6-1.html
* https://www.elastic.co/guide/en/kibana/current/release-notes-5.6.1.html
2017-09-19 10:52:08 +02:00
Edward Tjörnhammar add7faf539
jetbrains: update.pl, make sure hashes are in base32 2017-09-19 10:26:29 +02:00
Tuomas Tynkkynen bc850cfed5 qt4: Add aarch64 patch 2017-09-19 10:59:11 +03:00
Jörg Thalheim bed076cdfb Merge pull request #29557 from teto/tshark
tshark: init at version 2.4.0
2017-09-19 08:49:56 +01:00
Jörg Thalheim 11efdaf404 Merge pull request #29522 from aneeshusa/libevent-make-openssl-dependency-optional
libevent: Make OpenSSL dependency optional
2017-09-19 08:48:34 +01:00
Rob Vermaas ef3cb5cc47
keybase: update to 1.0.30
(cherry picked from commit 06896f26489d71fee5460556eaea86fb123a8245)
2017-09-19 07:34:56 +00:00
Jörg Thalheim ad2004afd3 traefik: link against libc, set build version/codename
this way gethostbyname() works as indented
2017-09-19 08:14:57 +01:00
Matthieu Coudron bfd6d20c3e tshark: init at 2.4.0
as an alias to wireshark-cli
2017-09-19 16:03:50 +09:00
Jonathan Rudenberg 84bfe7ed78
kodiPlugins: fix path for shared object links
Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
2017-09-19 08:10:12 +02:00
Tuomas Tynkkynen 779aea8868 linuxPackages.mxu11x0: Mark broken on >= 4.13
https://hydra.nixos.org/build/61465503
2017-09-19 08:40:01 +03:00
Tuomas Tynkkynen 3e495bfd94 linuxPackages.cryptodev: Mark broken on >= 4.13
https://hydra.nixos.org/build/61470492
2017-09-19 08:37:44 +03:00
John Ericson d403ffecdd Merge master-merged PRs #29547 and #29548 into staging 2017-09-18 23:33:22 -04:00
Joachim Fasting 1ee60e98e2
tor: 0.3.0.10 -> 0.3.1.7 2017-09-19 02:36:38 +02:00
zimbatm 3920a44628 fixes missing attributes 2017-09-19 00:39:35 +01:00
John Ericson 6338c0b202 Merge pull request #29548 from obsidiansystems/cc-wrapper-cross-misc
cc-wrapper: Two trivial changes affecting cross compilation
2017-09-18 19:34:26 -04:00
John Ericson 13fc982e65 cc-wrapper: Use same dynamic loader on all Darwin, not just x86_64
In practice, this is correct because iOS is on ARM and puts the loader
there.
2017-09-18 19:25:58 -04:00
John Ericson a44bbc72e6 cc-wrapper: Remove obsolete assertion
This was just causing evaluation problems on cross.
2017-09-18 19:22:57 -04:00
John Ericson 807d8cec97 Merge pull request #29547 from obsidiansystems/cross-suffix
stdenv: Add back leading '-' in cross derivation name suffix
2017-09-18 19:17:49 -04:00
John Ericson 51179c6e88 stdenv: Add back leading '-' in cross derivation name suffix
I messed this up when I moved the logic from `makeStdenvCross` in
e826a6a247.
2017-09-18 18:59:48 -04:00
timor ccfce4b958
perl-Term-Animation: init at 2.6 2017-09-19 00:45:20 +02:00
Samuel Leathers bef916338d pydub 0.16.7 -> 0.20.0 2017-09-19 00:00:10 +02:00
rybern 1d0c8f8687 pythonPackages.pomegranate: init at 0.7.7 (#29338) 2017-09-18 23:52:25 +02:00
Samuel Leathers 6d367ba9f3 eve: 0.6.1 -> 0.7.4 2017-09-18 23:26:43 +02:00
Samuel Leathers 756cd8a6c4 pymongo: 3.0.3 -> 3.5.1 2017-09-18 23:26:43 +02:00
Ryan Mulligan 20f949376f matterbridge: fix src hash
I used the wrong source hash because of some kind of metadata problem.
See https://github.com/NixOS/nixpkgs/pull/28892#issuecomment-330344570
for details.
2017-09-18 23:24:48 +02:00
Samuel Leathers 96bd8daebc dyn: 1.5.0 -> 1.6.3 2017-09-18 23:22:44 +02:00
Robert Schütz 7f89abd820 esptool: 1.3 -> 2.1 2017-09-19 00:22:29 +03:00
Samuel Leathers 7fa2c54a60 awesome-slugify: fixes tests 2017-09-18 23:21:24 +02:00
Franz Pletz 384b64426e Merge pull request #29486 from disassembler/logilab
logilab_common: 0.63.2 -> 1.4.1
2017-09-18 23:18:52 +02:00
Franz Pletz 406c7a0731 Merge pull request #29521 from aneeshusa/ease-radicale-upgrade
Ease radicale upgrade
2017-09-18 23:13:53 +02:00
Franz Pletz 8a401881fe Merge pull request #29534 from etu/update-gocode
gocode: 20170530 -> 20170903
2017-09-18 23:10:51 +02:00
volth 9efe27ee3b haxe: 3.4.2 -> 3.4.3 2017-09-18 23:09:07 +02:00
Kranium Gikos Mendoza caa79ba50c xmlsec: enable deprecated headers required by lasso 2017-09-18 23:07:43 +02:00
Franz Pletz 38c14d7132
newsbeuter: fix CVE-2017-14500 2017-09-18 22:45:30 +02:00
Franz Pletz 0653abc07a
gd: 2.2.4 -> 2.2.5 for multiple CVEs
Fixes:
  * CVE-2017-6362
  * CVE-2017-7890
2017-09-18 22:45:30 +02:00
Daiderd Jordan 69bf06ad6c
gperftools: fix darwin build 2017-09-18 22:20:57 +02:00
Daiderd Jordan 6b7e103870
nmap: patch vendored libz for darwin 2017-09-18 22:02:58 +02:00
Franz Pletz c7ed26b6a9
geolite-legacy: 2017-05-26 -> 2017-09-17 2017-09-18 21:55:41 +02:00
Franz Pletz ad13618c9b
mirrorbits: init at 0.4 2017-09-18 21:55:41 +02:00
Franz Pletz 316858466a
mercurial: 4.3.1 -> 4.3.2 2017-09-18 21:52:07 +02:00
Franz Pletz a796d692c4
clawsMail: 3.15.0 -> 3.15.1 2017-09-18 21:52:07 +02:00
Franz Pletz 05b1e514bc
matterircd: 0.11.4 -> 0.12.0
This version is compatible with our current Mattermost.
2017-09-18 21:52:06 +02:00
Franz Pletz 94bbe7db22
bluez4: remove, unused and probably vulnerable 2017-09-18 21:19:15 +02:00
Franz Pletz dadb16a57f
bluez: 5.43 -> 5.47 for CVE-2017-1000250
Fixes #29289.
2017-09-18 21:19:15 +02:00
John Ericson cbdd77f791 Remerge pull request #29517 from master into staging 2017-09-18 14:42:51 -04:00
John Ericson e1372646aa Merge pull request #29517 from obsidiansystems/cctools-cross
darwin stdenv: cctools override needs to go away when targetPlatform changes
2017-09-18 14:41:09 -04:00
John Ericson 77bd6313bb darwin stdenv: cctools override needs to go away when targetPlatform changes 2017-09-18 14:39:38 -04:00
Aneesh Agrawal 42a8ac1b71 libevent: Make OpenSSL dependency optional 2017-09-18 09:21:54 -07:00
Elis Hirwing 0eb1fdc50a
gocode: 20170530 -> 20170903 2017-09-18 17:53:25 +02:00
Franz Pletz ede0ecdc69
potrace: 1.14 -> 1.15
Fixes CVE-2017-12067 and other security issues.

Fixes NixOS/security#107.
2017-09-18 17:24:09 +02:00
Franz Pletz 0e550fd51c
cdo: 1.7.2 -> 1.9.0 2017-09-18 17:24:08 +02:00
Franz Pletz 4850bc7080 Merge pull request #29530 from WilliButz/grafanaUpdate
grafana: 4.5.0 -> 4.5.1
2017-09-18 16:58:32 +02:00
Maximilian König 460cd80729 palemoon: 27.4.1 -> 27.4.2 2017-09-18 16:57:02 +02:00
WilliButz 8eb3e45f37
grafana: 4.5.0 -> 4.5.1 2017-09-18 16:28:26 +02:00
Franz Pletz c9d11b8a1d
apacheHttpd: fix CVE-2017-9798 (Optionsbleed)
https://blog.fuzzing-project.org/60-Optionsbleed-HTTP-OPTIONS-method-can-leak-Apaches-server-memory.html
2017-09-18 16:04:03 +02:00
Samuel Leathers 2f9cb45bd4 mpi4py: disabling tests 2017-09-18 15:11:14 +02:00
Bastian Köcher 34b1e4c3db teamspeak_client: Adds missing dependency 2017-09-18 15:04:37 +02:00
Hamish Hutchings 0cc4cb96bb Change to using source files to build traefik 2017-09-18 13:37:36 +01:00
Jörg Thalheim a40533f70a Merge pull request #29516 from adisbladis/redis401
redis: 3.2.9 -> 4.0.1
2017-09-18 13:24:20 +01:00
Mathias Schreck 9d2a2dc43e nodejs: 8.4.0 -> 8.5.0 2017-09-18 13:51:27 +02:00
Mathias Schreck f4b207438d libuv: 1.13.1 -> 1.14.1 2017-09-18 13:50:56 +02:00
Peter Hoeg 971eb19dbc ifstat-legacy: init at 1.1 2017-09-18 18:25:54 +08:00
Russell O'Connor 08824d7ae0 bitcoin: 0.14.0 -> 0.15.0 2017-09-18 12:02:38 +02:00
Samuel Leathers 3a33ed7c46 trollius: fix tests 2017-09-18 12:00:46 +02:00
Samuel Leathers 28a9f74769 discogs_client: 2.0.2 -> 2.2.0 2017-09-18 11:59:21 +02:00
Aneesh Agrawal 49fc06ed0a audit: Remove openldap dependency
The openldap dependency is only used for the audisp z/OS plugin.
This is not useful on Linux, so always disable this.
2017-09-18 02:49:01 -07:00
Aneesh Agrawal 61de150aa8 radicale: 2.1.2 -> 2.1.6
Radicale 2.1.5 is the first to support the `--verify-storage` option.
2017-09-18 00:29:01 -07:00
Samuel Leathers 700b0945b1 marionette-harness: disable for python 3 2017-09-18 07:35:18 +02:00
Samuel Leathers cbea57b9c7 marionette-driver: disable for python 3 2017-09-18 07:35:18 +02:00
Samuel Leathers d355b55e82 interruptingcow: 0.6 -> 0.7 2017-09-18 07:32:57 +02:00
Robert Schütz 107b181523 abcm2ps: init at 8.13.15 2017-09-18 07:26:34 +02:00
adisbladis ed2f7f509e
redis: 3.2.9 -> 4.0.1 2017-09-18 11:26:16 +08:00
AndersonTorres 3dc65ee2e8 tcllib: 1.15 -> 1.18 2017-09-18 04:05:50 +02:00
Franz Pletz dd383785f1 Merge pull request #29500 from bkchr/teamspeak_3_1_6
teamspeak_client: 3.1.4 -> 3.1.6
2017-09-18 03:49:55 +02:00
Yurii Rashkovskii 824b30a715 awesome: specify version
By default, awesome will use "devel" as a version name
(or `git describe`). This has led to awesome always
showing "devel" for its version.

Some extensions depend on version information to figure
out what features they can use.

This change overrides the version for the build from the
derivations' `version` attribute.
2017-09-17 16:02:17 -07:00
Michael Weiss 018a5ae2f4 fetchRepoProject: Fetch into $out and make it deterministic
Fetch into $out and remove all version control files to make it
deterministic (.repo and all .git subdirectories - e.g. the .git/index
files change every time).

Additionally I've changed the default of "useArchive" to false because
fetching with "--archive" will fail for some projects (e.g.
"platform/external/iosched" from the AOSP).

Now, this function should hopefully work for every tag of the AOSP.
2017-09-17 23:16:33 +02:00
Franz Pletz 7db2916648 Merge pull request #29463 from womfoo/fix-build/freeswitch
freeswitch: fix build
2017-09-17 21:29:58 +02:00
Vladimír Čunát c88fa59559
perl-XML-LibXML: update and avoid failing tests
The test failures were caused by #29431: libxml-2.9.4 -> 2.9.5
2017-09-17 20:25:20 +02:00
Daiderd Jordan 036036a456 Merge pull request #29254 from knedlsepp/fix-valgrind
valgrind: Fix darwin build
2017-09-17 20:09:56 +02:00
Daiderd Jordan a5168fe457
gcc: add gccStdenv for darwin 2017-09-17 20:03:34 +02:00
Franz Pletz 64d8f4f972 Merge pull request #29493 from bachp/arangodb-3.2.3
arangodb: 3.2.2 -> 3.2.3
2017-09-17 18:53:22 +02:00
Franz Pletz 672ff7112e Merge pull request #29498 from yesbox/netdata_1.7.0
netdata: 1.5.0 -> 1.7.0
2017-09-17 18:47:36 +02:00
k0ral 579a190cfd youtube-dl: 2017.08.27 -> 2017.09.15 2017-09-17 18:44:04 +02:00
Bastian Köcher afa8c106fb teamspeak_client: 3.1.4 -> 3.1.6 2017-09-17 17:58:22 +02:00
John Mercier 90e572f40a obnam: 1.21 -> 1.22 2017-09-17 11:52:48 -04:00
Michael Raskin ea1d5e9c7a libreoffice-still: 5.2.6.2 -> 5.3.6.1 2017-09-17 17:09:51 +02:00
Michael Raskin 66351498d6 julia_06: init at 0.6.0; make the default julia 2017-09-17 17:09:51 +02:00
Joachim F aa818c5dbd Merge pull request #29467 from mguentner/wi.fi-urls
hostapd/wpa_supplicant: update urls
2017-09-17 14:59:05 +00:00
Jan Malakhovski 8525b78d05
linuxPackages: properly propagate features and extraConfig
`kernel.override { features = ... }` didn't work before, now it works as
expected.
2017-09-17 16:33:47 +02:00
Daiderd Jordan 64bf283104
opensc: add darwin frameworks 2017-09-17 16:25:27 +02:00
Frederik Rietdijk 8a09e51dc2 niff: init at 0.1 2017-09-17 15:37:35 +02:00
yesbox 6b3d9144b0 netdata: 1.5.0 -> 1.7.0 2017-09-17 15:22:24 +02:00
Tim Steinbach c8f43edaf5
linux: 4.13-rc7 -> 4.14-rc1 2017-09-17 09:11:04 -04:00
Tim Steinbach 605dba0ac9
vscode: 1.16.0 -> 1.16.1 2017-09-17 09:02:26 -04:00
Maximilian Güntner daf07c9d62
hostapd/wpa_supplicant: update urls 2017-09-17 13:46:11 +02:00
Vaibhav Sagar 70eb31c853 nginx-modules: remove unused fetchpatch 2017-09-17 19:25:50 +08:00
Pascal Bach 6af8b104fd arangodb: 3.2.2 -> 3.2.3 2017-09-17 13:09:07 +02:00
Bjørn Forsman 983d01421e fpart: init at 0.9.3 2017-09-17 13:04:09 +02:00
Joachim F 707b281432 Merge pull request #29332 from romildo/fix.gnome-shell-extensions
gnome-shell-extensions: enable all extensions
2017-09-17 11:00:46 +00:00
Joachim F 3d3e224ac9 Merge pull request #29350 from phunehehe/rabbitmq-3.6.10
rabbitmq_server: 3.6.6 -> 3.6.10
2017-09-17 11:00:01 +00:00
Joachim F 6437b1c00e Merge pull request #29393 from rnhmjoj/nginx-lua
lua-nginx-module: 0.10.5 -> 0.10.10
2017-09-17 09:49:59 +00:00
Frederik Rietdijk 96d15eaddb python27: support test/support
In the maintenance release bump in
90059701a8 a certain change to /test/ was
backported from Python 3:

- bpo-30207: To simplify backports from Python 3, the test.test_support
  module was converted into a package and renamed to test.support.  The
  test.script_helper module was moved into the test.support package.
  Names test.test_support and test.script_helper are left as aliases to
  test.support and test.support.script_helper.
2017-09-17 11:09:26 +02:00
Frederik Rietdijk bebdd7ac61 python.pkgs.subprocess32: 3.2.6 -> 3.2.7 2017-09-17 11:09:26 +02:00
Vladimír Čunát 4ca45f229b
set-source-date-epoch-to-latest.sh: shut up a warning
> bash: warning: command substitution: ignored null byte in input
/cc #28227.  Also break the overlong line.
2017-09-17 10:35:44 +02:00
Vladimír Čunát 96647a6985
Merge #29311: texinfo: 6.3 -> 6.5 2017-09-17 10:35:43 +02:00
Vladimír Čunát f6763a4561
Merge #29431: libxml2: 2.9.4 -> 2.9.5 2017-09-17 10:35:39 +02:00
Bjørn Forsman a2a9b53e77 cdrkit: fix 'dirsplit' tool by depending on perl
Or else dirsplit uses "/usr/bin/perl" shebang.
2017-09-17 10:06:53 +02:00
Michael Raskin 08b1bc9fcb libreoffice-fresh: 5.3.1.2 -> 5.4.1.2; fixes #29379 2017-09-17 09:58:35 +02:00
Michael Raskin 02f439d062 cppunit: 1.14.0 2017-09-17 09:58:34 +02:00
Michael Raskin 44db65d61c xmlsec: 1.2.23 -> 1.2.25; enable nss (for LO) 2017-09-17 09:58:34 +02:00
Frederik Rietdijk 90059701a8 python27: 2.7.13 -> 2.7.14
The enosys patch is not needed anymore since the patch is included in
this maintenance release.
2017-09-17 09:57:55 +02:00
Joachim Fasting 40d6414863 lttng-uts: 2.9.1 -> 2.10.0 2017-09-17 09:44:04 +02:00
Joachim Fasting 969db57853 lttng-tools: 2.9.5 -> 2.10.1 2017-09-17 09:44:04 +02:00
Joachim Fasting 7d69e5a18f linuxPackages.lttng-modules: broken on kernels >4.11 2017-09-17 09:44:04 +02:00
Joachim Fasting 9e395545e8 linuxPackages.lttng-modules: 2.9.3 -> 2.10.0 2017-09-17 09:44:04 +02:00
Bjørn Forsman f557aa49fb Fix eval
$ nix-env -f . -qa '*' --meta --xml --drv-path --show-trace
error: while querying the derivation named ‘python2.7-rpkg-1.50’:
attribute ‘gpl2plus’ missing, at .../pkgs/development/python-modules/rpkg/default.nix:24:15

Introduced by commit c29a721350
("rpkg: 1.14 -> 1.50").
2017-09-17 09:41:28 +02:00
Frederik Rietdijk 4db4476536 Merge pull request #29465 from FRidh/aspell
aspellWithDicts: use a single env
2017-09-17 09:29:47 +02:00
Frederik Rietdijk f58e082e01 Merge pull request #29455 from disassembler/fedora
Fedora packaging tools update
2017-09-17 09:26:54 +02:00
Antoine Eiche 01174c5f4d dockerTools.pullImage: use skopeo to pull the image
Before this patch, a VM was used to spawn docker that pulled the
VM. Now, the tool Skopeo does this job well so we can simplify our
dockerTools since we doesn't need Docker anymore:)

This also fixe the regression described in
https://github.com/NixOS/nixpkgs/issues/29271 : cntlm proxy doesn't
work in 17.09 while it worked in 17.03.

Note Skopeo doesn't produce the same output than docker pull so, we
have to update sha.
2017-09-17 08:26:02 +01:00
Frederik Rietdijk 43b6116d7f Merge pull request #29484 from disassembler/internetarchive
internetarchive: 0.8.3 -> 1.7.2
2017-09-17 09:25:47 +02:00
Frederik Rietdijk 469e16358b Merge pull request #29487 from disassembler/pies
python pies: remove packages
2017-09-17 09:02:36 +02:00
Paul Hendry f814c3d090 ktorrent: Add missing meta.license 2017-09-16 20:26:54 -07:00
Paul Hendry c4c187ed72 skanlite: init at 2.0.1 2017-09-16 20:26:54 -07:00
Paul Hendry b6a72d0994 libksane: init at 17.08.0 2017-09-16 20:26:54 -07:00
Samuel Leathers 0f0aeed803 python pies: remove packages 2017-09-16 21:36:12 -04:00
Matt McHenry 987867474c client-ip-echo: init at 0.1.0.1 2017-09-16 21:16:53 -04:00
Matt McHenry a80ef5b88a djbdns: init at 1.05 2017-09-16 21:14:36 -04:00
Samuel Leathers dce4276d5e logilab_common: 0.63.2 -> 1.4.1 2017-09-16 21:14:11 -04:00
Samuel Leathers 4db4f70be6 logilab-constraint: move to python-modules 2017-09-16 21:13:48 -04:00
Samuel Leathers 80625b6012 internetarchive: 0.8.3 -> 1.7.2 2017-09-16 19:24:29 -04:00
Samuel Leathers d8848c0202 backports.csv: init at 1.0.5 2017-09-16 19:23:05 -04:00
Thomas Mader 59cdc2564c ldc: Disable check phase because some tests are not working if build has
sandboxing enabled
2017-09-17 00:16:58 +02:00
Thomas Mader 4535008a4c dmd: Disable check phase because some tests are not working if build has
sandboxing enabled
2017-09-17 00:15:31 +02:00
Samuel Leathers c8f55331df schema: init at 0.6.6 2017-09-16 17:25:21 -04:00
Vladimír Čunát 222e18698a
gtkmm3: maintenance 3.22.0 -> 3.22.2 2017-09-16 23:05:55 +02:00
Neil Mayhew 4d7dd8169c spideroak: fix crash due to zlib version mismatch
Fixes #23960
2017-09-16 14:56:31 -06:00
Eelco Dolstra afc0218ecd blender: Fix CUDA support
CUDA toolkit 8 doesn't support gcc 6, so we have to build opensubdiv
and blender with gcc 5.
2017-09-16 22:45:22 +02:00
Eelco Dolstra bb1c9b027d cudatoolkit: Move libcudart to a separate output
This prevents opensubdiv (and thus blender) from having all of
cudatoolkit in its closure.
2017-09-16 22:45:14 +02:00
Eelco Dolstra 63f3b35204 opencollada: 1.3 -> 1.6.59 2017-09-16 22:44:39 +02:00
Eelco Dolstra 9f740f1f7c openimage: 1.7.12 -> 1.7.17 2017-09-16 22:44:35 +02:00
Georges Dubus 94400c0cd2 nox: 0.0.5 -> 0.0.6 2017-09-16 21:29:40 +01:00
Michael Weiss 337380ea1d gitRepo: Fix an error due to missing TLS certificates
This was a problem when run inside a sandbox, e.g. via
"fetchRepoProject". The error message from repo seems unrelated:

fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
fatal: error no host given

But the exception is actually thrown due to missing certificates
(/etc/ssl/certs). It should be possible to provide another location via
environment variables (e.g. SSL_CERT_FILE, REQUESTS_CA_BUNDLE or
CURL_CA_BUNDLE) but apparently that doesn't actually work for some
reason (would have to study our Python packaging).

Now "fetchRepoProject" works without the "--no-clone-bundle" option.
2017-09-16 22:13:56 +02:00
aszlig 8180085733
krita: 3.1.4 -> 3.2.1
New features since version 3.2.0:

  * G'MIC Plugin
  * Touch Painting
  * Smart Patch Tool
  * New Brush Presets

The full release notes can be found at:

https://krita.org/en/release-notes-for-krita-3-2/

Version 3.2.1 contains these fixes:

  * Crash on startup if only OpenGL 2.1 is found: if you had to disable
    opengl for 3.2.0, you can try to enable it again
  * A crash when changing layer types in the gmic-qt plugin
  * A bug where gmic-qt could crash on odd-sized images
  * A regression where using the text tool would break the brush tool
  * The option to use the native platform's file dialogs was restored
  * A bug where selecting the line tool would disable the flow slider
  * Some issues with the LUT docker were fixed

Upstream release notes for 3.2.1:

https://krita.org/en/item/krita-3-2-1-released/

I've dropped the patch, because it was already from the upstream
development version and thus is also included in this release.

Built and tested using a few images and just playing around with a few
new features.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @abbradar, @Mic92, @kragniz
2017-09-16 19:34:28 +02:00
Michael Weiss 62b9d78b18 fetchRepoProject: Fix the GnuPG verification
The verification was failing with the following error:
gpg: keyblock resource '/tmp/nix-build-XYZ.drv-0/.repo/repo/./.repoconfig/gnupg/pubring.kbx': No such file or directory

Using an absolute path for $HOME fixes this.

And since 175ecbab91 the dependencies on
"git" and "gnupg" aren't required anymore as "gitRepo" already covers
them.
2017-09-16 17:57:14 +02:00
Michael Weiss 50ce8abccf fetchRepoProject: Refactor the code
Should hopefully make it a bit more readable and less redundant.
2017-09-16 17:25:25 +02:00
Jan Malakhovski 701db44ab9 palemoon: just use the default gcc 2017-09-16 18:18:26 +03:00
Matt Smith 21e135c8bd monero: 0.10.3.1 -> 0.11.0.0 2017-09-16 09:45:03 -05:00
Daiderd Jordan 35649750c3
python-cffi: fix test failures when using clang 2017-09-16 16:32:40 +02:00
Jaka Hudoklin 4dc3551397 Merge pull request #29315 from xtruder/pkgs/telepresence/init
pkgs/telepresence: init at 0.65
2017-09-16 15:51:15 +02:00
Vladimír Čunát d5724ef2dd
vivaldi-ffmpeg-codecs: fix evaluation (forgotten file) 2017-09-16 15:27:33 +02:00
Jörg Thalheim 9313bd7388 Merge pull request #29435 from disassembler/arelle
arelle: 2017-06-01 -> 2017-08-24
2017-09-16 14:04:21 +01:00
Samuel Leathers d15c019edd arelle: 2017-06-01 -> 2017-08-24 2017-09-16 09:01:48 -04:00
Tim Steinbach 08229bba30
linux-copperhead: 4.13.1.b -> 4.13.2.a 2017-09-16 08:57:45 -04:00
Jörg Thalheim 27e87d8bc8 gns3: 2.0.3 -> 2.1.0rc1 2017-09-16 13:56:00 +01:00
Samuel Leathers eb125adf24 aiohttp-cors: 0.5.1 -> 0.5.3 2017-09-16 13:56:00 +01:00
Joachim F c0616a3234 Merge pull request #28892 from ryantm/matterbridge2
matterbridge, modules/matterbridge: init at 1.1.0
2017-09-16 12:43:35 +00:00
Vladimír Čunát 9a55f74e43
vivaldi-ffmpeg-codecs: fix evaluation
The patch was removed during chromium update.
It won't build, but the error seems the same as before chromium update...
2017-09-16 14:30:58 +02:00
Thomas Mader 8fa1b39279 dmd: Fix bootstrap dmd to build with sandboxing of nixUnstable 2017-09-16 14:27:49 +02:00
Jörg Thalheim a5ed2f141c Merge pull request #29456 from disassembler/hglib
hglib: 1.7 -> 2.4
2017-09-16 13:27:02 +01:00
Tuomas Tynkkynen 9a6aa33422 kernel: Disable DEBUG_INFO
Since we don't have a split debug info output yet, don't waste time
writing several gigabytes of debug info that's all going to be stripped
out at the end.

This change only affects Aarch64 (where some joker has enabled it in the
architecture defconfig) and is a no-op on the others.
2017-09-16 15:09:10 +03:00
Jörg Thalheim 97b66c8f5f Merge pull request #29447 from disassembler/hcs_utils
hcs_utils: 1.5 -> 2.0
2017-09-16 13:07:23 +01:00
Jörg Thalheim 46c30b2232 python.pkgs.hcs_utils: fix tests; disable python2 2017-09-16 13:06:12 +01:00
Jörg Thalheim 7ef737d9b1 Merge pull request #29459 from adisbladis/caddy-0_10_9
caddy: 0.10.7 -> 0.10.9
2017-09-16 12:46:34 +01:00
Samuel Leathers 7ffea453b8 jscoverage: fix build with gcc6 (#29423) 2017-09-16 13:20:38 +02:00
Thomas Mader d2fdc9cb1f dmd: Add darwin/Foundation dependency to fix build on Darwin 2017-09-16 13:16:47 +02:00
Jan Malakhovski 62fa45eac5
linuxPackages: hardened-config: enable DEBUG_PI_LIST 2017-09-16 13:14:05 +02:00
Jan Malakhovski c345761c13
linuxPackages: hardened-config: check kernelArch, not system 2017-09-16 13:14:04 +02:00
Jan Malakhovski 616a7fe237
linuxPackages: hardened-config: disable BUG_ON_DATA_CORRUPTION for older kernels
They don't support it.
2017-09-16 13:14:03 +02:00
Michael Weiss b37de8b67b android-studio-preview: 3.0.0.13 -> 3.0.0.14 2017-09-16 13:12:24 +02:00
Frederik Rietdijk 91f7042aa0 aspellWithDicts: use a single env
In c0cf19608f the function
`aspellWithDicts` was introduced, that allows to build a derivation
consisting of aspell and specified dictionaries. In
96457d26dd a fix was included to properly
find the dictionaries.

Issue #29429 describes that, while the current method works for the
aspell binary, it does not in case of the API.

This commit rewrites the wrapper into a single derivation, create a
single tree of symbolic references to both the binary and the
dictionaries so that its possible to find the dictionaries with the API.
Furthermore, the binary is wrapped so it can still find the dictionaries
as well.
2017-09-16 13:06:26 +02:00
Frederik Rietdijk 03fa6965ad Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-16 12:34:32 +02:00
Frederik Rietdijk 6712e0111a Merge pull request #29422 from disassembler/gensim
moto: 0.4.25 -> 0.4.31
2017-09-16 12:32:48 +02:00
Frederik Rietdijk bb57df26dd python.pkgs.PyXAPI: remove old package
url of source and homepage is dead as well.
2017-09-16 12:22:15 +02:00
Frederik Rietdijk 4f8ad9f7eb python.pkgs.spacy_models: fix eval 2017-09-16 12:21:20 +02:00
Joachim F 2d3886262e Merge pull request #29439 from oxij/pkgs/notmuch-gmime-3
gmime3: init; notmuch: use gmime3
2017-09-16 10:15:55 +00:00
Kranium Gikos Mendoza 50edaffb0c freeswitch: fix build 2017-09-16 20:08:08 +10:00
Frederik Rietdijk f351ee7e9b Merge pull request #29461 from FRidh/pitz
python.pkgs.{pitz, clepy}: remove old packages
2017-09-16 11:46:11 +02:00
Frederik Rietdijk fd3ddfb95b python.pkgs.{pitz, clepy}: remove old packages
These were added in 2013 by @bjornfor but haven't been touched since.
They seem to be unmaintained, both in Nixpkgs and by upstream.
2017-09-16 11:41:27 +02:00
Ruben Maher 6c9a1b7aa3 network-manager-applet: 1.4.6 -> 1.8.2
Make `network-manager-applet` version match `network-manager` version.

Ref: https://github.com/NixOS/nixpkgs/pull/29375#issuecomment-329923662
2017-09-16 11:32:22 +02:00
Frederik Rietdijk e8f873671f Merge pull request #29334 from rvl/python-textacy
pythonPackages.textacy: init at 0.4.1
2017-09-16 11:29:44 +02:00