Commit Graph

55989 Commits

Author SHA1 Message Date
Daiderd Jordan
6adc522db4
Merge pull request #50524 from LnL7/darwin-qtmacextras
qt5.qtmacextras: include cf-private on darwin
2018-11-18 11:38:07 +01:00
Guillaume Maudoux
de8fe66ba0 buck: use upstream version convention
Changes added in 4d1fd3775d break
automated updates by moving to a custom version scheme.

This switches back to upstream versioning, while maintaining version
schema convention of `builtins.parseDrvName`.

See issue #43717
2018-11-18 09:56:23 +01:00
Matthew Bauer
c52a5c5b23
Merge pull request #47930 from jamtrott/gnulib
gnulib: add a symlink from bin/gnulib-tool to gnulib-tool
2018-11-17 20:38:07 -06:00
Jörg Thalheim
42773b125b
internetarchive: 1.7.2 -> 1.8.1 2018-11-18 01:29:14 +00:00
Jan Tojnar
d97702e03f
Merge pull request #50528 from jtojnar/repology-fixes
Repology fixes
2018-11-18 02:13:52 +01:00
Jan Tojnar
3b04b58bee
gtkspell3: 3.0.9 → 3.0.10 2018-11-18 02:11:13 +01:00
Jörg Thalheim
cd46a859b4
python.pkgs.eyeD3: 0.7.8 -> 0.8.7 2018-11-18 00:18:22 +00:00
Renaud
526ab5723a
Merge pull request #47742 from r-ryantm/auto-update/openshadinglanguage
osl: 1.9.9 -> 1.9.10
2018-11-18 00:50:57 +01:00
Jan Tojnar
699f124990
libskk: 1.0.4 → 1.0.5 2018-11-17 23:23:27 +01:00
Jan Tojnar
2025436e5c
libsolv: 0.7.0 → 0.7.1 2018-11-17 23:17:12 +01:00
Sander van der Burg
226c3e11a0 nodePackages: move alloy and titanium to node-packages-v8 because they are not compatible with 10.x 2018-11-17 22:51:24 +01:00
Jörg Thalheim
f97d9d1e9e
Merge pull request #50515 from Tomahna/graalvm8Home
graalvm8: add passthru.home
2018-11-17 20:39:37 +00:00
Daiderd Jordan
942d90b282
qt5.qtmacextras: include cf-private on darwin
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSData", referenced from:
          objc-class-ref in qmacfunctions.o
      "_OBJC_CLASS_$_NSMutableArray", referenced from:
          objc-class-ref in qmactoolbar.o
          objc-class-ref in qmactoolbardelegate.o
    ld: symbol(s) not found for architecture x86_64
2018-11-17 21:02:22 +01:00
Renaud
41391e9cd8
Merge pull request #50334 from c0bw3b/pkg/opengrok
opengrok: 0.12.1.5 -> 1.0
2018-11-17 19:37:55 +01:00
Kevin Rauscher
27157e364a graalvm8: add passthru.home
jre.home is required by other derivations like sbt
2018-11-17 19:12:53 +01:00
Carles Pagès
864e943ece unity3d: add missing libGL 2018-11-17 18:08:07 +01:00
Jörg Thalheim
756fcf6ac4
Merge pull request #50470 from ejpcmac/update-erlangR21
erlangR21: 21.1.1 -> 21.1.2
2018-11-17 14:21:03 +00:00
Bjørn Forsman
1be626afba pythonPackages.musicbrainzngs: remove breaking tests
Some tests rely on networking, breaking sandboxed builds. Remove them.

Fixes: b8e0a873c1 ("python36Packages.musicbrainzngs: 0.5 -> 0.6")
2018-11-17 14:30:48 +01:00
Jörg Thalheim
31adf33217
Merge pull request #50473 from Ma27/package-python-nose-cov
pythonPackages.nose-cov: init at 1.6
2018-11-17 11:55:19 +00:00
Renaud
9f1779e187
Merge pull request #50488 from kalbasit/nixpkgs_update-corgi
corgi: 0.2.3 -> 0.2.4
2018-11-17 11:52:26 +01:00
Jörg Thalheim
55992b07a5
Merge pull request #50487 from gnidorah/pakcs
pakcs: 2.0.2-b9 -> 2.0.2
2018-11-17 10:35:01 +00:00
Michael Raskin
b2d7d177e8
Merge pull request #50482 from c0bw3b/pkg/mdds
mdds: drop 0.7.x and 0.12.x
2018-11-17 07:00:01 +00:00
Wael M. Nasreddine
fb3e78af88
corgi: 0.2.3 -> 0.2.4 2018-11-16 22:36:38 -08:00
Austin Seipp
1629147423 openjdk11: enable ZGC on x86_64-linux
The Z Garbage Collector is a concurrent, scalable, low latency garbage
collector designed to meet extremely-low-pause-time requirements for
small-to-multi-TB heap sizes.

ZGC can be enabled with the magical incantation:

    $ java -XX:+UnlockExperimentalVMOptions -XX:+UseZGC ...

Currently, ZGC is only available for x86_64-linux (though a port for
aarch64-linux may become available at a future time.) There are also a
number of other features that currently aren't present, such as JVMCI
integration (meaning compiler tools like Graal which require JVMCI will
not work with ZGC enabled.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-16 20:22:40 -06:00
gnidorah
7142a3a8ec pakcs: 2.0.2-b9 -> 2.0.2 2018-11-17 05:08:21 +03:00
Jörg Thalheim
40449fe1ae
Merge pull request #47175 from avnik/fix/glfw
glfw: hardwire path to libGL.so.1
2018-11-17 01:38:05 +00:00
Jörg Thalheim
3c032bbadd
nodePackages: regenerate 2018-11-16 23:41:18 +00:00
c0bw3b
18f95bd6ba mdds: drop 0.7.x and 0.12.x 2018-11-17 00:02:48 +01:00
Aaron Janse
fba452f556
nodePackages: add fkill-clifix
fixes #49308
2018-11-16 21:36:36 +00:00
Christian Rackerseder
525587ce81
nodePackages.cpy-cli: init at 2.0.0
fixes #50303
2018-11-16 21:35:14 +00:00
Jörg Thalheim
25d6dc99bb
nodePackages: 8_x -> 10_x 2018-11-16 21:31:44 +00:00
Domen Kožar
e81b1a06be
Add nodePackages_10_x.parcel-bundler 2018-11-16 20:46:19 +00:00
Maximilian Bosch
c59c9a3737
pythonPackages.nose-cov: init at 1.6
Module for coverage reports with Python using nosetests.
2018-11-16 21:41:06 +01:00
Jean-Philippe Cugnet
bdc04a7a72
erlangR21: 21.1.1 -> 21.1.2 2018-11-16 20:04:10 +01:00
Jörg Thalheim
9c050202a1
Merge pull request #50451 from Mic92/node-springclean-vol2
nodePackages: springclean take 2
2018-11-16 15:29:21 +00:00
Jörg Thalheim
a9efcc85cb
nodePackages: regenerate 2018-11-16 14:14:18 +00:00
Jörg Thalheim
9d9ba8f4c1
nodePackages: make generate.sh fail fast on error 2018-11-16 11:15:25 +00:00
Jörg Thalheim
d39baf61eb
nodePackages.webdrvr: remove
project seems dead: https://github.com/uxebu/webdrvr
2018-11-16 11:15:24 +00:00
Jörg Thalheim
03111b63a4
nodePackages.phantomjs: remove
We already have phantomjs/phantomjs2 packaged.
2018-11-16 11:15:24 +00:00
Jörg Thalheim
2b8cde0ce2
nodePackages.parsoid: remove
fork seems unmaintained: https://github.com/abbradar/parsoid
cc @abradar
2018-11-16 11:15:24 +00:00
Jörg Thalheim
69bae93175
nodePackages.node-uptime: remove
project seems unmaintained: https://github.com/fzaninotto/uptime
cc @shlevy
2018-11-16 09:38:34 +00:00
Jörg Thalheim
e4c8fdb545
nodePackages.guifi-earth: remove 2018-11-16 09:38:34 +00:00
Jörg Thalheim
26cb156942
nodePackages.docker-registry-server: remove
project is dead and superseeded by docker-distribution that we have packaged.
2018-11-16 09:38:34 +00:00
Claes Wallin (韋嘉誠)
d3c2ec6f1d Merge remote-tracking branch 'upstream/master' into racket-full-darwin 2018-11-16 15:41:48 +08:00
Will Dietz
db0abe98bf glibc: disable pie hardening, limit to musl for now 2018-11-15 21:55:08 -06:00
Will Dietz
6ebb2c385b ghc: disable pie, for now limit to musl since not default yet elsewhere 2018-11-15 21:55:08 -06:00
Tim Steinbach
70178169fa
dotty: 0.9.0-RC1 -> 0.10.0-RC1 2018-11-15 21:50:13 -05:00
Sebastien Maret
bc64d58866 astroquery: init at 0.3.8 (#50360)
Co-Authored-By: smaret <sebastien.maret@icloud.com>
2018-11-15 23:11:41 +00:00
Austin Seipp
d01b0f9d2e libndctl: 61.2 -> 63
This also adds me as the maintainer (as it lacked one previously),
and simplifies the expression quite a bit.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-15 16:09:32 -06:00
Renaud
d554f80b78
Merge pull request #50429 from c0bw3b/pkg/easyrpg
{easyrpg-player,liblcf}: 0.5.3 -> 0.5.4
2018-11-15 23:03:28 +01:00