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
Jan Malakhovski
ae86fddd95
notmuch: switch to gmime3, make all tests pass with gmime3
2017-09-16 09:20:05 +00:00
Jan Malakhovski
04e97f9868
gmime: expose versions
2017-09-16 09:20:05 +00:00
Servilio Afre Puentes
9785fc73a0
gmime: init at 3.0.1, leave 2.6.23 as is
...
This needs to be added as a separate package because API changed in 3.0, see:
https://mail.gnome.org/archives/gmime-devel-list/2017-April/msg00002.html
https://developer.gnome.org/gmime/3.0/gmime-changes-3-0.html
3fd646c955/PORTING
2017-09-16 09:20:05 +00:00
Vladimír Čunát
b82b23b25b
Merge #29335 : chromium: 60.0.3112.90 -> 61.0.3163.79 [security]
2017-09-16 11:06:52 +02:00
adisbladis
9ede0dea45
caddy: 0.10.7 -> 0.10.9
2017-09-16 16:54:47 +08:00
Rodney Lorrimar
fdb90edc6c
pythonPackages.pyphen: init at 0.9.4
2017-09-16 09:23:17 +01:00
Rodney Lorrimar
c5d1218336
pythonPackages.ijson: init at 2.3
2017-09-16 09:23:17 +01:00
Rodney Lorrimar
d851b95d63
pythonPackages.clld-cffi: init at 0.1.4
2017-09-16 09:23:17 +01:00
Rodney Lorrimar
fad89eda77
pythonPackages.spacy: add models data attr set
...
Model Version
es_core_web_md 1.0.0
fr_depvec_web_lg 1.0.0
en_core_web_md 1.2.1
en_depent_web_md 1.2.1
en_core_web_sm 1.2.0
de_core_news_md 1.0.0
en_vectors_glove_md 1.0.0
2017-09-16 09:23:17 +01:00
Rodney Lorrimar
3b1877f4c0
pythonPackages.textacy: init at 0.4.1
2017-09-16 09:23:16 +01:00
Rodney Lorrimar
18161a5b6f
pythonPackages.pyemd: init at 0.4.4
...
This module is a requirement of textacy.
2017-09-16 09:23:16 +01:00
Rodney Lorrimar
31037bab49
pythonPackages.cachetools: Add version 2.0.1
...
Textacy requires a later version.
v2.0.0 introduced breaking changes, so keep two versions for other
packages.
2017-09-16 09:23:15 +01:00
Rodney Lorrimar
151d0fde19
pythonPackages.unidecode: 0.04.18 -> 0.04.21
...
Higher version is a requirement of textacy.
2017-09-16 09:23:15 +01:00
Cray Elliott
8080285966
zandronum: fix soundfont support, minor cleanup
...
also add myself to maintainers
2017-09-15 23:08:47 -07:00
Samuel Leathers
c256a685e8
hglib: 1.7 -> 2.4
2017-09-16 00:46:27 -04:00
Samuel Leathers
c29a721350
rpkg: 1.14 -> 1.50
2017-09-16 00:11:06 -04:00
Samuel Leathers
e544c36dbe
fedpkg: 1.14 -> 1.29
2017-09-16 00:11:06 -04:00
Samuel Leathers
1b9fd36581
fedora_cert: remove package
2017-09-16 00:11:06 -04:00
Samuel Leathers
3693aa6141
python_fedora: 0.5.5 -> 0.9.0
2017-09-16 00:11:06 -04:00
Samuel Leathers
5f6a20f291
urlgrabber: 3.9.1 -> 3.10.2
2017-09-16 00:11:06 -04:00
Samuel Leathers
e1182f070f
koji: 1.8 -> 1.13.0
2017-09-16 00:11:05 -04:00
Samuel Leathers
673e8caab2
rpmfluff: init at 0.5.3
2017-09-16 00:11:05 -04:00
Samuel Leathers
06e2b99546
cccolutils: init at 1.5
2017-09-16 00:11:05 -04:00
Samuel Leathers
dfa4a56d6c
openidc-client: init at 0.2.0
2017-09-15 22:43:11 -04:00
Peter Hoeg
569867b3e8
dropbox: 34.4.20 -> 34.4.22
2017-09-16 10:35:19 +08:00
Nikolay Amiantov
eb2f321e11
python.pkgs.mxnet: init at 0.11.0
2017-09-16 04:40:55 +03:00
Nikolay Amiantov
c71d8a1aeb
mxnet: init at 0.11.0
2017-09-16 04:40:55 +03:00
Samuel Leathers
755e6eb22e
hcs_utils: 1.5 -> 2.0
2017-09-15 21:03:51 -04:00
Samuel Leathers
f8f62d5216
nilearn: 0.2.5 -> 0.3.1
...
fixes #29178
2017-09-16 00:25:11 +01:00
Joachim Fasting
dd170cd5df
hardened-config: build with fortify source
2017-09-16 00:31:25 +02:00
Joachim Fasting
9a763f8f59
hardened-config: enable the randstruct plugin
2017-09-16 00:31:23 +02:00
Joachim Fasting
edd0d2f2e9
hardened-config: additional refcount checking
2017-09-16 00:31:17 +02:00
Tuomas Tynkkynen
a0a8f0ac87
python2: Use system libffi on Aarch64
...
libffi needs a patch to actually work on aarch64 (or the cffi Python package
fails its testsuite). Of course the bundled version of libffi has the
same bug, so don't use the buggy version on aarch64.
Python3 already uses the system libffi on all platforms. I don't know
why Python2 doesn't.
2017-09-16 01:16:08 +03:00
Tuomas Tynkkynen
65445212df
libffi: Add aarch64 patch
...
This fixes pythonPackages.cffi test suite failure.
2017-09-15 23:55:50 +03:00
Franz Pletz
b19fa00e3e
Revert "mcrl2: force use of gcc5 to prevent compilation errors"
...
This reverts commit 5e5e57b57b
.
Already fixed with edd94f5fcd
.
2017-09-15 21:51:35 +02:00
Herwig Hochleitner
6141d8e6fd
chromium: shorten mkdir -p
2017-09-15 21:33:37 +02:00
Peter Simons
76519f9299
ghc-7.2.2: record the commit that broke it
...
git-bisect says the problem is 51cf42ad0d
.
2017-09-15 20:52:24 +02:00
Peter Simons
d2f206c061
Merge pull request #29328 from therealpxc/tldr-hs
...
haskellPackages.tldr: fix build, add as a top-level package
2017-09-15 20:51:22 +02:00
Cray Elliott
990ea8789d
zandronum: 2.1.2 -> 3.0
...
remove sqlite-amalgamation and put it internal to the zandronum folder,
as it is only used by zandronum. Patches needed to avoid build impurities
and to get the correct protocol version to connect to public servers.
remove zandronum_bin as it is no longer needed
2017-09-15 11:26:11 -07:00
Cray Elliott
ae624c89c1
doomseeker: 1.0 -> 1.1
2017-09-15 11:26:11 -07:00
Orivej Desh
604ca93182
libxml2: 2.9.4 -> 2.9.5
2017-09-15 17:28:31 +00:00
Daiderd Jordan
8554eafb78
nntp-proxy: fix clang build
2017-09-15 19:10:54 +02:00
John Ericson
a31365d831
Revert "Merge commit on master into staging"
...
This was reverted on master in
3510197dcc
, and so needs to be reverted
here too.
This reverts commit 3befba542a
, reversing
changes made to 3655e7e18b
.
2017-09-15 13:01:12 -04:00
Joachim F
0504dd6fb0
Merge pull request #29141 from danielfullmer/k2pdfopt
...
k2pdfopt: 2.32 -> 2.42
2017-09-15 16:57:44 +00:00
Patrick Callahan
8119e48c2d
haskellPackages.tldr: fix build and add to top-level packages
2017-09-15 09:51:37 -07:00
Patrick Callahan
12aa8b2f2b
shell-conduit: disable tests on Darwin to fix build
2017-09-15 09:51:36 -07:00
Joachim Fasting
42f2439228
pharo-launcher: fix build
...
As noted by @dtzWill at https://github.com/NixOS/nixpkgs/pull/26924/files#r126686231
2017-09-15 18:47:39 +02:00
Peter Simons
3510197dcc
Revert "haskell infra, ghc: Slight cleanup"
2017-09-15 18:45:15 +02:00
John Ericson
fd988f8481
Merge another master commit into staging
...
Again, this is for sake of chained PRs having readable diffs
2017-09-15 12:38:26 -04:00
Joachim F
666f60bdb0
Merge pull request #29394 from acowley/emacsMacport-25.3
...
emacsMacport: emacs-25.2 => 25.3, macport-6.3 => 6.7
2017-09-15 16:37:35 +00:00
John Ericson
3befba542a
Merge commit on master into staging
...
Doing this surgically so a future PR has a readable diff.
2017-09-15 12:13:09 -04:00
John Ericson
2295533f43
Merge pull request #29424 from obsidiansystems/slight-haskell-cleanup
...
haskell infra, ghc: Slight cleanup
2017-09-15 12:12:47 -04:00
Samuel Leathers
a4633ca5a3
cram: fix ignored tests causing failures
2017-09-15 18:05:36 +02:00
Jörg Thalheim
1ecf3e862f
zfsUnstable: init at 2017-09-12
2017-09-15 17:59:37 +02:00
lassulus
f4dfa30d24
tinc_pre: 1.1pre14 -> 1.1pre15
...
Remove an obsolete patch
Add lassulus to maintainers
Supply the build with the correct version number and changelog
2017-09-15 17:54:20 +02:00
Franz Pletz
6f15e1d3c9
Merge pull request #29406 from WilliButz/grafanaUpdate
...
grafana: 4.4.3 -> 4.5.0
2017-09-15 17:51:53 +02:00
Herwig Hochleitner
7b866fdff9
chromium: create libexec output dir in installphase
2017-09-15 17:50:18 +02:00
Franz Pletz
3a4add5de1
Merge pull request #29322 from mguentner/move_emscripten_from_top_level
...
emscriptenfastcomp: move wrap magic to own file, use newScope
2017-09-15 17:46:25 +02:00
John Ericson
c13cf47e79
linux-headers 4.4: Remove arch fallback code
...
@dezgeg was right: The `platform` field of a linux platorm is already
manadatory---if not specified it is inferred, and all such inferences
include a `kernelArch` field. Therefore linux packages can indeed rely
on it being defined.
2017-09-15 18:41:03 +03:00
John Ericson
baaed4c801
linux-headers: Remove dead old version
...
This sat around unused for who knows how long
2017-09-15 18:41:03 +03:00
John Ericson
e92cda161a
haskell infra: Fix cross as much as possible without changing hashes
2017-09-15 11:37:39 -04:00
John Ericson
63bf7d002c
ghc: Clean up, and add passthru.prefix
, in preparation for cross
...
No hashes should be changed.
2017-09-15 11:37:39 -04:00
Eelco Dolstra
6dad1f70ce
nix: 1.11.14 -> 1.11.15
2017-09-15 16:38:33 +02:00
Joachim Fasting
3f7ac92175
tinycc: 0.9.27pre-20170821 -> 0.9.27pre-20170911
...
Contains various fixes.
2017-09-15 16:05:00 +02:00
Samuel Leathers
49fac1f824
moto: 0.4.25 -> 0.4.31
2017-09-15 09:15:54 -04:00
Josef Kemetmueller
c71fd76822
valgrind: Fix darwin build
...
The bzero-patch was merged upstream in
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16103, so it does no
longer apply.
Additionally - to make the build succeed on darwin systems more recent
than our nixpkgs.darwin.xnu kernel version - we need to teach the build
the version of the xnu headers we provide, instead of letting the build
figure out the actual system version using `uname -r`.
2017-09-15 14:55:38 +02:00
Michael Fellinger
2edb7e9b2d
ruby: 2.4.1 -> 2.4.2 ( #29417 )
2017-09-15 13:06:51 +01:00
Peter Simons
33b09c0f0e
ghc-7.2.2 is broken
2017-09-15 13:55:23 +02:00
Frederik Rietdijk
56f8b3626f
Merge pull request #29353 from disassembler/pgpdump
...
pgpdump: disable tests
2017-09-15 12:34:23 +02:00
Frederik Rietdijk
beaada6c2d
Merge pull request #29407 from disassembler/cxfreeze
...
cx_Freeze: 4.3.4 -> 5.3.2
2017-09-15 12:31:13 +02:00
Samuel Leathers
140136ad95
mdp: disable tests
2017-09-15 12:29:16 +02:00
Frederik Rietdijk
47e1751fd0
Merge pull request #29388 from disassembler/arelle
...
arelle: add py3to2 as a buildInput
2017-09-15 12:26:01 +02:00
Frederik Rietdijk
f5ea99f195
Merge pull request #29405 from disassembler/jedi
...
jedi: disable tests
2017-09-15 12:16:11 +02:00
Frederik Rietdijk
fdbe81bab0
Merge pull request #29357 from FRidh/ld_library_path
...
Python 3.4 and 3.5: support LD_LIBRARY_PATH
2017-09-15 12:12:06 +02:00
Jörg Thalheim
3b5245f0c4
dmd: remove broken flag
2017-09-15 04:35:30 -05:00
Jörg Thalheim
419869269d
Merge pull request #28635 from ThomasMader/ldc
...
Init ldc at 1.3.0, fix bootstrap dmd build, fix dtools test, run dmd-testsuite in checkPhase and fix Foundation framework
2017-09-15 10:32:10 +01:00
Eelco Dolstra
b86fd340f0
nixUnstable: 1.12pre5511_c94f3d55 -> 1.12pre5619_346aeee1
2017-09-15 11:27:32 +02:00
Robert Schütz
608045aed5
abcMIDI: init at 2017.06.10
2017-09-15 11:25:43 +02:00
Samuel Leathers
95f88c458b
PyWebDAV: Fix src url
2017-09-15 10:31:56 +02:00
Muhammad Herdiansyah
25944370e1
neofetch: 3.2.0 -> 3.3.0
2017-09-15 10:17:12 +02:00
Lancelot SIX
259d61b34a
xorriso: 1.4.6 -> 1.4.8
...
See http://lists.gnu.org/archive/html/info-gnu/2017-09/msg00009.html
for release information
2017-09-15 10:09:20 +02:00
Nadrieril
d0090c0941
bitlbee-facebook: 1.1.1 -> 1.1.2
2017-09-15 10:06:48 +02:00
adisbladis
090947b285
go-ethereum: 1.6.7 -> 1.7.0
2017-09-15 09:57:02 +02:00
romildo
17c3599ee3
clearlooks-phenix: 5.0.7 -> 7.0.1
2017-09-15 09:54:50 +02:00
romildo
32f7c567cd
numix-gtk-theme: 2017-02-15 -> 2017-07-26
2017-09-15 09:28:49 +02:00
romildo
6319210b8a
zuki-themes: 3.24.2017-06-26 -> 3.24-2
...
- Update to version 3.24-2, released on 2017 Aug 3
- Remove versions for GNOME 3.22 and 3.20. The version for 3.24 should
work with them as well.
2017-09-15 09:27:02 +02:00
Herwig Hochleitner
209b9e88df
chromium: remove swiftshader install dir
2017-09-15 08:59:14 +02:00
Bastian Köcher
adec41e573
network-manager: 1.6.2 -> 1.8.2
2017-09-15 08:49:38 +02:00
Gabriel Ebner
aad00e35db
lean: 3.2.0 -> 3.3.0
2017-09-15 08:48:02 +02:00
Samuel Leathers
651540268e
altair: disable tests
2017-09-14 21:22:44 -04:00
Samuel Leathers
e355e9cf03
ptpython: 0.35 -> 0.41
2017-09-14 20:48:36 -04:00
Samuel Leathers
799a70d623
cx_Freeze: 4.3.4 -> 5.3.2
2017-09-14 20:30:08 -04:00
WilliButz
e13e3dd2fb
grafana: 4.4.3 -> 4.5.0
2017-09-15 02:12:32 +02:00
Samuel Leathers
0d9410a573
jedi: disable tests
2017-09-14 19:47:07 -04:00
John Ericson
81680d44c8
linux-headers 4.4: Remove arch fallback code
...
@dezgeg was right: The `platform` field of a linux platorm is already
manadatory---if not specified it is inferred, and all such inferences
include a `kernelArch` field. Therefore linux packages can indeed rely
on it being defined.
2017-09-14 19:30:20 -04:00
John Ericson
fb5d7b218d
linux-headers: Remove dead old version
...
This sat around unused for who knows how long
2017-09-14 19:30:16 -04:00
John Ericson
3655e7e18b
Merge commit 'bf7b5215001ca5adb283dfd68facc914fce96c49' into staging
...
This is part of master
2017-09-14 18:52:01 -04:00
John Ericson
0d12d040e7
Merge pull request #29402 from obsidiansystems/binutils-output-ref
...
treewide: Fix some references to binutils
2017-09-14 18:51:12 -04:00
John Ericson
bf7b521500
treewide: Fix some references to binutils
...
- Compiler's shouldn't use `binutils.dev` as that doesn't yet exist
with a cross binutils.
- Last two `binutils.binutils` which weren't reverted
2017-09-14 18:12:54 -04:00
Cray Elliott
739b4091cf
ffmpeg, ffmpeg-full: 3.3.3 -> 3.3.4
2017-09-14 15:06:47 -07:00
Samuel Leathers
6ac283b185
arelle: add py3to2 as a buildInput
2017-09-14 16:54:28 -04:00
Daiderd Jordan
d1260ea6aa
irony-server: don't use wrapped clang
2017-09-14 22:23:48 +02:00
Anthony Cowley
50a33089c6
emacsMacport: emacs-25.2 => 25.3, macport-6.3 => 6.7
2017-09-14 16:22:19 -04:00
rnhmjoj
d0aa64a8e2
lua-nginx-module: 0.10.5 -> 0.10.10
2017-09-14 22:18:57 +02:00
Daiderd Jordan
3c70ed9577
rtags: fix darwin build
2017-09-14 22:02:11 +02:00
Jörg Thalheim
9366d013f0
Merge pull request #28345 from moretea/openshift-origin
...
openshift: 1.5.0 -> 3.6.0
2017-09-14 20:36:57 +01:00
Samuel Leathers
fad96f62d0
3to2: rename py3to2 to work with callPackage
2017-09-14 14:27:48 -04:00
Daiderd Jordan
cd97211358
rtags: use clang-unwrapped
2017-09-14 20:17:01 +02:00
Herwig Hochleitner
2773508b5d
chromium: 60.0.3112.113 -> 61.0.3163.79
...
CVE-2017-5111
CVE-2017-5112
CVE-2017-5113
CVE-2017-5114
CVE-2017-5115
CVE-2017-5116
CVE-2017-5117
CVE-2017-5118
CVE-2017-5119
CVE-2017-5120
2017-09-14 20:15:57 +02:00
John Ericson
1055c43200
yabar: pkg-config should be a native build input
2017-09-14 13:40:24 -04:00
Daiderd Jordan
3161790ed2
Merge pull request #27376 from matthewbauer/duti
...
duti: init at 1.5.4pre
2017-09-14 19:26:10 +02:00
John Ericson
12452178e8
Merge pull request #29381 from obsidiansystems/autoreconf-hook
...
autoreconfHook: Simplify by avoiding `findInputs`
2017-09-14 13:16:53 -04:00
John Ericson
d242978671
autoreconfHook: Simplify by avoiding findInputs
...
`findInputs` is a stdenv/setup helper we should strive not to call
elsewhere. Using normal deps is more idiomatic anyways.
2017-09-14 13:16:12 -04:00
John Ericson
d2f4084eb9
Merge pull request #29380 from obsidiansystems/eval-fix
...
bcachefs-tools: Make eval more robust
2017-09-14 12:54:18 -04:00
John Ericson
f96f3f7a5c
bcachefs-tools: Make eval more robust
...
No hash was changed
2017-09-14 12:32:23 -04:00
Tuomas Tynkkynen
94454384c2
linuxPackages.evdi: Mark broken on >= 4.13
2017-09-14 18:54:33 +03:00
Tuomas Tynkkynen
2459616f0f
linuxPackages.netatop: Mark broken on >= 4.13
2017-09-14 18:54:33 +03:00
Tuomas Tynkkynen
808ddd86fc
linuxPackages.sch_cake: Mark broken on >= 4.13
2017-09-14 18:54:33 +03:00
Jaka Hudoklin
18245fd222
pkgs/telepresence: init at 0.65
2017-09-14 17:32:32 +02:00
Vladimír Čunát
2a732252df
Merge #29352 : gtk+: 3.22.19 -> 3.22.21
2017-09-14 17:30:41 +02:00
Frederik Rietdijk
87f757e834
Merge pull request #27780 from tilpner/overridable-buildenv
...
Make buildEnv overridable
2017-09-14 17:26:33 +02:00
Tuomas Tynkkynen
c8c82a67f0
swfmill: Fix build on GCC 6
...
https://hydra.nixos.org/build/60900173
2017-09-14 18:20:27 +03:00
Thomas Tuegel
815135f31b
Merge pull request #29369 from bkchr/remove_kde4_workspace_kde_telepathy
...
Remove kde4workspace and kdetelepathy
2017-09-14 10:13:15 -05:00
Thomas Tuegel
3b94239c8a
kdeFrameworks: 5.37 -> 5.38.1
...
This reverts commit e468ef5119
.
KDE Frameworks is updated to 5.38.1, bypassing a serious bug in 5.38.0.
2017-09-14 09:30:19 -05:00
John Ericson
e5567bae2d
treewide: Do not limit hardenging because gcc 4.9 in bootstrap
...
Bootstrap tools has since been bumped
2017-09-14 10:27:13 -04:00
Bastian Köcher
5b91f125aa
mailnag: 1.1.0 -> 1.2.1
2017-09-14 17:06:31 +03:00
Peter Simons
4944610903
haskell-cryptol: override happy to older version to fix the build
2017-09-14 15:25:46 +02:00
Peter Simons
62079ef824
haskell-pandoc: new versions compile with Cabal 2.x out of the box
2017-09-14 15:25:46 +02:00
Peter Simons
88630c94ae
haskell: fix evaluation error in configuration-ghc-8.2.x.nix
2017-09-14 15:25:46 +02:00
Peter Simons
c59c53bf39
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.5-6-g83a4cb0 from Hackage revision
095b0a6eb2
.
2017-09-14 15:25:41 +02:00
Peter Simons
9aa82d7014
haskell-pandoc: bump version to pandoc-1.19.2.4 to fix the build with GHC 8.2.x
2017-09-14 15:25:38 +02:00
Peter Simons
f59bcb64e8
LTS Haskell 9.4
2017-09-14 15:25:38 +02:00
Tuomas Tynkkynen
14b833e560
awesomebump: Yet another RPATH-contains-TMPDIR hack
...
https://github.com/NixOS/patchelf/pull/98
2017-09-14 15:45:24 +03:00
Tuomas Tynkkynen
eab8124939
pythonmagick: Fix sha256
2017-09-14 15:45:24 +03:00
Tim Steinbach
43b3029a4a
linux: 4.9.49 -> 4.9.50
2017-09-14 08:40:13 -04:00
Tim Steinbach
537da6cb50
linux: 4.12.12 -> 4.12.13
2017-09-14 08:40:13 -04:00
Tim Steinbach
232fc6a806
linux: 4.13.1 -> 4.13.2
2017-09-14 08:40:13 -04:00
Jörg Thalheim
610eac1773
Merge pull request #29370 from mguentner/urltypofixes
...
fix src.url typos
2017-09-14 13:34:55 +01:00
Tuomas Tynkkynen
0dc4672d36
diffoscope: Move cbfstool and poppler_utils to bloat category
2017-09-14 15:26:19 +03:00
Tuomas Tynkkynen
2581865717
diffoscope: Add even more tools
2017-09-14 15:25:08 +03:00
Maximilian Güntner
ec7b09ecd0
fix src.url typos
2017-09-14 13:54:14 +02:00
Joachim F
b3edc7f8d2
Merge pull request #29359 from kamilchm/ponyc
...
ponyc: 0.19.0 -> 0.19.1
2017-09-14 11:30:58 +00:00
Frederik Rietdijk
aff5ef6481
Merge pull request #29360 from disassembler/ws4py
...
ws4py: add git to checkInputs
2017-09-14 13:19:04 +02:00
Peter Hoeg
d29a8f25c3
pdf2odt: 20141217 -> 20170207
2017-09-14 19:09:26 +08:00
Frederik Rietdijk
1e16bceb46
python.pkgs.mwlib: mark as broken
2017-09-14 13:07:15 +02:00
Bastian Köcher
4bfb9e3c9b
kde4Workspace: Remove, because it is not maintained anymore
2017-09-14 13:01:43 +02:00
Bastian Köcher
c01e064750
kdeTelepathy: Remove, because it is not maintained anymore
2017-09-14 13:00:53 +02:00
Jörg Thalheim
5c544b8c78
vimPlugins.nvim-completion-manager: init at 2017-09-05
2017-09-14 11:43:54 +01:00
Jörg Thalheim
e477fa94b5
vimPlugins.vim-devicons: init at 2017-05-29
2017-09-14 11:43:47 +01:00
romildo
9b985dfb2f
adapta-gtk-theme: 3.91.2.10 -> 3.91.2.147
2017-09-14 12:30:35 +02:00
Jörg Thalheim
4addea54ae
perlPackages.SCGI: init at 0.6
2017-09-14 11:20:12 +01:00
Jörg Thalheim
9b960686bf
perlPackages.ProtocolHTTP2: init at 1.08
2017-09-14 11:18:45 +01:00
Jörg Thalheim
94dc132ff9
perlPackages.HTTPDAV: init at 0.44
2017-09-14 11:17:52 +01:00
Jörg Thalheim
068fd9fb8e
perlPackages.TermReadKey: 2.31 -> 2.37
2017-09-14 11:17:43 +01:00
Peter Hoeg
68764d50b3
mtr: 0.87 -> 0.92
2017-09-14 18:14:19 +08:00
Robert Helgesson
2a36c6c185
josm: minor cleanups
...
- Use `makeWrapper` to generate wrapper script.
- Use `buildCommand` instead of explicit phases.`
2017-09-14 12:04:23 +02:00
Robert Helgesson
fd4d957ac4
josm: 12545 -> 12712
2017-09-14 11:58:25 +02:00
Robert Helgesson
a3a8887b7f
cloc: add myself as maintainer
2017-09-14 11:47:24 +02:00
Robert Helgesson
d35e4439dd
cloc: 1.72 -> 1.74
2017-09-14 11:46:39 +02:00
Domen Kožar
f49b7d3c88
vm: remove trusty-updates hash as it changes too often
2017-09-14 11:29:10 +02:00
Joachim F
233fc0b360
Merge pull request #29333 from orivej/iwyu
...
include-what-you-use: 0.6 -> 0.8
2017-09-14 09:04:00 +00:00
Samuel Leathers
3f5f208d13
ws4py: add git to checkInputs
2017-09-14 04:45:45 -04:00
Kamil Chmielewski
a2666e3668
ponyc: 0.19.0 -> 0.19.1
...
https://github.com/ponylang/ponyc/issues/2226
2017-09-14 10:37:06 +02:00
Frederik Rietdijk
3c30b5dc3d
Merge pull request #29356 from zraexy/streamlink
...
streamlink: 0.7.0 -> 0.8.1
2017-09-14 10:29:36 +02:00
Frederik Rietdijk
77baf6e818
python35: check LD_LIBRARY_PATH
...
Backports support for LD_LIBRARY_PATH from 3.6
2017-09-14 10:17:58 +02:00
Frederik Rietdijk
03898f2f23
python34: check LD_LIBRARY_PATH
...
Backports support for LD_LIBRARY_PATH from 3.6
2017-09-14 10:17:36 +02:00
Frederik Rietdijk
693de5b8c6
Merge pull request #29340 from disassembler/credstash
...
credstash: 1.13.2 -> 1.13.3
2017-09-14 09:50:44 +02:00
Samuel Leathers
dabf89fadd
credstash: 1.13.2 -> 1.13.3
2017-09-14 03:47:04 -04:00
Frederik Rietdijk
3e78a50967
Merge pull request #29347 from AndersonTorres/upload/mgba
...
mgba: 0.5.2 -> 0.6.0
2017-09-14 09:42:56 +02:00
Frederik Rietdijk
34e2ea4810
Merge pull request #29354 from disassembler/colanderalchemy
...
colanderalchemy: fixes tests
2017-09-14 09:31:07 +02:00
Samuel Leathers
746f20fc7f
colanderalchemy: fixes tests
2017-09-14 03:22:00 -04:00
Samuel Leathers
c3e7040d0e
pgpdump: disable tests
2017-09-14 03:14:56 -04:00
Peter Hoeg
addfb83852
neomutt: 20170907 -> 20170912
2017-09-14 14:43:07 +08:00
Sarah Brofeldt
fc2566e966
s3fs: 1.80 -> 1.82
2017-09-14 08:25:29 +02:00
Vincent Laporte
2f70241e21
gtk+: 3.22.19 -> 3.22.21
2017-09-14 06:03:12 +00:00
Hoang Xuan Phu
2c58562d48
rabbitmq_server: 3.6.6 -> 3.6.10
2017-09-14 13:47:42 +08:00
AndersonTorres
4a67ee9893
mgba: 0.5.2 -> 0.6.0
2017-09-14 02:17:50 -03:00
Ruben Maher
e828dcb5cd
nextcloud-client: provide optional gnome-keyring integration
...
`qtkeyring` can use `gnome-keyring`, but it needs some help to find it.
I have not enabled this by default because not everyone who uses this will want
to pull in GNOME dependencies.
2017-09-14 08:42:55 +09:30
Ruben Maher
4ce18c8367
nextcloud-client: enable parallel building
...
So that the client can build faster.
2017-09-14 08:42:55 +09:30
Ruben Maher
e02f936b27
nextcloud-client: add inotify dependency when building on linux
...
This allows for more efficient change detection.
2017-09-14 08:42:55 +09:30
Ruben Maher
ebb6488e74
nextcloud-client: use cmakeDir and cmakeFlags attrs
2017-09-14 08:42:55 +09:30
Kirill Boltaev
73af0b1696
chromium: 60.0.3112.90 -> 60.0.3112.113
2017-09-14 00:40:57 +02:00
Jörg Thalheim
a7637b3795
Merge pull request #29316 from NeQuissimus/minikube_0_22_1
...
minikube: 0.22.0 -> 0.22.1
2017-09-13 23:40:11 +01:00
Jörg Thalheim
392a014ff2
Merge pull request #29272 from Mic92/kerberos
...
kerberos: store state in /var/lib instead of $out/var
2017-09-13 23:24:26 +01:00
Jörg Thalheim
987a2be430
Merge pull request #29330 from geistesk/racket-6.10.1
...
racket: 6.10 -> 6.10.1
2017-09-13 23:18:39 +01:00
Jörg Thalheim
0febf8d43c
Merge pull request #29304 from woffs/oysttyer
...
oysttyer-2.9.1
2017-09-13 23:17:45 +01:00
Orivej Desh
a4a187fe5f
include-what-you-use: 0.6 -> 0.8
2017-09-13 22:07:23 +00:00
Tuomas Tynkkynen
0c368ef02f
treewide: Escape backslash in strings properly
...
"\." is apparently the same as "." wheras the correct one is "\\."
2017-09-14 01:03:39 +03:00
romildo
349782cee4
gnome-shell-extensions: enable all extensions
2017-09-13 18:41:02 -03:00
Matthew Bauer
9111b53325
duti: init at 1.5.4pre
...
I would init at 1.5.4, but sadly it doesn’t work on OS X 10.11+.
2017-09-13 16:33:54 -05:00
Jörg Thalheim
50cf2a7156
Merge pull request #29309 from NeQuissimus/atom_1_20_0
...
atom: 1.19.7 -> 1.20.0
2017-09-13 22:21:29 +01:00
Jörg Thalheim
b6c68c34e5
Merge pull request #29327 from jtojnar/fix/meson-0.42.1
...
meson: 0.41.2 → 0.42.1
2017-09-13 22:16:32 +01:00
geistesk
af2ceaf63c
racket: 6.10 -> 6.10.1
2017-09-13 23:16:18 +02:00
Joachim F
9580bafbb1
Merge pull request #25525 from emanueleperuffo/alc1100
...
epson-alc1100: init at version 1.2-0
2017-09-13 21:12:34 +00:00
Jörg Thalheim
c188741eb2
Merge pull request #29325 from jtojnar/fix/sublime-3
...
sublime3: 3126 → 3143
2017-09-13 22:07:43 +01:00
Jörg Thalheim
cc04948a49
Merge pull request #29180 from srhb/nixos-unstable
...
steam: Get rid of newStdcpp option, always on
2017-09-13 22:04:13 +01:00
Tuomas Tynkkynen
1e84bb90d4
strace: 4.18 -> 4.19
2017-09-14 00:00:02 +03:00
Yann Hodique
85f3834bad
hugo: 0.27 -> 0.27.1
2017-09-13 22:49:15 +02:00
Vladimír Čunát
efeef044be
appstream-glib: more RPATH fixes #29326
...
Fix in 6a17c5a46c
wasn't enough.
2017-09-13 22:41:35 +02:00
Jan Tojnar
ad8e4c272a
meson: 0.41.2 → 0.42.1
2017-09-13 22:37:30 +02:00
John Ericson
349a09228e
Merge pull request #29246 from LnL7/clang-stdenv
...
clang-stdenv: move libstdcxxHook to cc-wrapper
2017-09-13 16:21:41 -04:00
Daiderd Jordan
56ea313c29
prometheus-node-exported: fix output cycle on darwin
2017-09-13 22:08:25 +02:00
Tuomas Tynkkynen
41458f74a4
Merge remote-tracking branch 'upstream/master' into staging
2017-09-13 22:59:04 +03:00
Matthias Beyer
b0237f767e
bean-add: 2017-04-16 -> 2017-09-13
2017-09-13 21:53:56 +02:00
Matthias Beyer
8c1403066c
rtv: 1.15.1 -> 1.18.0
...
Disable tests, which try to access the network.
2017-09-13 21:53:55 +02:00
Matthias Beyer
495dbc2cc2
mdp: 1.0.9 -> 1.0.10
2017-09-13 21:44:49 +02:00
Matthias Beyer
30a1e189ac
ctodo: 1.2 -> 1.3
2017-09-13 21:44:49 +02:00
Matthias Beyer
678c149e53
buku: 3.0 -> 3.3.1
2017-09-13 21:44:49 +02:00
Matthias Beyer
65b91cd23b
sqlitebrowser: 3.9.1 -> 3.10.0
2017-09-13 21:44:49 +02:00
Matthias Beyer
56cf561581
toot: 0.13.0 -> 0.15.0
2017-09-13 21:44:49 +02:00
Joachim F
161b8a2bc8
Merge pull request #29035 from ryantm/update_mattermost
...
mattermost: 3.8.2 -> 4.1.0
2017-09-13 19:41:10 +00:00
Gabriel Adomnicai
49eb1664d8
meteor: 1.4.2.3 -> 1.5 ( #28905 )
2017-09-13 19:35:36 +00:00
Domen Kožar
4ffa9ace43
Add atom-beta
2017-09-13 21:08:32 +02:00
Daiderd Jordan
70c4ac12cd
nixpkgs-tests: add tests for llvm 3.9
2017-09-13 20:51:55 +02:00
Daiderd Jordan
ad486c48a6
llvm-packages: apply cc-wrapper/stdenv changes to older versions
2017-09-13 20:51:52 +02:00
Daiderd Jordan
ac88515052
clang-stdenv: move libstdcxxHook to cc-wrapper
2017-09-13 20:51:41 +02:00
Joachim F
d1f0affe33
Merge pull request #28869 from symphorien/bombono
...
bombono: init at 1.2.4
2017-09-13 18:46:13 +00:00
Jan Tojnar
74065fc780
sublime3: 3126 → 3143
2017-09-13 20:34:50 +02:00
Vincent Laporte
cc5491d02c
proverif: 1.95 -> 1.97pl1
2017-09-13 20:01:55 +02:00
Andreas Rammhold
f47ab6c2fe
afewmail: update meta.homepage ( #29313 )
2017-09-13 17:42:40 +00:00
Maximilian Güntner
8550e4e520
emscriptenfastcomp: move wrap magic to own file, use newScope
2017-09-13 19:12:08 +02:00
Jörg Thalheim
13edd9765a
Merge pull request #29125 from geistesk/firehol-3.1.4
...
firehol: init at 3.1.4, iprange: init at 1.0.3
2017-09-13 18:10:22 +01:00
Thomas Tuegel
e468ef5119
Revert "kdeFrameworks: 5.37 -> 5.38"
2017-09-13 11:57:15 -05:00
Joachim Fasting
aff74b6af7
socklog: fixup implicit function declarations
2017-09-13 18:27:15 +02:00
Joachim Fasting
705f47f50e
socklog: properly disable the chkshsgr test
...
My previous attempt d438cbb0b6
was
bogus ...
2017-09-13 18:27:09 +02:00
Joachim F
2a329d4c18
Merge pull request #29314 from mdorman/emacs-updates
...
Semi-automated Emacs package updates
2017-09-13 16:25:55 +00:00
Joachim F
34b4935850
Merge pull request #29288 from florianjacob/piwik-3.1.0
...
piwik: 3.0.4 -> 3.1.0
2017-09-13 16:25:45 +00:00
Joachim F
35f38bfc46
Merge pull request #29308 from taku0/flashplayer-27.0.0.130
...
flashplayer: 26.0.0.151 -> 27.0.0.130 [Critical security fixes]
2017-09-13 16:25:13 +00:00
Frederik Rietdijk
4871946c63
Merge pull request #29310 from Infinisil/s-tui
...
s-tui: init at 0.6.0
2017-09-13 17:51:52 +02:00
Silvan Mosberger
753d114b34
s-tui: init at 0.6.0
2017-09-13 17:48:56 +02:00
Frederik Rietdijk
720e88b337
Merge remote-tracking branch 'upstream/master' into HEAD
2017-09-13 17:39:40 +02:00
Bjørn Forsman
67c70aa581
OVMF: add 'src' attribute
...
No functional change, but allows getting the source via the standard
attribute: `nix-build -A OVMF.src`.
2017-09-13 17:30:28 +02:00
Tim Steinbach
d12d2c1e1c
minikube: 0.22.0 -> 0.22.1
2017-09-13 11:29:54 -04:00
John Ericson
8fccaa284d
Merge pull request #29282 from obsidiansystems/soext
...
lib, treewide: Add `*Platform.extensions` and use it where possible
2017-09-13 11:20:06 -04:00
John Ericson
5aec3f96a2
treewide: Use *Platform.extensions
2017-09-13 11:16:10 -04:00
Tuomas Tynkkynen
98d84b1375
diffoscope: Update tool list
2017-09-13 17:56:07 +03:00
Tuomas Tynkkynen
ab5bd5e596
diffoscope: Remove obsolete and unreferenced patch
2017-09-13 17:56:07 +03:00
Tuomas Tynkkynen
890d4a2853
diffoscope: Revive hard links patch
2017-09-13 17:56:07 +03:00