Commit Graph
119451 Commits
Author SHA1 Message Date
Michael RaskinandGitHub 85eac6ff73 Restrict platforms to what is known to work. 2017-11-06 01:25:04 +00:00
Timo Kaufmann fe68ba81d2 sage: 6.8 -> 8.0
This "un-breaks" sage while also updating it to 8.0.

It compiles sage with its dependencies as one big pile, which is not
the best approach but definately better than nothing for now.

To be able to shrink the huge output pile a little, it also splits
docs from the rest of the output.
2017-11-05 17:37:40 -06:00
Vincent Laporte 0cabd5fa67 ocamlPackages.ocaml-migrate-parsetree: 1.0.5 -> 1.0.7 2017-11-04 23:47:44 +00:00
Michael RaskinandGitHub af7be86125 Merge pull request #31264 from kini/acl2-update
acl2: 6.5 -> 7.4; sbcl: remove 1.2.0 and 1.3.12
2017-11-04 23:17:30 +00:00
Michael RaskinandGitHub d715c087b1 Merge pull request #20423 from DerTim1/add-service-wrapper
service-wrapper: init at 16.04.0
2017-11-04 22:16:59 +00:00
knupferandMichael Raskin d71833ee36 fetchipfs: init
Fixes #18296
2017-11-04 23:01:27 +01:00
Graham ChristensenandGitHub 59c995ce06 Merge pull request #31259 from mimadrid/update/elixir-1.5.2
elixir: 1.5.1 -> 1.5.2
2017-11-04 16:58:40 -04:00
Keshav Kini 21db63d669 sbcl: remove old versions 1.2.0, 1.3.12
SBCL 1.2.0 was being retained for the acl2 package, which no longer
needs it.  SBCL 1.3.12 was being retained for the maxima package,
which appears to no longer need it.
2017-11-04 13:48:22 -07:00
Keshav Kini 0094ca20cc acl2: 6.5 -> 7.4, refactor
The `make regression` line was failing because the expression was
downloading a core-system-only, no-libraries source tarball.  I
switched to using fetchFromGitHub, which downloads the full source
code -- the core system as well as the "community books",
i.e. libraries -- but the libraries unfortunately do not build yet
because they have more dependencies than the core system, and they
also run into some impurity problems during the build process.

This commit changes the ACL2 package so that at least the user will
obtain the latest version of the core system, even though they won't
get the community books.  In a later commit I hope to fix this; it
will require either changes to ACL2 itself, or a patch to be applied
to ACL2 in nixpkgs.

ACL2 7.4 has no trouble building on the current version of SBCL in
nixpkgs, so I let it do so instead of using the ancient SBCL version
1.2.0 from 2014.

I also added myself as a maintainer to this package, since I'm an
active contributor to the ACL2 project and am interested in seeing it
working on Nix.
2017-11-04 13:48:22 -07:00
Michael Weiss af3a11b8f6 pgpdump: Add support for compressed data packets
This will add support for compressed data packets (Tag 8) [0] and enable
it by default.

[0]: https://tools.ietf.org/html/rfc4880#section-5.6
2017-11-04 21:23:14 +01:00
Orivej DeshandGitHub 86415c9c83 Merge pull request #27790 from MatrixAI/masterpdfeditor
masterpdfeditor: init at 4.2.70
2017-11-04 20:19:40 +00:00
Michael RaskinandGitHub 53d4649ddc Merge pull request #31257 from c0bw3b/pkg/nsjail
nsjail: 2.1 -> 2.2
2017-11-04 20:04:57 +00:00
mimadrid a6e12e5cf5 elixir: 1.5.1 -> 1.5.2 2017-11-04 20:30:27 +01:00
Peter Simons d594ca69fd hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.6-15-g404d240 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/be48096efe0680f3983647271087603c66c6647f.
2017-11-04 20:02:45 +01:00
Peter Simons a09460b827 ghc: add 8.2.2-rc2 2017-11-04 20:02:31 +01:00
RenaudandGitHub 9754503c6b nsjail: 2.1 -> 2.2
plus fixed meta.license which should be Apache License 2.0
2017-11-04 20:02:23 +01:00
RenaudandGitHub 27114d45ae stdenv.lib.maintainers: add c0bw3b 2017-11-04 19:56:04 +01:00
Vincent Laporte 9e0159c04c ocamlPackages.stdio: 0.9.0 -> 0.9.1 2017-11-04 18:50:23 +00:00
Michael RaskinandGitHub 6f686c47ff Merge pull request #31231 from mimadrid/update/sbcl-1.4.1
sbcl: 1.4.0 -> 1.4.1
2017-11-04 18:24:05 +00:00
Vincent Laporte a8c4829f7c ocamlPackages.base: 0.9.3 -> 0.9.4 2017-11-04 17:47:38 +00:00
Vladimír Čunát 8ea1b79003 wxGTK-{2.9,3.0}: apply an upstream patch
Close #30909.
2017-11-04 18:28:33 +01:00
Vincent Laporte 8923737cd5 ocamlPackages.sexplib: 0.9.2 -> 0.9.3 2017-11-04 17:09:50 +00:00
Daiderd JordanandGitHub a9f13a4614 Merge pull request #31213 from acowley/qt5-cmake-cleanup
qt5: fix cmake cleanup on darwin
2017-11-04 16:51:56 +01:00
Tim SteinbachandGitHub d9024786f2 Merge pull request #31011 from leenaars/hex
beamPackages.hex: 0.14.0 => 0.17.1
2017-11-04 11:19:02 -04:00
Tim SteinbachandGitHub 9691c3e522 Merge pull request #31246 from c0bw3b/doc/meta-platforms
nixpkgs manual : clearer meta.platforms description
2017-11-04 11:14:07 -04:00
Renaud 4e892b9c03 nixpkgs manual : clearer meta.platforms description
Refer to doubles.nix for a list of common platforms types used in packages
2017-11-04 16:08:14 +01:00
Tim SteinbachandGitHub 97f172a1d5 Merge pull request #31146 from NeQuissimus/kafka_updates
Kafka: Update + Tests
2017-11-04 11:06:32 -04:00
Tim SteinbachandGitHub a789f5b2f1 Merge pull request #31233 from mimadrid/update/rofi-pass-1.5.3
rofi-pass: 1.5.2 -> 1.5.3
2017-11-04 11:04:41 -04:00
Tim SteinbachandGitHub 21b587a6dd Merge pull request #31232 from mimadrid/update/tmuxp-1.3.4
tmuxp: 1.3.1 -> 1.3.4
2017-11-04 10:58:27 -04:00
mimadridandRobert Helgesson 9720703d24 mawk: 1.3.4-20161120 -> 1.3.4-20171017 2017-11-04 15:56:31 +01:00
Tim SteinbachandGitHub b7fe5577e5 Merge pull request #31245 from pbogdan/openrct2-fix-build
openrct2: fix build
2017-11-04 10:52:06 -04:00
Tim SteinbachandGitHub 2452bd2e80 Merge pull request #31240 from gjeusel/tortoisehg-update
tortoisehg: 4.1.1 -> 4.3.1
2017-11-04 10:48:29 -04:00
Tim SteinbachandGitHub 433703254b Merge pull request #31248 from mimadrid/update/jruby-9.1.13.0
jruby: 9.1.12.0 -> 9.1.13.0
2017-11-04 10:42:42 -04:00
Tim SteinbachandGitHub aab92cba7d Merge pull request #31243 from pbogdan/tcpflow-fix-build
tcpflow: fix build
2017-11-04 10:42:18 -04:00
Tim SteinbachandGitHub 73714d8a56 Merge pull request #31247 from Shados/synergy-repo-rename
synergy: track upstream repository name change.
2017-11-04 10:38:06 -04:00
mimadrid 303ad53e7e jruby: 9.1.12.0 -> 9.1.13.0 2017-11-04 15:36:17 +01:00
Tim SteinbachandGitHub e049e462ff Merge pull request #31226 from adisbladis/firefox-beta-bin-57_0b14
firefox-beta-bin: 57.0b13 -> 57.0b14
2017-11-04 10:32:33 -04:00
Alexei Robyn 97594ffd86 synergy: track upstream repository name change. 2017-11-05 01:30:20 +11:00
Maximilian BoschandNicolas B. Pierron 93c54acf97 services.xserver: assert that either desktop- or window manager is not "none"
resolves #11064
2017-11-04 15:30:20 +01:00
mimadridandRobert Helgesson 84ad480e0c tilix: 1.6.4 -> 1.7.1 2017-11-04 15:25:33 +01:00
Daiderd JordanandGitHub de62516777 Merge pull request #31174 from eqyiel/fix-lame
lame: prevent build failure from using outdated symbol list
2017-11-04 15:20:33 +01:00
Piotr Bogdan 9e59605bab openrct2: fix build 2017-11-04 14:18:47 +00:00
Michael RaskinandGitHub 8868daa5e6 Merge pull request #31244 from pbogdan/textadept-fix-build
textadept: fix build
2017-11-04 14:07:01 +00:00
Piotr Bogdan 0936dd0d57 textadept: fix build 2017-11-04 13:56:32 +00:00
Piotr Bogdan adf5aea0b6 tcpflow: fix build 2017-11-04 12:45:59 +00:00
Michael RaskinandGitHub cc3c38d788 Merge pull request #31238 from c0bw3b/pkg/fdm
fdm: 1.8 -> 1.9.0.20170124
2017-11-04 12:36:06 +00:00
Renaud 5fe398fdc9 fdm: 1.8 -> 1.9.0.20170124
sf.net repo does not exist anymore
2017-11-04 13:27:39 +01:00
Michael Raskin eafd703a63 lispPackages.clwrapper: make sure to patch shebangs in the scripts before using them 2017-11-04 12:46:56 +01:00
Joachim Fasting 86bc99cc8a tor-browser-bundle-bin: 7.0.8 -> 7.0.9 2017-11-04 12:19:58 +01:00
Daiderd JordanandGitHub 0d95b319c0 Merge pull request #31234 from mimadrid/update/rlwrap-0.43
rlwrap: 0.42 -> 0.43
2017-11-04 11:56:19 +01:00