Commit graph

29435 commits

Author SHA1 Message Date
Nikolay Amiantov 030862f63c linuxPackages.evdi: init at 1.4.1 2017-05-19 02:53:09 +03:00
Nikolay Amiantov e17744067a displaylink: 1.1.62 -> 1.3.52 2017-05-19 02:51:45 +03:00
John Ericson f6863bcf7a Merge pull request #25895 from obsidiansystems/cross-tests
release-cross: Do a recursive union to make sure we don't loose tests
2017-05-18 10:57:27 -04:00
John Ericson df91297181 release-cross: Do a recursive union to make sure we don't loose tests 2017-05-18 10:41:58 -04:00
Jörg Thalheim eda502d143 Merge pull request #25847 from aneeshusa/update-icdiff-to-1.9.0
icdiff: 1.7.3 -> 1.9.0
2017-05-18 06:50:22 +01:00
John Ericson afec912d81 Merge pull request #25867 from obsidiansystems/ghc-deps-cross
Fix cross compilation of some GHC deps
2017-05-17 19:09:00 -04:00
John Ericson 2601a80639 release-cross: Make tests more uniform
Fewer packages are only built on one platform. Eventually we should
have each package encode its own requirements on build host and target
(as we do for build already) and use that to test automatically.
2017-05-17 18:54:31 -04:00
John Ericson bec5ffee15 Merge pull request #25232 from obsidiansystems/cross-binutils
Cross binutils
2017-05-17 16:34:56 -04:00
Daiderd Jordan fcbb9b3243 Merge pull request #25837 from czyzykowski/v8-on-osx
v8: fixes darwin build
2017-05-17 21:54:43 +02:00
Lukasz Czyzykowski 3de66330cd v8: fixes build on darwin
v8 compilation on macOS was failing because of missing dependency and
wrong linker. The approach to make it work is similar to the nodejs
package.
2017-05-17 21:50:49 +02:00
John Ericson d34079c2d9 release-cross: Add arms test from Darwin for binutils
This does a decent job of testing everything in this PR up to here.
2017-05-17 15:33:05 -04:00
John Ericson 88ea6463a3 binutils on darwin: Clean up the rats nest
- No more *Cross duplication for binutils on darwin either.
   `cctools_cross` is merged into plain `cctools`, so `buildPackages`
   chains alone are used to disambiguate.

 - Always use a mashup of cctools and actual GNU Binutils as `binutils`.
   Previously, this was only done in the native case as nobody had
   bothered to implement the masher in the cross case. Implemented it
   basically consisted of extending the wrapper to deal with prefixed
   binaries.
2017-05-17 15:33:05 -04:00
John Ericson f2e2463367 Merge pull request #25866 from obsidiansystems/linux-headers-cross
linuxHeadersCross: Remove and just use `linuxHeaders`
2017-05-17 15:29:58 -04:00
John Ericson f0e1907bee linuxHeadersCross: Remove and just use linuxHeaders 2017-05-17 15:06:09 -04:00
Robert Helgesson 23f6332634
perl-PPI: 1.220 -> 1.224 2017-05-17 20:42:19 +02:00
John Ericson 6d599b791e Merge pull request #25859 from Ericson2314/platform-normalize
lib platform parsing: Fix windows support to conform to LLVM, take 2
2017-05-17 13:26:23 -04:00
John Ericson f3c989babd Merge pull request #25196 from Ericson2314/recursive-platform-tests
lib: Consolidate tests into one meta job
2017-05-17 11:31:57 -04:00
John Ericson 371ebc89ca lib platform parsing: Fix windows support to conform to LLVM, take 2
Second attempt at pull request #25275

This reverts commit b70924bd80,
reapplying 2282a5774c
2017-05-17 11:16:00 -04:00
John Ericson 296753f094 lib: Consolidate tests into one meta job 2017-05-17 11:14:59 -04:00
Aneesh Agrawal e75297abba icdiff: 1.7.3 -> 1.9.0
Also move to all-packages.nix,
because it is an application and not a library.
2017-05-17 03:12:14 -04:00
Jörg Thalheim d582db0618 Merge pull request #25811 from mimadrid/update/ripgrep-0.5.2
ripgrep: 0.5.1 -> 0.5.2
2017-05-16 20:15:34 +01:00
Profpatsch 685bfcee63 fira-code-symbols: init at 20160811 2017-05-16 13:50:31 +02:00
Frederik Rietdijk ea2c573b3b python.pkgs.scipy: move expression and keep only a single version 2017-05-16 13:37:01 +02:00
Frederik Rietdijk c9b4a2f319 python.pkgs.numpy: move and get rid of multiple versions 2017-05-16 13:37:01 +02:00
Frederik Rietdijk 50fb47df49 pythonPackages.cython: disable tests temporarily 2017-05-16 13:37:01 +02:00
Frederik Rietdijk b78940b850 pythonPackages.numpy: 1.11.3 -> 1.12.1 2017-05-16 13:37:01 +02:00
Frederik Rietdijk 9d5038e326 pythonPackages.scipy: 0.18.1 -> 0.19.0 2017-05-16 13:37:01 +02:00
Jaakko Luttinen 43941da859
pythonPackages.PyRSS2Gen: fix sha256
The old hash caused version 1.0 version to be installed instead of 1.1, for some
reason.
2017-05-16 10:43:53 +03:00
Masayuki Takeda 1aaeb94855 3to2: init at 1.1.1 (#25202)
* 3to2: init at 1.1.1

* add myself to maintainer list

* add mt-caret as maintainer
2017-05-16 08:40:36 +02:00
Jörg Thalheim d83f1bfed5 Merge pull request #25788 from Mic92/metasploit
metasploit: 3.3.1 -> 4.14.17
2017-05-15 21:50:26 +01:00
Jörg Thalheim ec6e29fa69
msf: add metasploit alias 2017-05-15 21:48:13 +01:00
mimadrid b8e629e664
rustRegistry: 2017-05-03 -> 2017-05-15 2017-05-15 20:15:31 +02:00
Daiderd Jordan e5a4da2ab8 python-pytest-xdist: fix tests 2017-05-15 14:14:51 +02:00
Tuomas Tynkkynen a35ec5dda6 linux_rpi: 1.20170303 -> 1.20170427 2017-05-15 11:14:59 +03:00
Peter Simons fc0543cd88 cabal2nix: include nix in the generated wrapper to ensure that nix-prefetch-url is in $PATH
Fixes https://github.com/NixOS/nixpkgs/issues/25718.
2017-05-15 09:35:44 +02:00
Frederik Rietdijk 8b647e991f Merge pull request #25563 from jluttine/add-piexif
pythonPackages.piexif: init at 1.0.12
2017-05-15 08:48:30 +02:00
Frederik Rietdijk 9468764b15 Merge pull request #25609 from jluttine/add-nbstripout
nbstripout: init at 0.3.0
2017-05-15 08:47:12 +02:00
Pascal Wittmann 044063666e Merge pull request #25736 from dbrock/seth
seth: init at 0.5.0
2017-05-15 07:59:51 +02:00
Daniel Brockman ff3baddbd5 seth: init at 0.5.0 2017-05-15 00:27:02 +02:00
Jaakko Luttinen 8a68e4c7f6 pythonPackages.natsort: 5.0.1 -> 5.0.3
* pythonPackages.natsort: refactor config

* pythonPackages.natsort: 5.0.1 -> 5.0.3

* pythonPackages.natsort: fix broken
2017-05-14 20:05:50 +02:00
Jörg Thalheim 9237fdd1d0
openbrf: fix build 2017-05-13 09:38:59 +01:00
Jörg Thalheim ae12ded6bf Merge pull request #25381 from sargon/nullmailer
nullmailer + service: init at 2.0
2017-05-13 07:13:07 +01:00
Jörg Thalheim e8880627e8
Whoosh: fix python3.6
fixes #25745
2017-05-12 20:37:48 +01:00
Matthew Daiter 093130f802 openmvs: init at current master (#25672)
* openmvs: init at current master

* openmvs: simplify expression

* openmvs: init at unstable-2017-05-01
2017-05-12 20:07:11 +01:00
Peter Hoeg e25665591b qsyncthingtray: build with qt 5.6 2017-05-12 16:45:43 +08:00
Peter Hoeg 49d3b432c3 docker: fix reference to unknown attribute 2017-05-12 11:12:52 +08:00
Jörg Thalheim 3dc109cbc2
blueman: use wrapGAppsHook 2017-05-11 20:34:51 +01:00
Tim Steinbach de9c869df2 Merge pull request #25579 from vdemeester/docker-edge-update-17.05
docker-edge: 17.04 to 17.05
2017-05-11 12:49:37 -04:00
Frederik Rietdijk 18bad38d3d pythonPackages.callPackage to make it easier to call expressions that take many python packages 2017-05-11 14:15:42 +02:00
Peter Hoeg 48192c65c3 partition-manager: init at 3.0.1
Includes kpmcore 3.0.3
2017-05-11 19:07:44 +08:00