1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

25777 commits

Author SHA1 Message Date
Peter Simons a3de6a15c1 haskell-lens-aeson: test suite was broken by vector update 2015-08-17 17:56:38 +02:00
Peter Simons 7e2da20a97 haskell-sets can't compile its test suite. 2015-08-17 17:56:38 +02:00
Peter Simons c8616b488b haskell-set-with can't compile its test suite. 2015-08-17 17:56:37 +02:00
Peter Simons 441e8a1590 hackage-packages.nix: update to d2f0ba57b0 with hackage2nix v20150807-40-g9d40586
Notable updates changes include:

 - vector: update to version 0.11.x
 - errors: update to version 2.x
2015-08-17 17:56:37 +02:00
Arseniy Seroka 296f0d07c6 Merge pull request #9272 from AndersonTorres/xiphos
Xiphos
2015-08-16 16:39:07 +03:00
AndersonTorres 0935ef2913 BibleSync: init at 1.1.2
Biblesync is a dependency of new Xiphos.
2015-08-15 22:36:44 -03:00
Peter Simons 4c7d928f0b haskell-msgpack-rpc can't execute its test suite in a chroot environment. 2015-08-15 20:25:01 +02:00
Peter Simons b0784c2dc8 haskell-commutative can't compile its test suite. 2015-08-15 20:25:01 +02:00
Peter Simons 23761a4fd6 haskell-yi is broken 2015-08-15 20:25:01 +02:00
Peter Simons aae5f5d80e ghc-mod has been fixed upstream. 2015-08-15 20:25:00 +02:00
Peter Simons b34371b5e5 hackage-packages.nix: update to ba50dba1bc with hackage2nix v20150807-31-g34b77b8 2015-08-15 20:25:00 +02:00
AndersonTorres 9413a340db Sword: 1.7.3 -> 1.7.4 2015-08-15 09:35:41 -03:00
Aycan iRiCAN 482c29f8c6 haskell-hans: disable building example webserver which includes double main. 2015-08-15 10:35:36 +03:00
Peter Simons c4c2ee0d52 haskell-configuration-ghc-7.10.x: fix Hydra evaluation errors 2015-08-15 08:59:46 +02:00
Peter Simons 8347e3f19f Disable all Hackage packages related to Elm.
Upstream created its own distribution mechanism and doesn't rely on
Hackage any more.
2015-08-15 08:59:46 +02:00
Peter Simons 8647667e93 haskell-bro is broken 2015-08-15 08:59:46 +02:00
Peter Simons 19b26260ca haskell-exinst is broken because of singletons 2015-08-15 08:59:46 +02:00
Peter Simons b2fd8c4685 haskell-configuration-ghc-7.10.x: fix evaluation error 2015-08-15 08:59:46 +02:00
Peter Simons b87dd90e56 hackage-packages.nix: update to c6a74c3fdc with hackage2nix v20150807-31-g34b77b8 2015-08-15 08:59:39 +02:00
Shea Levy c541c23692 nix-exec: Bugfix bump 2015-08-14 15:56:01 -04:00
Peter Simons 167e54b257 haskell-generic-builder: allow users to specify their own install phase 2015-08-14 21:23:42 +02:00
Shea Levy 529596fd31 Bump nix-exec for new nix 2015-08-14 09:49:41 -04:00
Bjørn Forsman 90768003a4 openscenegraph: update download url
The current one returns HTTP error 404.
2015-08-14 11:03:31 +02:00
Tobias Geerinckx-Rice 9a3a70ed2b rote: init at 0.2.8 2015-08-14 03:10:38 +02:00
Arseniy Seroka c0e03e4647 Merge pull request #9236 from Szczyp/rhc
rhc: init at 1.36.4
2015-08-14 01:32:24 +03:00
Jascha Geerds 0039622d64 pyatspi: init at 2.16.0 2015-08-13 23:52:06 +02:00
William A. Kennington III bc9bd5c02c libinput: 0.20.0 -> 0.21.0 2015-08-13 11:39:42 -07:00
William A. Kennington III a74ddd8c28 libinput: Don't enable documentation by default 2015-08-13 11:39:42 -07:00
Szczyp cbe6badab9 rhc: init at 1.36.4
OpenShift client tools
Add szczyp as a maintainer
2015-08-13 18:02:55 +02:00
danshapero 8885889b48 metis: init at 5.1.0 2015-08-13 16:53:18 +02:00
Arseniy Seroka 47acbac546 Merge pull request #9229 from Xe/update/nim
Update nim to version 0.11.2
2015-08-13 17:27:36 +03:00
Christine Dodrill 01b455dd66 nim: 0.11 -> 0.11.2 2015-08-13 07:25:16 -07:00
Nikolay Amiantov 745c60dfaa haskell packages: fix webkit build
cc @peti
2015-08-13 15:20:55 +03:00
Eelco Dolstra fd75bf0c7d nettle: Disable static libraries 2015-08-13 13:26:45 +02:00
Pascal Wittmann 2139f487c3 libaudclient: init at 3.5-rc2 2015-08-13 13:13:51 +02:00
Peter Simons f741d426da ghc-nokinds: remove "nokinds" tag from derivation name
The name of the GHC derivation must match the name and version tuple GHC
uses to identify itself, because the withPackages wrapper uses that name
to construct installation library paths etc., and those paths must match
those constructed by the compiler. If we add another tag to the name
that GHC itself doesn't use, then the paths assumed to exist by the
wrapper are wrong.
2015-08-13 12:26:41 +02:00
Peter Simons 95b98116c2 haskell-ihaskell-widgets is broken because of singletons. 2015-08-13 11:29:52 +02:00
Peter Simons 354df047e7 haskell-diagrams-lib has been fixed upstream. 2015-08-13 11:29:52 +02:00
Peter Simons 45e7bb6b83 haskell-multi-cabal is broken. 2015-08-13 11:29:50 +02:00
Peter Simons d167418c7e hackage-packages.nix: update to 610dc41e61 with hackage2nix v20150807-25-gce03fdf 2015-08-13 11:29:23 +02:00
Simon Vandel Sillesen 1fa791a243 libtorrent-rasterbar: 0.16.17 -> 0.16.19 + 1.0.2 -> 1.0.6 2015-08-13 04:07:08 +02:00
William A. Kennington III 31a128b32b gnutls: Security Fixes
3.3.16 -> 3.3.17
3.4.3 -> 3.4.4
2015-08-12 17:02:14 -07:00
William A. Kennington III 78377e02c5 autogen: 5.18 -> 5.18.5 2015-08-12 17:02:14 -07:00
William A. Kennington III 73f0cfdc7b libassuan: 2.2.0 -> 2.2.1 2015-08-12 17:02:14 -07:00
Jascha Geerds 1ce6590bad libchamplain: Enable gobject introspection 2015-08-12 15:56:18 +02:00
Peter Simons 5a0f0bc0ca ghc: make sure the nokinds version is built with a deterministic version number 2015-08-12 13:16:27 +02:00
Rickard Nilsson cef8f0180d Merge pull request #9213 from j-keck/sbt0.13.9
sbt: 0.13.8 -> 0.13.9
2015-08-12 11:02:42 +02:00
j-keck 5e7d2e2003 sbt: 0.13.8 -> 0.13.9 2015-08-12 07:45:25 +02:00
Vladimír Čunát c5db72671c libgsf: small update 1.14.32 -> 1.14.34
This is needed to update gnumeric.
/cc #9206, maintainer @lovek323.
2015-08-11 21:17:33 +02:00
Tobias Geerinckx-Rice 6a0dd91e02 libpsl: list 2015-08-03 -> 2015-08-07 2015-08-11 21:08:45 +02:00
Eelco Dolstra 36ab9c695a nss: Update to 3.19.3 2015-08-11 14:26:30 +02:00
Eelco Dolstra 64b3974d13 php: Use callPackages 2015-08-11 13:24:23 +02:00
Eelco Dolstra e7504ebf71 php: Update to 5.4.44, 5.5.28, 5.6.12 2015-08-11 13:24:23 +02:00
Ricardo M. Correia 4af085c4d2 rustcMaster: 2015-07-28 -> 2015-08-09 2015-08-10 16:54:47 +02:00
Peter Simons bfa187de68 ghc-head: bump version to current git HEAD 2015-08-09 20:16:19 +02:00
Peter Simons eb5f4d3d36 ghc: make sure the HEAD version is built with a deterministic version number 2015-08-09 20:16:19 +02:00
Peter Simons 230a448fe6 hackage-packages.nix: update to 5d8c308f9f with hackage2nix revision v20150807-15-ge2a125b 2015-08-09 20:16:08 +02:00
Peter Simons e8e206aa42 Merge pull request #9148 from Profpatsch/sbt-java-home
wrap sbt with $JAVA_HOME
2015-08-09 00:45:44 +02:00
Thomas Tuegel 28f0eb5af8 qt54: gdb required only for developerBuild 2015-08-08 15:23:48 -05:00
Thomas Tuegel bdb24b90c8 qt53: gdb required only for developerBuild 2015-08-08 15:23:05 -05:00
Profpatsch 062cdfb3a1 sbt: add JAVA_HOME to sbt script 2015-08-08 20:08:00 +02:00
Michael Raskin 3e86c32254 ASDF: 3.1.4 -> 3.1.5 2015-08-08 21:01:31 +03:00
Michael Raskin bd09d75b96 CL-Launch: 4.1.3.3 -> 4.1.4 2015-08-08 21:01:31 +03:00
Michael Raskin 9786c74792 libgphoto2: 2.5.7 -> 2.5.8 2015-08-08 21:01:31 +03:00
Michael Raskin f89b651008 Botan: stable: 1.10.9 -> 1.10.10; unstable: 1.11.16 -> 1.11.19 2015-08-08 21:01:31 +03:00
Michael Raskin a04b6f729a SBCL: 1.2.13 -> 1.2.14 2015-08-08 21:01:31 +03:00
Michael Raskin 93dc62187b Update MDDS homepage and version, needed for LibreOffice 5.0.0 2015-08-08 16:24:44 +03:00
Peter Simons cfaa75a7c9 haskell-mockery: test suite fixed upstream 2015-08-08 10:55:49 +02:00
Peter Simons 102c690ee9 haskell-hinotify: test suite fixed upstream 2015-08-08 10:55:00 +02:00
Peter Simons 711d7a87ba hackage-packages.nix: update to 886308a014 with hackage2nix revision v20150807-9-gbccef2c 2015-08-08 10:54:00 +02:00
Peter Simons c25d82f64f haskell-ide-backend: test suite depends on external processes 2015-08-08 10:49:10 +02:00
Peter Simons e75e0d9aa4 haskell-hinotify: test suite won't compile 2015-08-08 10:49:10 +02:00
Damien Cassou 00b48f5069 Merge pull request #9165 from DamienCassou/update-pharo
Update Pharo VM and Launcher
2015-08-08 08:23:30 +02:00
Damien Cassou ffa58ba098 Update Pharo VM and Launcher 2015-08-08 08:22:07 +02:00
Peter Simons 7151c0be17 haskell-mockery: disable the failing test suite altogether 2015-08-08 01:54:34 +02:00
Ricardo M. Correia f49da34d82 rustc: 1.1.0 -> 1.2.0 2015-08-08 01:12:46 +02:00
Ricardo M. Correia ad4adbdcb2 rustc: rename beta.patch to stable.patch 2015-08-08 01:12:46 +02:00
Pascal Wittmann 6f5c2ec311 checksyle: update from 6.8.2 to 6.9 2015-08-08 00:08:50 +02:00
William A. Kennington III 46acdd1608 rocksdb: 3.11.2 -> 3.12.1 2015-08-07 14:42:57 -07:00
William A. Kennington III 8dd3ee6bae jsoncpp: 1.6.2 -> 1.6.5 2015-08-07 14:42:45 -07:00
Peter Simons 3dbfcdc3d4 cabal2nix: make the package visible from the top-level
This means that "nix-env -i cabal2nix" suffices to install this package.
2015-08-07 23:08:13 +02:00
Peter Simons 13dc24f5c3 cabal2nix: update to version 20150807-6-g9f58996
The generated shell.nix file accepts a string argument called "compiler" that
determines the package set used to instantiate the generated expression. For
example, running "nix-shell --argstr compiler ghc7102" would evaluate the build
inside of "pkgs.haskell.packages.ghc7102". Earlier versions of cabal2nix had the
current default compiler hard-coded in the expression, but after this change this
is no longer the case. When "compiler" remains unspecified, it defaults to
"default", and this value causes evaluation in "pkgs.haskellPackages", which is
the package set most people would like to use by default. That change has to
benefits:

 1) Generated expression no longer contain any particular compiler version. The
    choice of the default compiler depends on the version of Nixpkgs that's used
    to build the expression.

 2) When the default compiler is used, overrides configured for the default
    package set apply, which was not the case in earlier versions.
2015-08-07 23:08:13 +02:00
Peter Simons fe04998994 haskell-llvm-general-pure has been fixed upstream. 2015-08-07 23:08:13 +02:00
Michael Alan Dorman 1ab9c7d7e0 Add build-tool override for hlibgit2. 2015-08-07 23:08:13 +02:00
Peter Simons e7084d1a82 haskell-thyme can't compile its test suite. 2015-08-07 23:08:12 +02:00
Peter Simons 66a2dbbd77 hackage-packages.nix: update to 1f18eb6546 with hackage2nix revision v20150807-5-g2b9cf46 2015-08-07 23:08:12 +02:00
Peter Simons 825a8a8623 jailbreak-cabal: build ghc-7.10.x version from source again
https://github.com/peti/jailbreak-cabal/issues/9 forced us to use a
binary version of jailbreak-cabal built with ghc 7.8.x in the 7.10.x
package set, which is awkward. Upstream fixed the underlying issue
in https://github.com/haskell/cabal/issues/2598, but unfortunately
that fix didn't make it into the Cabal 1.22.4.0 release shipped by
ghc 7.10.2.

Now, we work around that issue by building jailbreak-cabal with an
unreleased development snapshot of Cabal in the ghc 7.10.x package
set.

Closes https://github.com/NixOS/nixpkgs/issues/8901.
2015-08-07 23:07:50 +02:00
Peter Simons fd53387bba haskell-imagemagick: test suite is broken 2015-08-07 15:13:16 +02:00
Peter Simons 2f03c42736 haskell-hscurses does not compile. 2015-08-07 15:13:16 +02:00
Peter Simons 60d5d37f2a haskell-idris: add missing libgmp build input 2015-08-07 15:13:16 +02:00
Peter Simons 50483ce100 haskell-idris: override to add undeclared libgmp build input 2015-08-07 15:13:15 +02:00
Peter Simons 89ca308517 haskell-distributed-process-*: remove overrides -- these packages are utterly broken 2015-08-07 15:13:15 +02:00
Peter Simons 03f9f0f801 haskell-getopt-generics: don't run broken test suite 2015-08-07 15:13:15 +02:00
Peter Simons 1d889d92da haskell-hoogle: don't run the part of the test suite that requires network access 2015-08-07 15:13:15 +02:00
Peter Simons 5154f5cb02 haskell-llvm-general-pure: disable broken test suite 2015-08-07 15:13:15 +02:00
Peter Simons 504aa843a1 haddock: disable test suite for GHC 7.10.x to avoid known failure 2015-08-07 15:13:15 +02:00
Peter Simons 61b44f4ef7 haskell-pcap: override to fix undeclared dependency 2015-08-07 15:13:15 +02:00
Peter Simons 849d618035 haskell-wl-pprint-terminfo: override to add undeclared/missing 'ncurses' dependency 2015-08-07 15:13:15 +02:00
Peter Simons 78dcbd3cc6 haskell-dpkg: the build is broken 2015-08-07 15:13:15 +02:00
Peter Simons 848472baaa haskell-epic: add override to include missing dependencies 2015-08-07 15:13:14 +02:00