Commit graph

6119 commits

Author SHA1 Message Date
Peter Simons 282449afe8 analog: added version 6.0
svn path=/nixpkgs/trunk/; revision=32029
2012-02-04 10:32:07 +00:00
Peter Simons b69d6bf7e0 Moved all LaTeX expressions into tools/typesetting hierarchy.
svn path=/nixpkgs/trunk/; revision=32028
2012-02-04 09:31:07 +00:00
Peter Simons dbafd99a0a Moved python debugger into development/tools hierarchy.
svn path=/nixpkgs/trunk/; revision=32027
2012-02-04 09:30:53 +00:00
Peter Simons 2286dd1f51 haskell-packages.nix: updated configurations for older GHC versions to prefer a more modern DeepSeq
svn path=/nixpkgs/trunk/; revision=32023
2012-02-03 21:06:28 +00:00
Peter Simons 74e822d76a haskell-packages.nix: GHC 7.4.1 should use the latest version of regexPosix
svn path=/nixpkgs/trunk/; revision=32014
2012-02-03 21:00:13 +00:00
Peter Simons 69d6b66571 haskell-packages.nix: the latest regexPosix must use a matching regexBase in order to compile with older versions of GHC, i.e. 6.10.4
svn path=/nixpkgs/trunk/; revision=32013
2012-02-03 21:00:09 +00:00
Peter Simons 0861eb5a3d haskell-packages.nix: updated 'haskellPlatformArgs_future' configuration to reflect the current state of affairs for GHC 7.4.1
* DeepSeq has been removed because it's now a core package.
 * XHTML and network have been updated to the latest version.
 * The comments that state whether a package builds or not have been updated.

svn path=/nixpkgs/trunk/; revision=32009
2012-02-03 19:06:50 +00:00
Peter Simons 83c6e41b15 haskell-xhtml: added version 3000.2.0.5
svn path=/nixpkgs/trunk/; revision=32008
2012-02-03 19:06:47 +00:00
Peter Simons dd28867e4f haskell-network: added version 2.3.0.10
svn path=/nixpkgs/trunk/; revision=32007
2012-02-03 19:06:44 +00:00
Peter Simons 351627cb88 haskell-extensible-exceptions: added version 0.1.1.4
svn path=/nixpkgs/trunk/; revision=32006
2012-02-03 19:06:41 +00:00
Peter Simons 49ca209cd2 haskell-deepseq: added version 1.3.0.0
svn path=/nixpkgs/trunk/; revision=32005
2012-02-03 19:06:38 +00:00
Peter Simons 8cba75ac34 haskell-ieee754: added version 0.7.3
svn path=/nixpkgs/trunk/; revision=32004
2012-02-03 19:06:35 +00:00
Peter Simons 4aac439f00 redis: added version 2.4.7
Patch submitted by Phil Hagelberg <technomancy@gmail.com>.

svn path=/nixpkgs/trunk/; revision=31992
2012-02-03 13:12:07 +00:00
Andres Löh f2d6ca5d02 Added haskell-{bitarray,containers-deepseq,gd}.
svn path=/nixpkgs/trunk/; revision=31991
2012-02-03 12:15:00 +00:00
Andres Löh b66db5ca13 Add ghc-7.4.1. Remove Hydra building for the 7.2.* series.
svn path=/nixpkgs/trunk/; revision=31989
2012-02-02 21:08:30 +00:00
Peter Simons 798890b819 haskell-zlib: drop version 0.5.3.2 again; it's causing lots of trouble
This change affects only GHC 7.2 or later.

svn path=/nixpkgs/trunk/; revision=31985
2012-02-02 17:03:01 +00:00
Eelco Dolstra 9d9e33b98d * Added Firefox 10.0. P.S. it seems that Firefox 10 no longer needs
--enable-official-branding to get a browser that calls itself
  "Firefox".  But I'll leave the flag in for the moment.
* Removed Firefox 8.0.

svn path=/nixpkgs/trunk/; revision=31984
2012-02-02 15:44:22 +00:00
Peter Simons bd2c29d553 haskell-persistent-sqlite: added version 0.6.2.1
svn path=/nixpkgs/trunk/; revision=31983
2012-02-02 14:54:56 +00:00
Peter Simons e11c942238 haskell-yesod-default: added version 0.5.0
svn path=/nixpkgs/trunk/; revision=31982
2012-02-02 14:54:53 +00:00
Eelco Dolstra 7b5db94b5f * Updated Adobe Reader to 9.4.7.
svn path=/nixpkgs/trunk/; revision=31978
2012-02-02 12:19:17 +00:00
Peter Simons e3e09ea617 haskell-packages.nix: disabled hledger-vty and hledger-chart
These packages don't build with current versions of hledger-lib. I'll ask
upstream about an update.

svn path=/nixpkgs/trunk/; revision=31975
2012-02-02 10:38:08 +00:00
Peter Simons 8c1822d2d8 haskell-socks: added version 0.4.0
svn path=/nixpkgs/trunk/; revision=31967
2012-02-02 10:37:48 +00:00
Peter Simons d7b739d9a5 haskell-cmdargs: deleted obsolete 0.8 version
svn path=/nixpkgs/trunk/; revision=31966
2012-02-02 10:37:45 +00:00
Yury G. Kudryashov 2b3fb5a824 Merge two nix exprs for links2, upgrade to 2.5
svn path=/nixpkgs/trunk/; revision=31962
2012-02-01 22:33:35 +00:00
Yury G. Kudryashov 75262bcbed zip, unzip: add NLS support
svn path=/nixpkgs/trunk/; revision=31961
2012-02-01 22:32:16 +00:00
Yury G. Kudryashov 89de1150d5 Add libnatspec
svn path=/nixpkgs/trunk/; revision=31960
2012-02-01 22:32:12 +00:00
Arie Middelkoop cc145f2ae9 Update of skype expression: make the use of pulse audio optional based on the configuration setting for pulse audio (off by default).
Removing pulse audio from the build inputs when it is not used prevents the bug of Skype taking 100% cpu from showing up.
This demonstrates nicely nix' features: in other distributions the recomended solution was to remove read permission from the
pulse audio libs.

svn path=/nixpkgs/trunk/; revision=31959
2012-02-01 22:09:35 +00:00
Rob Vermaas 37b404816a add cowsay
svn path=/nixpkgs/trunk/; revision=31936
2012-01-30 19:05:24 +00:00
Peter Simons c5ecd1752c hardlink: initial version
Hardlink consolidates duplicate files in a directory hierarchy with hardlinks,
similar to "nix-store --optimise".

IHMO, this program should be run by the default builder after $out has been set
up, to remove redundancy in the generated closures.

svn path=/nixpkgs/trunk/; revision=31934
2012-01-30 11:40:20 +00:00
Peter Simons 9d693c2e4e haskell-cmdargs: added version 0.9.2
svn path=/nixpkgs/trunk/; revision=31929
2012-01-30 10:52:04 +00:00
Peter Simons 588da3fbf3 haskell-packages.nix: cosmetic
svn path=/nixpkgs/trunk/; revision=31928
2012-01-30 10:52:01 +00:00
Ludovic Courtès 010edf825c Add pthreads-w32.
svn path=/nixpkgs/trunk/; revision=31927
2012-01-30 09:53:45 +00:00
Alexander Tsamutali 55e74d5e9a games/oilrush: New nixpkg.
svn path=/nixpkgs/trunk/; revision=31925
2012-01-29 22:44:49 +00:00
Peter Simons 5792ce967f haskell-multiarg: added version 0.1.0.0
svn path=/nixpkgs/trunk/; revision=31915
2012-01-29 16:23:57 +00:00
Peter Simons 1bc0a60bf8 haskell-explicit-exception: added version 0.1.6
svn path=/nixpkgs/trunk/; revision=31914
2012-01-29 16:23:53 +00:00
Yury G. Kudryashov 71c28d0e33 Use meta.platforms
svn path=/nixpkgs/trunk/; revision=31909
2012-01-28 14:39:56 +00:00
Peter Simons 12e953b944 gmp: updated (unused) version 5.0.1 to 5.0.3
svn path=/nixpkgs/trunk/; revision=31908
2012-01-28 14:37:53 +00:00
Yury G. Kudryashov 9d67ff2a48 Remove glib-1.x and its reverse dependencies
Nobody told me that he uses generator or xmms, so I'm removing this old stuff.

svn path=/nixpkgs/trunk/; revision=31907
2012-01-28 13:06:07 +00:00
Yury G. Kudryashov 4b36b6132f Introduce libiconvOrNull and libiconvOrGlibc
One can use these attrs instead of custom 'if ... then libiconv else null'.
This way we can maintain the correct 'if ... then' check in one place.

NB: I don't know what is the correct condition, so I use stdenv.isLinux. Feel
free to fix this.

svn path=/nixpkgs/trunk/; revision=31906
2012-01-28 12:44:42 +00:00
Peter Simons 7d9442e2c3 Removed obsolete comment.
svn path=/nixpkgs/trunk/; revision=31904
2012-01-28 10:20:57 +00:00
Peter Simons 37d2e2e917 gmp: renamed nix files to conform with coding guidelines
svn path=/nixpkgs/trunk/; revision=31903
2012-01-28 10:20:50 +00:00
Lluís Batlle i Rossell 415b2bb145 Adding cppnetlib 0.9.2. The last I found in their github.
svn path=/nixpkgs/trunk/; revision=31901
2012-01-27 20:40:44 +00:00
Peter Simons 47c3e4b2a3 haskell-zlib: added version 0.5.3.2
This version is disabled for all versions of GHC older than 7.2, because
it won't build. Upstream has been notified.

svn path=/nixpkgs/trunk/; revision=31894
2012-01-27 20:31:03 +00:00
Peter Simons bbe935774d haskell-GLFW: added version 0.5.0.1
svn path=/nixpkgs/trunk/; revision=31893
2012-01-27 20:31:00 +00:00
Yury G. Kudryashov ed92080b8d icewm-1.3.7
svn path=/nixpkgs/trunk/; revision=31890
2012-01-27 18:56:31 +00:00
Lluís Batlle i Rossell 29ca4d272f Updating gdb. I did not update the 'bleeding edge' thing though. That should be
better named to "one git checkout" instead of bleeding edge.


svn path=/nixpkgs/trunk/; revision=31883
2012-01-27 15:11:17 +00:00
Arie Middelkoop c4fdb28b80 Stable kernel 3.2.2 released today.
svn path=/nixpkgs/trunk/; revision=31874
2012-01-26 23:25:39 +00:00
Michael Raskin 51634c2137 Adding OpenSCAD - a 3D geometry interpreter
svn path=/nixpkgs/trunk/; revision=31869
2012-01-26 19:01:38 +00:00
Michael Raskin 53bcb2094f Adding CGAL: Computational Geometry Algorithms Library
svn path=/nixpkgs/trunk/; revision=31868
2012-01-26 18:28:53 +00:00
Peter Simons a5d419ea5a haskell-resource-pool: added version 0.2.1.0
svn path=/nixpkgs/trunk/; revision=31858
2012-01-26 14:20:17 +00:00