1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00
Commit graph

36608 commits

Author SHA1 Message Date
James Earl Douglas fa8ee0d45b
jenkins: 2.55 -> 2.56 2017-04-25 16:48:47 -04:00
James Earl Douglas fce59d47e7
jenkins: 2.53 -> 2.55 2017-04-25 13:57:10 -04:00
Thomas Tuegel de260d8b77 Merge pull request #25094 from vandenoever/kdeapps-17.04
Kdeapps 17.04
2017-04-25 09:12:18 -05:00
Benno Fünfstück 6b36d26a24 haskell: add more callPackageWithScope docs 2017-04-25 16:08:44 +02:00
Benno Fünfstück 731e0fa742 haskell: preserve overrideScope on override
We want code such as `(pkg.override {}).overrideScope (self: super: {})` to
work. This didn't work before, since `override` will call the original package
again, and the attribute `overideScope`, which `callPackageWithScope` added,
wasn't added again. The fix for this is to modify the package function itself
to include the `callPackageWithScope` attribute, so it'll be re-added whenever
the function is overriden for with arguments.

There is a small problem here though: since callPackage uses some magic
(`builtins.functionArgs`) to determine the auto-arguments of a function, we
can't just write `callPackageWith scope drvScope`, since
`builtins.functionArgs drvScope` will be `{}`. To fix this, we implement our own
`callPackageWith`.

Fixes https://github.com/NixOS/nixpkgs/issues/7953.
Closes https://github.com/NixOS/nixpkgs/pull/9336.
2017-04-25 16:08:43 +02:00
Michael Alan Dorman 9b74549c0b purescript: remove overrides
It now supports recent versions of various dependencies.
2017-04-25 16:08:43 +02:00
Peter Simons 92844240c2 halvm: set proper meta.platforms
64-bit Linux is the only platform that has Xen in Nixpkgs.
2017-04-25 16:08:43 +02:00
Peter Simons 9fa927f106 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.1.1-8-g19ebdb9 from Hackage revision
14048552ae.
2017-04-25 16:08:38 +02:00
Peter Simons 2a34188f2c hackage2nix: update list of broken packages 2017-04-25 16:08:37 +02:00
Peter Simons 0f104177ad LTS Haskell 8.12 2017-04-25 16:08:00 +02:00
Dan Peebles 9046e54f6d qt5: fix to work on LLVM 4
(this is reapplying 6b1957d17a, which got
lost in a merge)

Including apple_sdk.sdk is generally a recipe for a bad time on LLVM 3.8
and above, since you end up with bad headers in the wrong place that hurt
the new libc++ in 3.8 and above. In this case, qt only wanted the super-
generic SDK for CUPS headers, which we can just depend on directly now.
2017-04-25 09:37:36 -04:00
Marius Bergmann d25f7c9eed yarn: 0.22.0 -> 0.23.2 (#25189) 2017-04-25 11:05:35 +01:00
Gabriel Ebner 10b95d7623 emscripten: 1.37.9 -> 1.37.10 2017-04-25 11:08:20 +02:00
John Ericson 75441dd64a Merge pull request #25194 from obsidiansystems/host-target-unconfuse
stdenv.cross is a silly attribute that needs to go leaving the well-defined hostPlatform and targetPlatform. This PR doesn't remove it, but changes its definition: before it tracked the target platform which is sometimes more useful for compilers, and now it tracks the host platform which is more useful for everything else. Most usages are libraries, falling in the "everything else" category, so changing the definition makes sense to appease the majority. The few compiler (gcc in particular) uses that exist I remove to use targetPlatform --- preserving correctness and becoming more explicit in the process.

I would also update the documentation aside mentioning stdenv.cross as deprecated, but the definition given actually erroneously assumes this PR is already merged!
2017-04-24 19:07:48 -04:00
Jörg Thalheim 5793e97e6e Merge pull request #25161 from armijnhemel/ucommon
ucommon: 6.3.1 -> 7.0.0
2017-04-24 23:09:26 +02:00
John Ericson a7068ace35 Rewrite a few stdenv.cross uses that *should* be targetPlatform
The previous commit redefines `stdenv.cross` for the sake of normal
libaries, the most common use-case of that attribute. Some compilers
however relied on the old definition so we have them use
`targetPlatform` instead. This special casing is fine because we
eventually want to remove `stdenv.cross` and use either `hostPlatform`
or `targetPlatform` instead.
2017-04-24 16:31:45 -04:00
Franz Pletz bede043070
libytnef: init at 1.9.2 2017-04-24 21:06:52 +02:00
Tuomas Tynkkynen c90998d5cf Revert "rustc: don't build on i686"
This reverts commit 9f86136cef.

Rust is nowadays required for building Firefox, so the channel updates
are blocked on this.

(It also builds fine for me.)
2017-04-24 21:25:02 +03:00
Tuomas Tynkkynen cf3800b38c Merge remote-tracking branch 'upstream/staging' into master 2017-04-24 19:25:38 +03:00
Vladimír Čunát 10af6b4dbf
perl*, statsmodels: fix evaluation problems
The tarball job now builds again.
2017-04-24 17:36:28 +02:00
Peter Simons 85a9e6dcdf R: update list of broken packages (and some cosmetic) 2017-04-24 15:39:54 +02:00
Peter Simons 430cbcfd2b R: update CRAN and BIOC package sets 2017-04-24 15:39:08 +02:00
Tuomas Tynkkynen 84982c28de Merge remote-tracking branch 'upstream/master' into staging 2017-04-24 15:04:43 +03:00
Tim Steinbach f6e0e71b9d
ammonite: 0.8.2 -> 0.8.3 2017-04-24 07:08:55 -04:00
Daiderd Jordan 80828429d7 Merge pull request #25066 from matthewbauer/less-darwin-eval-errors
Add Darwin as platform to various "broken" packages that actually build
2017-04-24 08:14:21 +02:00
John Wiegley 2df7f1b5b5
coq.QuickChick: Update to latest version that works with Coq 8.6 2017-04-23 21:53:21 -07:00
Matthew Bauer 2060f5b1fc
libgtop: supports darwin 2017-04-23 18:08:53 -05:00
Matthew Bauer b73eb69582
gst-plugins-good: supports darwin 2017-04-23 18:08:52 -05:00
Matthew Bauer bd33551e06
qwt: supports darwin 2017-04-23 18:08:51 -05:00
Matthew Bauer fac85b06fd
exempi: supports darwin 2017-04-23 18:08:50 -05:00
Matthew Bauer b9c8a0182a
antlr: supports darwin 2017-04-23 18:08:40 -05:00
Matthew Bauer a708fd840f
zimg: supports darwin 2017-04-23 18:08:40 -05:00
Matthew Bauer 1091c3b489
colm: supports darwin 2017-04-23 18:08:39 -05:00
Matthew Bauer 3e6579ee84
libinfinity: supports darwin 2017-04-23 18:08:38 -05:00
Matthew Bauer 18b8a22bca
libdiscid: support darwin 2017-04-23 18:08:37 -05:00
Matthew Bauer 0b58b437ea
libconfuse: supports darwin 2017-04-23 18:08:36 -05:00
Matthew Bauer d21afc0b29
opencv: supports darwin 2017-04-23 18:08:31 -05:00
Matthew Bauer 983a0f31ca
menu-cache: supports darwin 2017-04-23 18:08:23 -05:00
Matthew Bauer ad3b346e78
liblo: supports darwin 2017-04-23 18:08:22 -05:00
Matthew Bauer 6d4a1f03fa
libfm: supports darwin 2017-04-23 18:08:22 -05:00
Matthew Bauer b39f6dad2c
libdvdread: supports darwin 2017-04-23 18:08:21 -05:00
Matthew Bauer 5042d93178
libconfig: supports darwin 2017-04-23 18:08:21 -05:00
Matthew Bauer 9f4f4f006b
extra-cmake-modules: supports darwin 2017-04-23 18:08:20 -05:00
Armijn Hemel 1601bf5cfc ucommon: 6.3.1 -> 7.0.0 2017-04-23 22:45:29 +02:00
Kamil Chmielewski b125fbfb07 ponyc: 0.13.0 -> 0.13.1
https://github.com/ponylang/ponyc/issues/1848
2017-04-23 21:21:56 +02:00
obadz dcc61da97c Merge pull request #25102 from obadz/python-pyspread
python2Packages.pyspread: init at 1.1 (and fix wxPython to inject required dependencies)
2017-04-23 17:55:29 +01:00
gnidorah 4204c47b5c qtstyleplugins: 2016-12-01 -> 2017-03-11 2017-04-23 16:06:55 +03:00
Luca Bruno fa652cef22 Fix node2nix installation instructions in README 2017-04-23 13:47:59 +01:00
Nick Novitski 37b0be688d bundix: 2.0.8 -> 2.1.0 (#25129) 2017-04-23 13:13:50 +01:00
Joachim F f1bc5a3a83 Merge pull request #25111 from bachp/gitlab-runner-update
Gitlab runner update
2017-04-23 12:16:27 +01:00