Commit graph

32652 commits

Author SHA1 Message Date
Shea Levy fd999ed570 Linux: Set passthru attr to contain full passthru
This fixes #1566, thanks @wizeman

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 21:06:27 -05:00
Shea Levy d18bc25b95 Rename linuxManualConfig to buildLinux
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 20:05:55 -05:00
Aristid Breitkreuz 5acc2fef25 fix keepassx under gcc 4.8 2014-01-21 22:20:21 +01:00
Shea Levy c373a49b10 Use gcc48_multi for stdenv_32bit
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 16:12:41 -05:00
Shea Levy 6bdafbad9b Build static libs with gcc
This was the behavior pre stdenv-updates and is needed by some users

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 16:11:29 -05:00
Shea Levy a34d00f3b4 Fix tarball
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 14:39:33 -05:00
Peter Simons cb21683794 ghc: disable parallel building
It sucks, I know, but GHC just doesn't compile reliably when built with
some -j<n> option. :-( We have build errors because of apparent race
conditions all over the place on Hydra. This causes so much trouble for
users that it's not worth keeping this option enabled, IMHO.
2014-01-21 20:35:49 +01:00
Peter Simons 712458c3fc all-packages.nix: remove redundant texinfo5 overrides
Texinfo 5.x is the default version now.
2014-01-21 20:29:34 +01:00
Peter Simons 3d8b0401c2 eukleides: build with texinfo 4.x; version 5 doesn't succeed 2014-01-21 20:26:45 +01:00
Peter Simons 397550afe5 geoip: update from 1.4.6 to 1.6.0 2014-01-21 20:25:52 +01:00
Peter Simons ab8c539049 gdbm: update from 1.10 to 1.11 2014-01-21 20:20:29 +01:00
Peter Simons 4e983788cd feh: update from 2.8 to 2.9.3 2014-01-21 20:19:21 +01:00
Peter Simons c1209b5144 emacs-bbdb: update to version 2.36 2014-01-21 20:18:27 +01:00
Peter Simons 7b2c1b854e snx: disown this package 2014-01-21 20:08:41 +01:00
Peter Simons 95934138bc gprolog: patch hard-coded path to the temporary file /tmp/make.log 2014-01-21 20:07:26 +01:00
Sander van der Burg eb85038518 titaniumsdk: Replace deprecated python build tools by the new NodeJS based tool 2014-01-21 17:19:26 +01:00
Shea Levy 6731ed2b86 Fix tarball
Hopefully this kind of thing won't be needed with nix 1.7

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 09:53:21 -05:00
Ricardo M. Correia 5d46e7cf28 ipmiutil: Update from 2.7.3 -> 2.9.2 and simplify 2014-01-21 14:27:52 +01:00
Eelco Dolstra f5773e1f02 gcc-4.8: Enable Darwin and FreeBSD 2014-01-21 14:23:27 +01:00
Domen Kožar 357a789366 gnome3: remove librsvg with gtk2 2014-01-21 14:11:20 +01:00
Domen Kožar 12b6786c65 gnome3.mutter: add optional deps 2014-01-21 14:11:20 +01:00
Domen Kožar b4acb42a2c gnome3.libgdata: remove unneeded dep 2014-01-21 14:11:20 +01:00
Domen Kožar b4d1d88e42 enable gobjectintrospection for some libs 2014-01-21 14:11:20 +01:00
Domen Kožar a3716328e6 Add mailpile: A modern, fast web-mail client with user-friendly encryption and privacy features 2014-01-21 14:11:19 +01:00
Domen Kožar 0c9f4cb22a evolution-data-server: upgrade and move to gnome3 namespace 2014-01-21 14:11:19 +01:00
Domen Kožar dbfaeaf0df add gnome3.libgdata and liboauth 2014-01-21 14:11:19 +01:00
Sander van der Burg 28d51a31ee Stick titanium CLI to version 3.2.0, otherwise the latest beta version gets installed 2014-01-21 12:10:53 +01:00
Eelco Dolstra 8ad41b92cf nixUnstable: Update to 1.7pre3327_0e2ca26
Also fixes disappeared tarball.
2014-01-21 09:59:50 +01:00
Shea Levy 744e9fd81a Don't include llvm self-built packages in nix-env -qa/nix-env -i
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-20 20:42:49 -05:00
Shea Levy 407c60fdf9 Fix tarball
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-20 20:33:06 -05:00
Shea Levy fea2266290 llvm: Split llvmFull into separate derivations
Now most packages in the llvm suite are built as separate derivations.
The exceptions are:

* compiler-rt must currently be built with llvm. This increases llvm's
  size by 6 MB
* clang-tools-extra must be built with clang

In addition, the top-level llvm attribute is defaulted to llvm 3.4, and
llvm 3.3 must be accessed by the llvm_33 attribute. This is to make the
out-of-date packages obvious in the hope that eventually all will be
updated to work with 3.4 and 3.3 can be removed. I think we should keep
this policy in the future (latest llvm gets top-level name, the rest are
versioned until they can be removed).

The llvm packages (except libc++, which exception I will try to remove
on the next update) can all be accessed via the llvmPackages attribute,
and there are also aliases for the packages that already existed (llvm,
clang, and dragonegg).

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-20 20:33:06 -05:00
Vladimír Čunát 204ec0cd43 stdenv/setup.sh: add .gz extension to links to .gz man pages
The links weren't broken since 0a44a09, but man showed garbage.
Tested on several packages (sudo, dosfstools, xz).
2014-01-20 22:11:14 +01:00
Vladimír Čunát ac6761c908 Merge master into stdenv-updates
Conflicts:
	pkgs/applications/version-management/gource/default.nix
	pkgs/top-level/all-packages.nix
2014-01-20 19:39:28 +01:00
Peter Simons 8088837dc8 haskell-hakyll: jailbreak to fix build with recent version of pandoc-citeproc 2014-01-20 18:28:04 +01:00
Peter Simons 9c065f77d8 haskell-yesod-platform: update to version 1.2.6 2014-01-20 18:28:04 +01:00
Peter Simons c13a56a036 haskell-yesod-form: update to version 1.3.4.3 2014-01-20 18:28:04 +01:00
Peter Simons e7302c891e haskell-yesod-auth: update to version 1.2.5.3 2014-01-20 18:28:04 +01:00
Peter Simons 119d4b8d5c haskell-wai-extra: update to version 2.0.3 2014-01-20 18:28:04 +01:00
Peter Simons a58a0b17c9 haskell-vector-space-points: update to version 0.1.3 2014-01-20 18:28:04 +01:00
Peter Simons 75672819ea haskell-threepenny-gui: update to version 0.4.0.2 2014-01-20 18:28:04 +01:00
Peter Simons 80658f3cfb haskell-stm-conduit: update to version 2.2 2014-01-20 18:28:03 +01:00
Peter Simons c0270c7dfa haskell-snap: update to version 0.13.2.1 2014-01-20 18:28:03 +01:00
Peter Simons eaf5b1cde1 haskell-pipes-bytestring: update to version 1.0.3 2014-01-20 18:28:03 +01:00
Peter Simons 19466e48fc haskell-heist: update to version 0.13.0.5 2014-01-20 18:28:03 +01:00
Peter Simons e90fb2442a haskell-hakyll: update to version 4.4.3.1 2014-01-20 18:28:03 +01:00
Peter Simons 3a0f4d4fcd haskell-gnuidn: update to version 0.2.1 2014-01-20 18:28:03 +01:00
Peter Simons df89207c9e haskell-gloss: update to version 1.8.1.2 2014-01-20 18:28:03 +01:00
Peter Simons 496b53e44f haskell-gloss-raster: update to version 1.8.1.2 2014-01-20 18:28:02 +01:00
Peter Simons 032ea31c47 haskell-cryptohash: update to version 0.11.2 2014-01-20 18:28:02 +01:00
Peter Simons c5456a7f89 haskell-conduit: update to version 1.0.11.1 2014-01-20 18:28:02 +01:00
Peter Simons 0178eba86e haskell-base16-bytestring: update to version 0.1.1.6 2014-01-20 18:28:02 +01:00
Peter Simons e6226d7d3c haskell-JuicyPixels: update to version 3.1.3 2014-01-20 18:28:02 +01:00
Peter Simons e701d2b062 haskell-aeson: add version 0.7.0.0 (but don't use it yet) 2014-01-20 18:28:02 +01:00
Peter Simons 12bb3d783b haskell-case-insensitive: update to version 1.1.0.3 2014-01-20 18:28:02 +01:00
Peter Simons f0740ac2bc happy: add version 1.19.3 2014-01-20 18:28:02 +01:00
Peter Simons 2991fdca52 root: enable parallel building 2014-01-20 18:26:32 +01:00
Peter Simons 630dc74638 all-packages.nix: move 'science/misc' builds into the proper place and add attribute for 'fricas' 2014-01-20 18:24:56 +01:00
Peter Simons baeb19d0ce root: clean up meta section and move build into 'science/misc' section 2014-01-20 18:24:27 +01:00
Peter Simons 6475f0d1fe fricas: clean up meta section 2014-01-20 18:20:08 +01:00
Roger Mason e9928a1f25 Add CERN's 'root' Application Framework. 2014-01-20 18:11:09 +01:00
Roger Mason 3d1f6e3a75 Add fricas, a computer algebra system 2014-01-20 18:11:09 +01:00
Peter Simons 5333854aa4 haskell-cabal2nix: re-generate with cabal2nix 2014-01-20 18:06:05 +01:00
Peter Simons 75934cbe09 haskell-xournal-types: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Peter Simons 6fd153677b haskell-xournal-parser: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Peter Simons 4350308ec7 haskell-transformers-free: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Peter Simons 22727d9507 haskell-hoodle-types: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Peter Simons b26ab6c8f0 haskell-hoodle-render: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Peter Simons bf487fed15 haskell-hoodle-parser: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Peter Simons 86e1775cf4 haskell-hoodle-core: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Peter Simons a1adb429ec haskell-hoodle-builder: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Peter Simons fecb119e5e haskell-coroutine-object: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Peter Simons ee890f01f8 haskell-TypeCompose: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Peter Simons b4e1774272 haskell-hoodle: re-generate with cabal2nix 2014-01-20 18:04:59 +01:00
Oliver Charles e217fd9ae8 haskellPackages.tastyRerun: New expression 2014-01-20 15:45:55 +00:00
Ian-Woo Kim 7b51e24de9 add hoodle (pen notetaking program written in haskell) to nixpkgs 2014-01-20 15:18:04 +00:00
Eelco Dolstra 8890492872 openjdk: Ugly hack to fix nix-env installation
Nix-env always wants to install all outputs of a derivation, but this
failed for openjdk/openjre because openjdk has some symlinks (such as
bin/java) to openjre.  Also, it prevents installing the openjre
without the openjdk.  So as a workaround, mess with the "outputs"
attribute to fool nix-env.

Also, give openjre a separate name and description.

Fixes #1535.
2014-01-20 14:58:09 +01:00
Bas van Dijk 9068ba2bb4 postgresql: Add version 9.3 2014-01-20 14:58:09 +01:00
Eelco Dolstra 37a44d4055 libvpx: Don't install static library 2014-01-20 14:58:09 +01:00
Domen Kožar e1602a5e21 Merge pull request #1551 from urv/master
calibre: upgrade from 1.17.0 to 1.20.0
2014-01-20 05:53:08 -08:00
Lluís Batlle i Rossell 3faf620e8a Updating libvpx to 1.3.0, and making ffmpeg include vpx
I don't think there is any reason not to have vpx there. It's
part of webm.
2014-01-20 13:47:24 +01:00
Lluís Batlle i Rossell 4a4950f323 Setting license to elinks.
Disabling guile, due to licence incompatibility.
2014-01-20 13:47:24 +01:00
Peter Simons fcc23fe0db Merge pull request #1556 from ocharles/siege
Update siege to 3.0.5 and add meta information
2014-01-20 04:37:35 -08:00
Peter Simons c6be3dbf1d scons: add pythonPath attribute to ensure that the python-wrapper recognizes this package as providing a python library 2014-01-20 13:29:36 +01:00
Oliver Charles a2d0ec2f4b Update siege to 3.0.5 and add meta information 2014-01-20 11:59:28 +00:00
Oliver Charles a76e69894c Update siege 2014-01-20 11:44:19 +00:00
Domen Kožar 34270e37a7 Add gnome3.gjs 2014-01-20 12:35:31 +01:00
Domen Kožar 914b6c249b Add gnome3.mutter 2014-01-20 12:35:31 +01:00
Domen Kožar 35e76926a5 Add gnome3.caribou 2014-01-20 12:35:31 +01:00
Shea Levy 55e6303d6a Add full llvm build, update libc++ and dragonegg
Some packages in the llvm suite (e.g. compiler-rt) cannot be built
separate from the build of llvm, and while some others (e.g. clang) can
the combined build is much better tested (we've had to work around
annoying issues before). So this puts llvm, clang, clang-tools-extra,
compiler-rt, lld, lldb, and polly all into one big build (llvmFull).
This build includes a static llvm, as dynamic is similarly less tested
and has known failures.

This also updates libc++ and dragonegg. libc++ now builds against
libc++abi as a separate package rather than building it during the
libc++ build.

The clang purity patch is gone. Instead, we simply set --sysroot to
/var/empty for pure builds, as all impure paths are either looked up in
the gcc prefix (which we hard-code at compile time) or in the sysroot.
This also means that if NIX_ENFORCE_PURITY is 0 then clang will look in
the normal Linux paths by default, which is the proper behavior IMO.

polly required an updated isl. When stdenv-updates is merged, perhaps we
can update the isl used by gcc and avoid having two versions.

Since llvm on its own is now separate from the llvm used by clang, I've
removed myself as maintainer from llvm and will leave maintenance of
that to those who are interested in llvm separate from clang.

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-20 05:42:38 -05:00
Lluís Batlle i Rossell 86808f2c46 Making elinks not use python by default.
It fails to start for me, due to a python problem, otherwise. And I
don't know why I'd need python, so by now I disable it by default.
2014-01-20 09:27:27 +01:00
Lluís Batlle i Rossell 01a2986560 Updating elinks to 0.12pre6 2014-01-20 09:16:19 +01:00
Shea Levy 3ae5e801a5 Linux 3.13
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-19 22:35:24 -05:00
Shea Levy b529a34b4a Add Fedora 20
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-19 20:50:46 -05:00
Domen Kožar 745472d66a Add gnome3.gnome_settings_daemon 2014-01-19 23:15:00 +01:00
Bjørn Forsman 1e3289efb4 cgit: fix snapshot feature by using full paths to gzip/bzip2/xz 2014-01-19 22:59:51 +01:00
Bjørn Forsman 3a917b5c2d cgit: enable lua support
Filters can now take advantage of the built-in lua interpreter (much
faster than fork and exec).
2014-01-19 22:46:53 +01:00
Bjørn Forsman 8c25a73def cgit: update from 0.9.2 to 0.10 2014-01-19 22:12:12 +01:00
Domen Kožar e3c80f19cf Add gnome3.geocode_glib 2014-01-19 22:09:51 +01:00
Arvin Moezzi da4dbbfd11 calibre: upgrade from 1.17.0 to 1.20.0 2014-01-19 22:04:41 +01:00
Shea Levy fd99863e14 elinks: Actually enable javascript
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-19 15:16:40 -05:00