Will Dietz
5f5e343487
Merge pull request #43854 from dtzWill/fix/python-zconfig-musl
...
python3Packages.zconfig: remove test that relies on setlocale failing
2018-07-20 10:55:28 -05:00
Silvan Mosberger
b5b23b39be
libsass: Fix CVE-2018-11693
...
See https://github.com/sass/libsass/pull/2676
For https://github.com/NixOS/nixpkgs/issues/43846
2018-07-20 17:46:45 +02:00
Will Dietz
b97a98e524
python3Packages.zconfig: remove test that relies on setlocale failing
2018-07-20 10:15:55 -05:00
Jörg Thalheim
0e617f68d3
gdbgui: 0.11.1.2 -> 0.13.0.0
2018-07-20 15:29:42 +01:00
Tim Steinbach
a4d5583a85
gradle: 4.8.1 -> 4.9
2018-07-20 08:13:10 -04:00
Peter Simons
65d209811a
Merge pull request #43509 from dtzWill/fix/hpc-coveralls-patch
...
hpc-coveralls: patch to fix build (for Cabal 2.2)
2018-07-20 09:13:04 +02:00
Sarah Brofeldt
defa76037f
Merge pull request #43811 from taku0/oraclejdk-8u181
...
oraclejdk: 8u171, 8u172 -> 8u181, 10.0.1 -> 10.0.2 [Critical security fixes]
2018-07-20 09:07:23 +02:00
Roger Qiu
5fba38d65c
pythonPackages.image-match: init at 1.1.2
2018-07-20 07:53:58 +02:00
Frederik Rietdijk
6ed3ea6e74
python.pkgs.scikitimage: 0.12.3 -> 0.14.0
2018-07-20 07:48:39 +02:00
Frederik Rietdijk
9768a80726
python.pkgs.pywavelets: init at 0.5.2
2018-07-20 07:48:38 +02:00
Frederik Rietdijk
9146271578
python.pkgs.scikitimage: move expression
2018-07-20 07:48:38 +02:00
pandaman64
c7fec43ee8
qasm2image: 0.5.0 -> 0.7.0
2018-07-20 13:01:30 +09:00
pandaman64
e97448f7e0
qiskit: 0.5.4 -> 0.5.7
2018-07-20 13:01:30 +09:00
Graham Christensen
7fdba7c74e
Merge pull request #43834 from ryantm/https2
...
treewide: http -> https
2018-07-19 21:31:36 -04:00
Ryan Mulligan
df8062c45b
treewide: http -> https
2018-07-19 18:12:04 -07:00
Pascal Wittmann
c01411f109
leksah: include version in name
...
see issue #43717
2018-07-19 21:55:04 +02:00
Pascal Wittmann
9a787af6bc
Merge pull request #43816 from kamilchm/oraclejdk
...
oraclejdk: 8u171 -> 8u181
2018-07-19 21:04:02 +02:00
Silvan Mosberger
59159f9d8e
haskellPackages.hnix: Fix build ( #43824 )
2018-07-19 19:18:44 +01:00
Frederik Rietdijk
8213ff161c
Merge master into staging-next
2018-07-19 18:24:24 +02:00
Kamil Chmielewski
cb033fabd6
oraclejdk: 8u171 -> 8u181
2018-07-19 17:06:32 +02:00
Matthew Bauer
0467e8d1f6
libuv: fix apple patch url
...
The old url was subject to change on pushing to the PR. It now
references the correct commit.
2018-07-19 10:12:58 -04:00
Matthew Bauer
dc24ab2776
gtkd: fixup from treewide commit
...
This was mistakenly replaced when it was already avoiding the alias.
Thanks @jtojnar
2018-07-19 09:57:29 -04:00
taku0
1ae8fabc86
oraclejdk: 10.0.1 -> 10.0.2
2018-07-19 21:01:29 +09:00
Peter Simons
b667721ce2
Merge pull request #43730 from srhb/dontcheck-spatial-rotation
...
haskellPackages.spatial-rotations: dontCheck for cyclic dependency
2018-07-19 14:00:55 +02:00
Maximilian Bosch
88a35d8bb5
pythonPackages.xgboost: fix build
...
The setup.py of `python-package` contains some path resolution magic to
find `libxgboost.so` which is needed for the python API.
Unfortunately the code is incompatible with Nix as it isn't compatible
with the store-based structure for each package and tries to express the
location of the shared object with relative paths.
The detection in `setup.py` and `xgboost/libpath.py` has been either
removed entirely or patched to link to the proper store path of the
`libxgboost` build input.
See https://hydra.nixos.org/build/77702715 for further reference.
2018-07-19 13:32:25 +02:00
Maximilian Bosch
b9e7469c44
xgboost: 0.7 -> 0.72
2018-07-19 13:27:09 +02:00
Boris Babic
338898c2f7
postman: fix icon not found
2018-07-19 12:38:15 +02:00
Sarah Brofeldt
b53b5950fc
haskellPackages.spatial-rotations: dontCheck for cyclic dependency
2018-07-19 10:37:12 +02:00
Mathieu Boespflug
c27f686a4b
bazel: Set a sensible strict action environment.
...
Bazel either reuses the `PATH` from the client, or sets a hardcoded
one. The former mode in problematic for build hermeticity. But the
latter is crippled on NixOS, because the hardcoded value is
`/bin:/usr/bin`. So we set the hardcoded value to match what
`customBash` provides. This has the effect of aligning the
environments for `ctx.actions.run` and `ctx.actions.run_shell`, which
were previously distinct (bug).
2018-07-19 09:51:09 +02:00
Mathieu Boespflug
5ab07a8041
bazel: make more tools available in customBash.
2018-07-19 09:51:09 +02:00
Robert Schütz
8ab563d4df
Merge pull request #43693 from Ma27/remove-flask_cache
...
Remove `pythonPackages.flask_cache`
2018-07-19 08:06:13 +02:00
Matthew Bauer
4ed7a4b993
treewide: preserve hashes from 76999cc40e
...
76999cc40e
changed some hashes resulting in this PR being technically
a mass rebuild. To avoid this, I am restoring some of the hashes (even
though it seems silly). My main goal is to get this PR merged quickly
as treewide changes like this get out-of-date quickly.
This commit should be reverted on the next mass rebuild.
2018-07-19 00:09:01 -04:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Will Dietz
55aeb86902
Merge pull request #43760 from dtzWill/fix/mesa-18.1.4-includes-and-such-musl
...
mesa: more include fixes
2018-07-18 22:13:09 -05:00
R. RyanTM
d398020512
commonsCompress: 1.16.1 -> 1.17
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/commons-compress/versions .
2018-07-18 16:41:39 -07:00
Maximilian Bosch
1e454c5045
pythonPackages.graphite_api: move expression
...
According to the current convention python packages should live in
`pkgs/development/python-modules`. As I altered the `graphite_api`
expression previously in d3d1b88873
I decided to move it as well.
Additionally I applied some minor refactorings:
* use `fetchFromGitHub` instead of `fetchgit`.
* use `checkInputs` for test dependencies
* got rid of fixed points
* applied patch which supports flask-caching to 1.3.1 using `git apply
-3`
2018-07-19 01:26:35 +02:00
R. RyanTM
a35367727f
chibi: 0.7.3 -> 0.8
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/chibi-scheme/versions .
2018-07-18 15:56:04 -07:00
Will Dietz
488d42b0d2
npth: 1.5 -> 1.6
...
minor bump
2018-07-18 16:44:24 -05:00
volth
0f710bc8f6
libxklavier: 5.3 -> 5.4 ( #43622 )
2018-07-18 23:14:10 +02:00
R. RyanTM
a74cf6a851
podofo: 0.9.5 -> 0.9.6 ( #43744 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/podofo/versions .
2018-07-18 22:39:53 +02:00
worldofpeace
3ea1e5079a
elementary-cmake-modules: add version ( #43732 )
2018-07-18 22:26:13 +02:00
Will Dietz
06de6dc71b
mesa: more include fixes
...
mostly from void-linux (thanks!)
2018-07-18 14:34:51 -05:00
R. RyanTM
8a1f77fe2d
libsvm: 3.22 -> 3.23
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libsvm/versions .
2018-07-18 11:28:23 -07:00
R. RyanTM
d59c3849a4
opensubdiv: 3.3.1 -> 3.3.2
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/opensubdiv/versions .
2018-07-18 09:24:09 -07:00
Michael Raskin
877899fdb9
Merge pull request #43679 from timokau/ntl-11.2.1
...
ntl: 9.11.0 -> 11.2.1
2018-07-18 15:08:43 +00:00
Timo Kaufmann
cad446513e
ntl: 9.11.0 -> 11.2.1
...
ntl hasn't been updated in a while. So I'm doing that and adding myself
as the maintainer. I'm also adding some options and pinning the sage
dependency, since it is unfortunately not compatible with the latest ntl
yet.
I've also enabled the tests, since they don't take terribly long and are
worth the time in my opinion.
2018-07-18 14:58:38 +02:00
Jan Tojnar
c21b6930bd
Merge pull request #43709 from jtojnar/volume-key-0.3.11
...
volume_key: 0.3.10 → 0.3.11
2018-07-18 14:23:24 +02:00
Peter Simons
0ac5637ee9
Add a couple of overrides to fix builds in the ghc-8.6.x package set.
2018-07-18 10:27:39 +02:00
Peter Simons
194a2f0535
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.10.1 from Hackage revision
12c327a1fb
.
2018-07-18 10:27:40 +02:00
Peter Simons
9aff5fcd56
LTS Haskell 12.1
2018-07-18 10:27:39 +02:00
Domen Kožar
6fd5287c36
haskell: don't error if isLibrary = true and no libraries exist
...
If empty directory isn't deleted, referer depenedencies will
fail with:
cp: missing destination file operand after '/tmp/nix-build-cabal-helper-0.8.0.2.drv-0/setup-package.conf.d/'
This is currently only the case for cabal-install, as cabal2nix
doesn't handle well buildable=False flags due to long-standing bugs
in Cabal itself.
2018-07-18 10:25:40 +02:00
Frederik Rietdijk
b3af2cd962
Merge pull request #43694 from Ma27/disable-trezor-python2
...
pythonPackages.trezor: disable build
2018-07-18 07:18:33 +02:00
Luke Adams
eba8679bc5
cudnn*_cudatoolkit*: use public NVIDIA mirror ( #31551 )
...
* cudnn*_cudatoolkit*: use NVIDIA mirror instead of requireFile
* cudnn_cudatoolkit7: update hash since public mirror is different
2018-07-18 03:21:57 +00:00
Silvan Mosberger
a88f959278
Merge pull request #43655 from tarigo/master
...
qtcreator: 4.5.0 -> 4.6.2
2018-07-18 05:04:03 +02:00
Matthew Bauer
c0beb48fa7
Merge pull request #43627 from oxij/tree/simplify-depcycles
...
treewide: simplify some dependency cycles
2018-07-17 21:54:43 -04:00
Jan Tojnar
f76e421c55
volume_key: 0.3.10 → 0.3.11
2018-07-18 03:00:42 +02:00
Shea Levy
711c56dd67
pythonPackages.simpy: init at 3.0.11.
2018-07-17 17:37:50 -04:00
Maximilian Bosch
ab418335c2
pythonPackages.trezor: disable build
...
It seems as recent versions of `trezor` don't work with python 2.x:
```
/build/trezor-0.9.1/dist /build/trezor-0.9.1
Processing ./trezor-0.9.1-py2-none-any.whl
trezor requires Python '>=3.3' but the running Python is 2.7.15
builder for '/nix/store/aqyxki0ckanjk4r1f0an4kj1w4s3kk4f-python2.7-trezor-0.9.1.drv' failed with exit code 1
cannot build derivation '/nix/store/gp4smkzc9r87lzajs17jnq4rh2ayc5q0-python2.7-keepkey-4.0.0.drv': 1 dependencies couldn't be built
```
2018-07-17 23:15:57 +02:00
Pascal Wittmann
90223e4a4a
jdepend: add myself (pSub) as maintainer
2018-07-17 22:00:14 +02:00
Pascal Wittmann
1c702bb8a3
valkyrie: add myself (pSub) as maintainer
2018-07-17 21:48:15 +02:00
Pascal Wittmann
b835b8a95b
valkyrie: fix build
2018-07-17 21:48:13 +02:00
taku0
4d6f88067c
oraclejdk: 8u171, 8u172 -> 8u181
2018-07-18 03:13:41 +09:00
Yegor Timoshenko
e6a721ed60
gputils: clean up, fix homepage url
2018-07-17 19:19:01 +03:00
Yegor Timoshenko
879edd79be
sdcc: fix license condition
2018-07-17 19:17:03 +03:00
Yegor Timoshenko
4bd4c876f2
sdcc: clean up
2018-07-17 19:16:24 +03:00
Yorick van Pelt
f969e426c0
sdcc: update for added gputils, add disabled flag, adopt
2018-07-17 17:28:26 +02:00
Yorick van Pelt
9ba3b39e44
gputils: init at 1.5.0-1
2018-07-17 17:28:13 +02:00
R. RyanTM
9210adeb0d
zimg: 2.7.4 -> 2.7.5
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zimg/versions .
2018-07-17 07:59:04 -07:00
Michael Raskin
c4de32e192
Merge pull request #43624 from oxij/tree/fix-or-disable-tests
...
treewide: either fix or disable tests
2018-07-17 14:49:26 +00:00
Jan Malakhovski
589d05cd09
ruby: disable tests
2018-07-17 14:41:53 +00:00
Jan Malakhovski
f7a6ea6fa6
ilmbase: disable tests on i686. Spooky!
2018-07-17 14:41:53 +00:00
Jan Malakhovski
02acff8839
neon, neon_0_29: make tests run, but disable
2018-07-17 14:41:53 +00:00
Jan Malakhovski
d9c1aa465a
librdf: make tests run, but disable
2018-07-17 14:41:53 +00:00
Jan Malakhovski
33a6533c12
gvfs: make tests run, but disable
2018-07-17 14:41:53 +00:00
Jan Malakhovski
4d93021846
libcommuni: disable checks as tests are run in installcheck
2018-07-17 14:41:53 +00:00
Jan Malakhovski
a96380527f
mdds: fix tests
2018-07-17 14:41:53 +00:00
Will Dietz
da5383006d
haskell-modules: only include glibc locales when using glibc
...
Fixes #43665 .
Hopefully. :)
2018-07-17 08:44:17 -05:00
Thomas Tuegel
1d7e6dde8c
Merge pull request #43613 from bkchr/kde_frameworks_5_48
...
kde-frameworks: 5.47 -> 5.48
2018-07-17 05:43:32 -05:00
Igor Tarasov
69affb8d26
qtcreator: 4.5.0 -> 4.6.2
2018-07-17 12:45:56 +03:00
Profpatsch
75942f96b3
bazel: 0.15 -> 0.15.1
2018-07-17 10:12:39 +02:00
Mathieu Boespflug
62f3bf7509
bazel: make the build --sandbox compatible by building extra deps separately.
2018-07-17 10:12:39 +02:00
Mathieu Boespflug
d23e72ebf7
bazel: 0.13.0 -> 0.15.0
...
Upgrade to latest Bazel.
2018-07-17 10:12:39 +02:00
Frederik Rietdijk
12949bf84a
Merge master into staging
2018-07-17 10:05:50 +02:00
Frederik Rietdijk
1ae2f10642
Merge staging-next into master
2018-07-17 10:04:59 +02:00
Peter Simons
b412cac1d7
Merge pull request #43508 from nh2/haskell-dontStrip
...
haskell: Pass `dontStrip` to cabal. Fixes #43506
2018-07-17 08:57:32 +02:00
Vladimír Čunát
e1625a8377
Merge branch 'staging-next' into staging
2018-07-17 08:55:31 +02:00
adisbladis
d1eaa5b651
clojure: Fix bin wrappers
2018-07-17 10:25:34 +08:00
Jan Malakhovski
acbee90e2b
pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix
2018-07-16 23:16:49 +00:00
Jan Malakhovski
2badf9a6f8
libffi: simplify using checkInputs
2018-07-16 23:16:49 +00:00
Robert Schütz
ac7d8d22d2
Merge pull request #43631 from aepsil0n/parsy/init
...
pythonPackages.parsy: init at 1.2.0
2018-07-17 00:35:34 +02:00
Eduard Bopp
2977fb19ca
pythonPackages.parsy: init at 1.2.0
2018-07-17 00:14:49 +02:00
Pascal Wittmann
2d9a6023c4
doit: add myself (pSub) as maintainer
2018-07-16 22:17:38 +02:00
Frederik Rietdijk
2527218725
Merge pull request #43623 from oxij/tree/cleanups
...
trivial: cleanups
2018-07-16 21:22:04 +02:00
Peter Simons
9a32dafd05
Merge pull request #43444 from Infinisil/idris-cleanup
...
idris: Recurse into attrs, fix build and remove unneeded overrides
2018-07-16 20:38:53 +02:00
xeji
8b0fea2154
Merge pull request #43620 from aneeshusa/update-vagrant-to-2.1.2-properly
...
vagrant: update deps for 2.1.2
2018-07-16 19:49:12 +02:00
Aneesh Agrawal
982f9d8616
vagrant: update deps for 2.1.2
...
The version was bumped but the dependencies were not updated.
Do so and add some instructions for future package updates.
2018-07-16 10:11:36 -07:00
Jan Malakhovski
a2b026fcbf
libcouchbase: tiny cleanup
2018-07-16 16:33:14 +00:00
Anton-Latukha
9d0336a2bb
mesa: 18.1.2 -> 18.1.4
...
Picked from #43378 .
2018-07-16 17:53:01 +02:00
Vladimír Čunát
2bd8e98eba
mesa: fix overzealous patching of *.pc
...
PR #42529 (722dd05
) broke gbm.pc and consequently virglrenderer build.
2018-07-16 17:47:24 +02:00
xeji
f4fbdf0578
Merge pull request #43601 from thefloweringash/ffmpeg-libvpx
...
ffmpeg, ffmpeg-full: enable libvpx on Darwin
2018-07-16 17:16:56 +02:00
Frederik Rietdijk
6d339e5863
Merge staging-next into staging
2018-07-16 17:14:44 +02:00
Frederik Rietdijk
f001c81c1a
Merge master into staging-next
2018-07-16 17:11:01 +02:00
Bastian Köcher
585d1175a3
kde-frameworks: 5.47 -> 5.48
2018-07-16 16:01:18 +02:00
Silvan Mosberger
1d94e4c363
idris: prefix package derivation names with "idris-"
2018-07-16 16:00:42 +02:00
volth
2efc2ada84
[staging] pango: 1.40.14 -> 1.42.1 ( #43171 )
2018-07-16 11:55:24 +02:00
Andrew Childs
2d9cc7a3bf
ffmpeg: enable libvpx on Darwin
2018-07-16 18:07:42 +09:00
Peter Simons
c661f96968
Consistently pass versioned llvmPackages_x attributes to GHC.
...
Otherwise, these configurations are going to break when Nixpkgs updates
to llvm 6.x.
2018-07-16 10:56:36 +02:00
Peter Simons
55af91d4aa
haskell-xmobar: the new release handles recent haskell-dbus version
2018-07-16 10:11:14 +02:00
Peter Simons
14dc80bc3e
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.10.0-5-gc7420eb from Hackage revision
61ddd81557
.
2018-07-16 09:57:49 +02:00
Peter Simons
6588e906d0
Merge pull request #43599 from ElvishJerricco/ghcjs-fixes-2018-07-15
...
Various GHCJS 8.4 fixes
2018-07-16 09:46:07 +02:00
Vaibhav Sagar
3c3c11031f
ghc: 8.6.1-alpha1 -> 8.6.1-alpha2
2018-07-16 15:13:26 +08:00
adisbladis
6e76a618fb
Merge pull request #43587 from dtzWill/update/node-packages-2018-07-15
...
node-packages: update to latest (ran generate.sh)
2018-07-16 14:17:37 +08:00
Frederik Rietdijk
3c09808160
Merge master into staging-next
2018-07-16 07:43:37 +02:00
Will Fancher
79362be283
Update readme with --compiler option for GHCJS
2018-07-16 01:14:55 -04:00
Will Fancher
2781b1fcbc
Fix ghcjs-dom-jsffi with GHCJS 8.4
2018-07-15 23:47:47 -04:00
Will Fancher
ff83aca511
Added ghcjs-base to GHCJS 8.4 / 8.2
2018-07-15 23:47:47 -04:00
Will Fancher
68ea661bb4
Fix various packages under GHCJS
2018-07-15 23:47:46 -04:00
Will Fancher
8488982ee3
Fixed some core packages in GHCJS 8.4
2018-07-15 22:41:27 -04:00
Will Fancher
682ef85c6f
Make GHCJS 8.4 the default, in line with LTS 12.x
2018-07-15 22:27:42 -04:00
Will Dietz
4626d0b255
gnomecast: init at 1.4.0
...
also pycaption, required dep.
2018-07-15 17:45:16 -05:00
Robert Schütz
eea1776378
Merge pull request #43544 from dotlambda/drop-backports_ssl_match_hostname_3_4_0_2
...
python.pkgs.backports_ssl_match_hostname_3_4_0_2: remove
2018-07-16 00:33:47 +02:00
Silvan Mosberger
770b9e379d
Merge pull request #43340 from r-ryantm/auto-update/harfbuzz-icu
...
harfbuzz-icu: 1.8.1 -> 1.8.2
2018-07-16 00:28:45 +02:00
Will Dietz
9194d147ba
node-packages: update to latest (ran generate.sh)
2018-07-15 17:23:40 -05:00
Franz Pletz
d34cc21526
Merge pull request #43541 from jfrankenau/update-cura
...
cura: 3.3.1 -> 3.4.1
2018-07-15 21:45:35 +00:00
Pascal Wittmann
4a35e7ef1d
Merge pull request #43503 from volth/bazel-private-tmp
...
bazel: use per-user tmp directory to avoid conflict with other builders
2018-07-15 22:22:47 +02:00
Jan Tojnar
c798c33de2
flatpak: 0.99.2 → 0.99.3
2018-07-15 22:07:08 +02:00
Jan Tojnar
98792fe351
flatpak-builder: 0.99.1 → 0.99.3
2018-07-15 19:10:02 +02:00
Jan Tojnar
4f2482ca3f
gdk-pixbuf.src: switch to fetchFromGitLab
2018-07-15 18:58:04 +02:00
Pascal Wittmann
1d31387775
groovy: 2.5.0 -> 2.5.1
2018-07-15 18:24:46 +02:00
Benjamin Hipple
dab1b67f9a
pythonPackages.aws-adfs: init at 0.12.0 ( #43458 )
2018-07-15 17:16:32 +02:00
Michael Raskin
10ffc3c791
Merge pull request #43563 from timokau/eclib-20180710
...
eclib: 20171219 -> 20180710
2018-07-15 13:56:27 +00:00
Robert Schütz
e82de5730f
python.pkgs.altair: fix build
2018-07-15 15:41:23 +02:00
Robert Schütz
de0c67572f
python.pkgs.vega_datasets: init at 0.5.0
2018-07-15 15:41:23 +02:00
Jörg Thalheim
e827b00dbf
Merge pull request #43554 from dtzWill/update/r2-cutter-1.6
...
radare2-cutter: 1.5 -> 1.6
2018-07-15 09:41:09 -04:00
Timo Kaufmann
c77d1e5b31
eclib: 20171219 -> 20180710
...
Also includes the necessary sage compatibility patch, borrowed from
ArchLinux.
2018-07-15 14:59:28 +02:00
Timo Kaufmann
338f71a338
pythonPackages.cvxopt: re-enable tests ( #43566 )
...
This reverts commit 64a64e7483
. The issue
was fixed in d2f0fc1f41
.
2018-07-15 14:26:33 +02:00
Robert Schütz
18774d4173
Merge branch 'master' into staging
2018-07-15 12:31:18 +02:00
Timo Kaufmann
64a64e7483
pythonPackages.cvxopt: temporarily disable tests ( #43564 )
...
The tests have transient failures that will be fixed once staging is
merged.
2018-07-15 12:20:47 +02:00
xeji
0ef2389327
Merge pull request #43315 from ryantm/cpan
...
treewide: replace search.cpan.org with metacpan.org
2018-07-15 11:51:58 +02:00
Vladimír Čunát
ba8cb47905
Merge #43556 : ffmpeg: build fixes
2018-07-15 11:17:18 +02:00
Vladimír Čunát
03e13ab370
ffmpeg_4, ffmpeg-full: 4.0 -> 4.0.1 (security)
...
https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/e049f7c24f:/Changelog
http://ffmpeg.org/security.html claims it fixes CVE-2018-12458..12460
2018-07-15 11:07:03 +02:00
Vladimír Čunát
10cbebe3df
ffmpeg: 3.4.2 -> 3.4.3 (security)
...
https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/89355585366:/Changelog
/cc #42882 : it certainly seems to fix some security issues,
but I'm not sure about mapping to particular CVE numbers;
perhaps it will appear on http://ffmpeg.org/security.html
2018-07-15 11:07:00 +02:00
Andrew Childs
342f72e747
ffmpeg: fix includedir in pkg-config files
2018-07-15 14:53:03 +09:00
Will Dietz
4ba6e227a2
creduce: 2.7.0 -> 2.8.0
2018-07-14 23:54:21 -05:00
Will Dietz
692068ecfc
radare2-cutter: use r2 built from rev Cutter pins as submodule
2018-07-14 23:25:21 -05:00
Andrew Childs
ad19127009
ffmpeg: fix inverted cross compilation flags
2018-07-15 13:15:24 +09:00
Will Dietz
ec523bef21
radare2-cutter: 1.5 -> 1.6
...
https://github.com/radareorg/cutter/releases/tag/v1.6
2018-07-14 23:04:43 -05:00
Ryan Mulligan
220618ef9c
perlPackages: remove search.cpan.org; add metacpan.org default homepage
...
https://www.perl.com/article/saying-goodbye-to-search-cpan-org/
maybe one operation less
..with unifying recursiveUpdate and first //
although not tested
fix whitespace
2018-07-14 18:49:00 -07:00
Jan Tojnar
7ef73ab110
zita-convolver: fix so link
2018-07-15 02:54:02 +02:00
Robert Schütz
fcc747ffa0
python.pkgs.backports_ssl_match_hostname: move expression
2018-07-15 01:29:39 +02:00
Matthew Bauer
19fc061a13
Merge pull request #43169 from samueldr/fix/stripDirs
...
Fixes `stripDirs` use after signature change
2018-07-14 19:07:46 -04:00
Will Dietz
5568c7c04b
bloaty: 2018-05-22 -> 2018-06-15 ( #43540 )
2018-07-14 23:12:22 +02:00
Johannes Frankenau
14abd80d1f
python.pkgs.uranium: 3.3.0 -> 3.4.1
2018-07-14 22:53:29 +02:00
Johannes Frankenau
3bedaf24f8
python.pkgs.libarcus: 3.3.0 -> 3.4.1
2018-07-14 22:53:19 +02:00
Johannes Frankenau
07b9fd14df
stb: init at 20180211
2018-07-14 22:45:07 +02:00
gnidorah
1727513d4d
electron: add gtk2 dependency ( #43379 )
2018-07-14 22:06:41 +02:00
R. RyanTM
e458e1307c
mlt: 6.8.0 -> 6.10.0 ( #43331 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mlt/versions .
2018-07-14 21:51:42 +02:00
xeji
27eb3c2673
Merge pull request #41934 from teto/cmd2_0.9.1
...
pythonPackages.cmd2: 0.8.0 -> 0.9.1
2018-07-14 21:50:32 +02:00
R. RyanTM
905e94bf4a
elfutils: 0.172 -> 0.173 ( #43031 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/elfutils/versions .
These checks were done:
- built on NixOS
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-readelf passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-nm passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-size passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-strip passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-elflint passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-findtextrel passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-addr2line passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-elfcmp passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-objdump passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-ranlib passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-strings passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-ar passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-unstrip passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-stack passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-elfcompress passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-make-debug-archive passed the binary check.
- 16 of 16 passed binary check by having a zero exit code.
- 0 of 16 passed binary check by having the new version present in output.
- found 0.173 with grep in /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173
- directory tree listing: https://gist.github.com/f0b855207a6f13446e77907717da40dd
- du listing: https://gist.github.com/1275237e95e19d1956769a304945cc37
2018-07-14 21:26:33 +02:00
xeji
fbcb86966d
Merge pull request #43430 from tazjin/rebar3-3.6.1
...
rebar3: 3.4.3 -> 3.6.1
2018-07-14 21:10:11 +02:00
Vincent Ambo
74ca35bd81
hex2nix: 0.0.6 -> 0.0.6-a31eadd7
...
Updates hex2nix to a new version that includes pinned dependencies.
This allows building hex2nix even if newer versions of dependencies
than what is packaged in `hex-packages.nix` are available in the
package snapshot.
The version of ibrowse used has been downgraded due to an issue in the
library. Custom builds of the ibrowse and jsx dependencies have been
removed from the derivation.
2018-07-14 20:05:54 +02:00
Vincent Ambo
0cf4c90469
rebar3: 3.4.3 -> 3.6.1
...
Updates rebar3 to version 3.6.1, which amongst other things introduces
support for rebar3 on Erlang/OTP 21.
Changes made:
* rebar3 and dependencies updated to new versions
* rebar3 hermeticity patch updated to apply against new version
* hex package registry snapshot updated
2018-07-14 20:05:53 +02:00
Vincent Laporte
6d9ffeaa2e
ocamlPackages.js_of_ocaml: 3.1.0 -> 3.2.0
2018-07-14 17:17:51 +00:00
Vincent Laporte
fdf291f922
ocamlPackages.tyxml: make dependency to camlp4 optional
2018-07-14 17:17:51 +00:00
Vincent Laporte
d534882ca2
ocamlPackages.ppx_tools: enable for OCaml 4.07
2018-07-14 17:17:51 +00:00
Vincent Laporte
1c58618fd1
ocamlPackages.ppx_deriving: remove spurious dependency to camlp4
2018-07-14 17:17:51 +00:00
Vincent Laporte
ba612369e7
ocamlPackages.ipaddr: remove spurious dependency to camlp4
2018-07-14 17:17:51 +00:00
Vincent Laporte
0c085fd034
ocamlPackages.astring: remove spurious dependency to camlp4
2018-07-14 17:17:51 +00:00
Vladimír Čunát
0f01215203
Merge branch 'master' into staging-next
...
Hydra: ?compare=1468896
2018-07-14 18:15:30 +02:00
Peter Hoeg
d4f63206d8
Merge pull request #43519 from peterhoeg/u/matroska
...
libebml: 1.3.5 -> 1.3.6 and libmatroska: 1.4.8 -> 1.4.9
2018-07-14 22:26:30 +08:00
Shea Levy
af315bb6c8
ncurses: Fix static build.
2018-07-14 08:38:39 -04:00
Herwig Hochleitner
a6f0ff33b5
Revert "cask: init"
...
This reverts commit 5bede1a252
.
This commit never actually wrapped cask, so it can be safely removed.
see https://github.com/NixOS/nixpkgs/pull/42419
2018-07-14 14:18:57 +02:00
Benjamin Andresen
e805874891
cask: fix incorrect exec
2018-07-14 14:07:23 +02:00
Robert Schütz
bcd0483528
python3.pkgs.djmail: fix build
2018-07-14 13:47:08 +02:00
Robert Schütz
db9e9ed057
python.pkgs.eve: remove superfluous patch
2018-07-14 13:47:08 +02:00
Robert Schütz
3575e894b2
python.pkgs.events: 0.2.1 -> 0.3
2018-07-14 13:47:08 +02:00
Robert Schütz
013ba39557
python.pkgs.celery: fix tests
2018-07-14 13:47:08 +02:00
Robert Schütz
5d59194820
python.pkgs.kombu: 4.0.2 -> 4.2.1
2018-07-14 13:47:08 +02:00
Maximilian Bosch
af17bfdedf
pythonPackages.scikitlearn: apply max_iter
patch from scikitlearn master ( #43483 )
...
See https://github.com/scikit-learn/scikit-learn/pull/10723
This fixes the build of `scikitlearn` on master and nixos-unstable.
The issue is originally an upstream issue
(see https://github.com/scikit-learn/scikit-learn/issues/10619 ) which
was fixed on master and was mainly caused by changes to the environment.
Closes #43466
2018-07-14 13:20:37 +02:00
Mario Rodas
4d6ad88fe2
jbuilder: 1.0+beta20 -> 1.0.0
2018-07-14 11:11:45 +00:00
Peter Hoeg
85f44394a1
libmatroska: 1.4.8 -> 1.4.9
2018-07-14 17:44:44 +08:00
Peter Hoeg
88b8186b13
libebml: 1.3.5 -> 1.3.6
2018-07-14 17:44:18 +08:00
Will Dietz
a16b7dfb6a
hpc-coveralls: patch to fix build (for Cabal 2.2)
2018-07-13 23:39:17 -05:00
Niklas Hambüchen
e15496203e
haskell: Pass dontStrip
to cabal. Fixes #43506
2018-07-14 03:41:39 +02:00
Jörg Thalheim
b0f2233917
go_1_10: remove cache artifacts from package
...
fixes #42465
2018-07-13 20:02:36 -04:00
volth
2a7aa43c16
bazel: use per-user tmp directory to avoid conflict with other builders
2018-07-13 23:35:28 +00:00
Alyssa Ross
165b6391fc
vagrant: 2.1.1 -> 2.1.2 ( #43416 )
2018-07-14 00:41:37 +02:00
markuskowa
7f1bcb1ebf
octopus: 7.2 -> 8.1 (libxc 3.0.1 -> 4.2.3) ( #43484 )
2018-07-14 00:37:30 +02:00
xeji
ebdb6edad7
Merge pull request #43440 from vbgl/ocaml-lwt_log-1.0.0
...
ocamlPackages.lwt_log: init at 1.0.0
2018-07-14 00:25:55 +02:00
Timo Kaufmann
85f7fa93bc
pythonPackages.cypari2: 1.1.4 -> 1.2.1 ( #43496 )
2018-07-14 00:17:55 +02:00
R. RyanTM
06a6d1cb33
flyway: 5.1.3 -> 5.1.4 ( #43200 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/flyway/versions .
These checks were done:
- built on NixOS
- /nix/store/1g49jlhy30sijz0js59lfnrg8k3mqvjf-flyway-5.1.4/bin/flyway passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 5.1.4 with grep in /nix/store/1g49jlhy30sijz0js59lfnrg8k3mqvjf-flyway-5.1.4
- directory tree listing: https://gist.github.com/869e3436d0f2761951eabdad68c0319d
- du listing: https://gist.github.com/6e8110c905ef757a084d835bb3181c41
2018-07-13 23:55:14 +02:00
Frederik Rietdijk
3e31d23d99
Merge master into staging
2018-07-13 19:34:19 +02:00
Frederik Rietdijk
2c07921cff
Merge pull request #43474 from r-ryantm/auto-update/curlcpp
...
curlcpp: 1.0 -> 1.1
2018-07-13 18:53:00 +02:00
Frederik Rietdijk
ae46f72638
Merge pull request #43371 from r-ryantm/auto-update/aws-sdk-cpp
...
aws-sdk-cpp: 1.4.78 -> 1.4.82
2018-07-13 18:51:40 +02:00
Frederik Rietdijk
edfa03323b
Merge pull request #43347 from r-ryantm/auto-update/flow
...
flow: 0.75.0 -> 0.76.0
2018-07-13 18:43:44 +02:00
Frederik Rietdijk
464f62e040
Merge pull request #43343 from r-ryantm/auto-update/folly
...
folly: 2018.06.25.00 -> 2018.07.09.00
2018-07-13 18:43:24 +02:00
Frederik Rietdijk
6baffc171c
Merge pull request #43449 from r-ryantm/auto-update/wxSVG
...
wxSVG: 1.5.13 -> 1.5.14
2018-07-13 18:40:12 +02:00
Frederik Rietdijk
d8a70837bc
Merge pull request #43451 from r-ryantm/auto-update/tevent
...
tevent: 0.9.36 -> 0.9.37
2018-07-13 18:39:59 +02:00
Frederik Rietdijk
43311347ed
Merge pull request #43452 from r-ryantm/auto-update/tdb
...
tdb: 1.3.15 -> 1.3.16
2018-07-13 18:39:46 +02:00
Vincent Laporte
ade8242b81
ocamlPackages.ezjsonm: 0.4.3 -> 0.6.0
2018-07-13 16:21:33 +00:00
Jan Tojnar
0a7741110c
Merge pull request #42994 from r-ryantm/auto-update/meson
...
meson: 0.46.1 -> 0.47.0
2018-07-13 17:25:09 +02:00
Robert Schütz
d9f66ea5ae
python.pkgs.credstash: 1.14.0 -> 1.15.0
2018-07-13 17:03:42 +02:00
Dan Peebles
6b81baed99
botocore, boto3, awscli: 1.10.48->1.10.57, 1.7.48->1.10.57, 1.15.49->1.15.48
...
As usual, I update all three of these at once because updating any of them
individually will break one or more of them.
2018-07-13 10:11:31 -04:00
Mario Rodas
90959f89b8
pythonPackages.pdfx: init at 1.3.1 ( #42815 )
2018-07-13 14:34:36 +02:00
Profpatsch
adbd3ead27
Revert "bazel: fix darwin build on hydra"
2018-07-13 14:15:37 +02:00
R. RyanTM
119a3ab3da
curlcpp: 1.0 -> 1.1
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/curlcpp/versions .
2018-07-13 04:02:58 -07:00
Frederik Rietdijk
a659bb01a9
Merge pull request #43364 from FRidh/fltk
...
fltk: get rid of composableDerivation
2018-07-13 12:46:12 +02:00
Patrick Hilhorst
32f4fcaefe
circleci-cli: init at 2018-05-12 ( #43432 )
2018-07-13 12:00:09 +02:00
Peter Hoeg
9bbb84f622
Merge pull request #43424 from dtzWill/update/qtmatrix-quaternion
...
libqmatrixclient: 0.2.1 -> 0.3.0.2; quaternion: 0.0.9 -> 0.0.9.2
2018-07-13 09:45:12 +08:00
R. RyanTM
2261e74091
tdb: 1.3.15 -> 1.3.16
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tdb/versions .
2018-07-12 18:37:41 -07:00
R. RyanTM
3cfdae0057
tevent: 0.9.36 -> 0.9.37
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tevent/versions .
2018-07-12 18:32:00 -07:00
R. RyanTM
5aa354f861
wxSVG: 1.5.13 -> 1.5.14
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wxSVG/versions .
2018-07-12 18:01:59 -07:00
Silvan Mosberger
d767c0c253
idris: Remove unneeded overrides
...
- The gmp issue has long been fixed and closed
- The preBuild thing was never used afaik, it works no problem without
it, especially since checks don't run (To get checks to work we'd have
to compile the libraries into idris, which are currently nicely
separated)
- The dependencies overrides aren't needed anymore
2018-07-13 00:59:30 +02:00
Will Dietz
026b88d54f
gtkperf: Add test selection patch from phoronix/openbenchmarking
...
Patch seems to not change default functionality, always use.
2018-07-12 17:35:51 -05:00
Will Dietz
22c94d366f
gtkperf: init at 0.40(.0)
2018-07-12 17:35:19 -05:00
Vincent Laporte
ca12adfeaf
flow: use lwt_log
2018-07-12 21:26:07 +00:00
Vincent Laporte
5a7ab721b4
ocamlPackages.lwt_log: init at 1.0.0
2018-07-12 21:26:00 +00:00
Vincent Laporte
124071cacd
ocamlPackages.lwt3: make dependency to camlp4 optional
2018-07-12 21:25:52 +00:00
Pascal Wittmann
60a9ea4015
accountsservice: 0.6.49 -> 0.6.50
2018-07-12 21:44:35 +02:00
Will Dietz
b30a690af7
radare2-cutter: don't wrap, shouldn't be needed (and might be wrong)
...
This was working around mixed qt versions apparently,
which I've fixed and it is no longer needed.
Sorry about that.
2018-07-12 12:57:43 -05:00
Will Dietz
d2d049f187
libqmatrixclient: 0.2.1 -> 0.3.0.2
2018-07-12 12:53:59 -05:00
Will Dietz
1b3d8eefe3
openblas: backport another patch, fix crash w/Go and Octave
...
Also fixes numpy crashing during tests w/musl.
2018-07-12 12:03:26 -05:00
Will Dietz
ba602b0a5f
haskell-{unix-time,prettyprinter}: dontCheck on musl
2018-07-12 11:04:25 -05:00
Will Dietz
78381de859
Merge pull request #43400 from dtzWill/experimental/ghc-musl-nollvm
...
ghc: don't use LLVM w/musl on non-cross
2018-07-12 10:48:04 -05:00
Markus Ankenbrand
775fd4bfba
rPackages.haven: fix installation
2018-07-12 11:07:27 +02:00
Peter Simons
e65bdb9199
xmonad-extras: jailbreak to build to cope with out patched version of xmonad
...
Fixes https://github.com/NixOS/nixpkgs/issues/43374 .
2018-07-12 10:54:58 +02:00
Peter Simons
3e3a860c88
multi-ghc-travis: update to latest git version
2018-07-12 10:21:32 +02:00
volth
c583bfbf80
pythonPackages.cython: run tests in parallel ( #43393 )
2018-07-12 10:08:06 +02:00
volth
0a18bec139
hspell: fix build when default perl is 5.26+ ( #43359 )
2018-07-12 09:16:48 +02:00
patternspandemic
6f24f61c8e
ponyc: 0.23.0 -> 0.24.0 ( #43392 )
2018-07-12 09:15:00 +02:00
Alvar
28ca73bc7f
geojson: 2.3.0 -> 2.4.0 ( #43389 )
2018-07-12 09:13:12 +02:00
Michael Raskin
8988a5904d
Merge pull request #43234 from timokau/openblas-backport
...
openblas: backport fix
2018-07-12 04:43:46 +00:00
Will Dietz
2996d29f71
ghc: don't use LLVM w/musl on non-cross
...
Doesn't appear to be needed on musl-native on x86_64,
and on non-x86(-64) it's included anyway.
2018-07-11 21:34:47 -05:00
Will Dietz
fcfd66cea2
Merge pull request #43369 from dtzWill/experimental/ghc-musl-bootstrap
...
ghc: support musl-native!
2018-07-11 21:31:46 -05:00
volth
8c3b33ea73
libvirt: 4.4.0 -> 4.5.0 ( #43164 )
2018-07-11 22:34:13 +02:00
Timo Kaufmann
c968e02aba
pythonPackages.cysignals: 1.7.1 -> 1.7.2 ( #43382 )
2018-07-11 22:25:08 +02:00
Timo Kaufmann
d2f0fc1f41
openblas: backport fix
...
https://github.com/xianyi/OpenBLAS/issues/1666
Causing test failures in cvxopt and (according to an openblas issue) numpy.
2018-07-11 22:06:32 +02:00
R. RyanTM
f891715b00
aws-sdk-cpp: 1.4.78 -> 1.4.82
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions .
2018-07-11 10:16:04 -07:00
Jan Tojnar
ddf156ffa9
bamf: various improvements
...
Fix systemd user unit directory, add test dependencies,
split package into multiple outputs, and clean up a bit.
2018-07-11 18:58:02 +02:00
R. RyanTM
b4d9f481f5
conan: 1.5.1 -> 1.5.2 ( #43354 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/conan/versions .
2018-07-11 18:34:17 +02:00
Will Dietz
e065779af1
ghc821-binary: avoid mass-rebuild by using old dynamic linker string
2018-07-11 11:16:13 -05:00
Will Dietz
b4c91a3e1a
ghc821-binary: disable ld override w/musl
...
Fixes conftest failure that I believe ends up
using the wrong dynamic linker.
2018-07-11 11:14:18 -05:00
Will Dietz
4a1d311c49
ghc821-binary: use glibc on musl
...
These prebuilt binaries need to be used with glibc,
it doesn't matter what we're using otherwise.
This may seem a bit strange but has the huge advantage
of not needing to create/host/download musl-specific variants,
and instead continue to use the official ones from upstream.
2018-07-11 11:06:20 -05:00
Frederik Rietdijk
497679725e
fltk: get rid of composableDerivation
2018-07-11 18:02:49 +02:00
adisbladis
c7af2af455
Merge pull request #43328 from adisbladis/buildGoPackage-nosrc
...
buildGoPackage: Dont copy sources to $out
2018-07-11 22:43:27 +08:00
Will Dietz
e1b8e8a40c
Merge pull request #43309 from dtzWill/update/radare2-2.7-and-cutter-1.5
...
radare2: 2.6.0 -> 2.7.0; radare2-cutter: 1.4 -> 1.5
2018-07-11 09:40:55 -05:00
Peter Simons
73473bb22e
Merge pull request #43360 from mnacamura/r-reprex
...
rPackages.reprex: fix build
2018-07-11 16:39:15 +02:00
Will Dietz
be0a056fcb
Merge pull request #43306 from dtzWill/fix/ghc-musl-targets
...
ghc{843,861}: add musl variants of "llvm-targets"
2018-07-11 09:38:28 -05:00
Mitsuhiro Nakamura
c072024409
rPackages.reprex: fix build
2018-07-11 23:16:49 +09:00
adisbladis
e95f17e272
buildGoPackage: Dont copy sources to $out
...
Some sources are quite large and they don't seem to offer much value
2018-07-11 20:40:47 +08:00