Commit Graph

67128 Commits

Author SHA1 Message Date
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
William A. Kennington III
5b6db8f1df mongodb: 3.0.4 -> 3.0.5 2015-08-07 14:23:09 -07:00
William A. Kennington III
2f620f5767 ceph-git: 2015-08-05 -> 2015-08-07 2015-08-07 14:18:39 -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
Pascal Wittmann
590e11bc53 mesos: fix build by applying patch from review.apache.org 2015-08-07 18:14:18 +02:00
Pascal Wittmann
45c284c955 org: update from 8.3 to 8.3.1 2015-08-07 18:14:17 +02:00
Nicolas B. Pierron
256c4996c4 freeciv: 2.4.0 -> 2.5.0 2015-08-07 17:41:12 +02:00
Eelco Dolstra
0a8755b737 Merge pull request #9159 from taku0/firefox-bin-39.0.3
firefox-bin: 39.0 -> 39.0.3
2015-08-07 16:00:26 +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
Peter Simons
7064e4fb46 haskell-generic-builder: add support for build-tools in the test suite stanza 2015-08-07 15:13:14 +02:00
Peter Simons
fcb8d47fcd Switch ghcjs to ghc 7.10.2. 2015-08-07 15:13:14 +02:00
Peter Simons
961011aea1 haskell-logger: we cannot easily build the test suite due to cyclic dependencies 2015-08-07 15:13:14 +02:00
Peter Simons
c67aaca6d9 emacs-haskell-mode: switch default to git version
We track the git version, because haskell-mode does not provide regular
releases except via MELPA, which our Emacs infrastructure does not support yet.
2015-08-07 15:13:14 +02:00
Peter Simons
efdaac847b haskell-lzma-conduit: disable test suite to fix the build
Honestly, this package seems unmaintained, and we should probably
disable the build altogether.
2015-08-07 15:13:14 +02:00
Peter Simons
807c0c2029 haskell-webkit no longer compiles; the package doesn't find its system library build input anymore
@abbradar, maybe you know how to fix this?
2015-08-07 15:13:14 +02:00
Peter Simons
d968321e4b haskell-wiring: build has been fixed upstream 2015-08-07 15:13:14 +02:00
Michael Alan Dorman
feee20e226 haskell-zip-archive: remove obsolete override 2015-08-07 15:13:13 +02:00
Peter Simons
8459ea641f haskell-diagrams-lib: broken because it can't cope with recent versions of fsnotify and system-filepath 2015-08-07 15:13:13 +02:00
Peter Simons
c79879b955 haskell-hs-blake2 depends on broken llvm-base library. 2015-08-07 15:13:13 +02:00
Peter Simons
8db23bc08f haskell-ghc-paths: register Nixpkgs-specific patch
This used to be added by cabal2nix, but now the tool no longer does because
there's no reliable way to refer to the patch file in the generated build
expression.
2015-08-07 15:13:13 +02:00
Peter Simons
a7cb42e1c2 haskell-wx: clean up overrides 2015-08-07 15:13:13 +02:00
Peter Simons
7bcc1bfc11 haskell: add 'addPkgconfigDepend' combinator to lib.nix 2015-08-07 15:13:13 +02:00
Peter Simons
4fb4e24bf3 hackage-packages.nix: update to 71e5685240 with hackage2nix version 20150807 2015-08-07 15:13:13 +02:00
taku0
bc88e645cc firefox-bin: 39.0 -> 39.0.3 2015-08-07 22:09:25 +09:00
Peter Simons
29fed6f834 cabal2nix: update to version 20150807
This update greatly enhances the accuracy with which dependencies are expressed
in the generated Nix files. Previous versions distinguished dependencies for
building ("buildDepends") and testing ("testDepends"). This distinction didn't
apply to system packages or build tools, however: the fields "extraLibs" and
"buildTools" applied to the entire build. This meant that dependencies required
only for testing would be pulled in regardless of whether the test were
actually being run, etc.

These days, we distinguish dependencies for libraries, executables, and tests,
and for each of those types we distinguish dependencies on Haskell libraries,
system libraries, pkgconfig libraries, and build tools. This gives us a
whopping 12 new attributes

    xxxHaskellDepends
    xxxSystemDepends
    xxxPkgconfigDepends
    xxxToolDepends

where "xxx" is any of "library", "executable", or "test".

The old dependency attributes are no longer generated by cabal2nix. The generic
builder in Nixpkgs still accepts them, though, for the sake of backwards
compatibility. This means that you don't have to re-generate all your build
expressions with the new version, but you *should*.
2015-08-07 15:03:58 +02:00
vbgl
e16be46be2 Merge pull request #9138 from vbgl/master
qgis: fix python console and processing plugin
2015-08-07 14:56:11 +02:00
Maciek Starzyk
01eef86aca obnam: Add dependency on python fuse. Fixes 'obnam mount'. 2015-08-07 14:41:00 +02:00
Jascha Geerds
84a4ed9a46 rtv: 1.4 -> 1.4.2 2015-08-07 14:18:01 +02:00
Jascha Geerds
c17cc5a56a pythonPackages.praw: 2.1.21 -> 3.1.0 2015-08-07 14:16:47 +02:00
Jascha Geerds
05a653ba58 gnome-tweak-tool: 3.16.0 -> 3.16.2 2015-08-07 13:12:08 +02:00
Jascha Geerds
f1227ca8a2 gnome-yelp: 3.16.0 -> 3.16.1 2015-08-07 13:06:20 +02:00