Commit graph

50900 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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 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
adisbladis d1eaa5b651
clojure: Fix bin wrappers 2018-07-17 10:25:34 +08: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