Peter Simons
f55fc207e7
funcmp: updated build instructions with cabal2nix
...
svn path=/nixpkgs/trunk/; revision=28173
2011-08-05 18:01:56 +00:00
Peter Simons
3a20cd8208
hopenssl: updated build instructions with cabal2nix
...
svn path=/nixpkgs/trunk/; revision=28172
2011-08-05 18:01:51 +00:00
Michael Raskin
b799e4e6ff
Update Evince - and make it build again
...
svn path=/nixpkgs/trunk/; revision=28171
2011-08-05 17:45:49 +00:00
Peter Simons
a650832b2c
haskell-packages: added cabal2nix, a utility to convert Cabal files into Nix build instructions
...
Naturally, the tool generated its own build expression. :-)
svn path=/nixpkgs/trunk/; revision=28170
2011-08-05 17:03:14 +00:00
Michael Raskin
a12937570c
Fixing libdecodeqr build by using previous OpenCV
...
svn path=/nixpkgs/trunk/; revision=28169
2011-08-05 16:13:20 +00:00
Andres Löh
55fa5b5d1d
Tested platform packages with ghc-7.2 and ghc-7.3.
...
svn path=/nixpkgs/trunk/; revision=28168
2011-08-05 14:02:57 +00:00
Andres Löh
043cba30a0
Fix version of text library.
...
svn path=/nixpkgs/trunk/; revision=28167
2011-08-05 13:36:57 +00:00
Andres Löh
25e212ac0e
Bumping the GHC HEAD snapshot.
...
svn path=/nixpkgs/trunk/; revision=28166
2011-08-05 13:30:42 +00:00
Andres Löh
7f71e44d8e
Fix sha256 sums for ghc-6.12.1 binaries.
...
svn path=/nixpkgs/trunk/; revision=28165
2011-08-05 11:03:16 +00:00
Andres Löh
dcffa6f0b1
Fixed broken haskell-packages.nix.
...
svn path=/nixpkgs/trunk/; revision=28164
2011-08-05 10:10:58 +00:00
Andres Löh
8fdb3c9e63
Make ghc-7.0.4 the default. Add experimental ghc-7.2.1rc1.
...
svn path=/nixpkgs/trunk/; revision=28163
2011-08-05 08:52:35 +00:00
Karn Kallio
b01cd125d4
Advance racket to version 5.1.2
...
svn path=/nixpkgs/trunk/; revision=28162
2011-08-05 04:22:03 +00:00
Karn Kallio
393e46f0b2
Advance version of mlt; prior version no longer builds.
...
svn path=/nixpkgs/trunk/; revision=28161
2011-08-04 21:48:48 +00:00
Karn Kallio
514407c726
Repair kadu to get it building again.
...
svn path=/nixpkgs/trunk/; revision=28160
2011-08-04 21:04:19 +00:00
Peter Simons
331af2c876
numeric-prelude: add myself as a maintainer
...
svn path=/nixpkgs/trunk/; revision=28159
2011-08-04 19:40:11 +00:00
Michael Raskin
9671e806af
Fixing Redstore build
...
svn path=/nixpkgs/trunk/; revision=28158
2011-08-04 17:42:45 +00:00
Michael Raskin
e3a809a9bb
Fix Veracity build
...
svn path=/nixpkgs/trunk/; revision=28157
2011-08-04 16:01:50 +00:00
Peter Simons
7d651a8ec3
syslog-ng: the build doesn't find "glib" on platforms other than Linux
...
Glib is a buildInput, and it does work fine on Linux, but on other
platforms Hydra reports a build failure:
| checking for GLIB - version >= 2.10.1... no
| *** Could not run GLIB test program, checking why...
| *** The test program failed to compile or link. See the file config.log for the
| *** exact error that occured. This usually means GLIB is incorrectly installed.
| configure: error: Cannot find GLIB version >= 2.10.1: is pkg-config in path?
I can't debug that problem, so opted to just disable those builds that
fail anyway.
svn path=/nixpkgs/trunk/; revision=28156
2011-08-04 15:59:21 +00:00
Peter Simons
9f834cb8bd
syslog-ng: moved package from tools/misc to tools/system
...
svn path=/nixpkgs/trunk/; revision=28155
2011-08-04 15:59:14 +00:00
Peter Simons
fbf36403ef
haskell-packages.nix: updated HaXml to version 1.22.3
...
svn path=/nixpkgs/trunk/; revision=28154
2011-08-04 15:59:03 +00:00
Michael Raskin
3e8a39ea61
Updating Maxima
...
svn path=/nixpkgs/trunk/; revision=28152
2011-08-04 15:13:15 +00:00
Sander van der Burg
d8051477b5
Upgraded MySQL JDBC driver to 5.1.17
...
svn path=/nixpkgs/trunk/; revision=28151
2011-08-04 14:02:52 +00:00
Eelco Dolstra
fda7c24c2b
* Added aws-mturk-clt, the Amazon Mechanical Turk command-line tools.
...
svn path=/nixpkgs/trunk/; revision=28150
2011-08-04 12:13:53 +00:00
Sander van der Burg
a0c03edcd9
Removed test stuff from MySQL + add to releases
...
svn path=/nixpkgs/trunk/; revision=28149
2011-08-04 11:58:49 +00:00
Andres Löh
62c04c542b
Version bump for HDBC.
...
svn path=/nixpkgs/trunk/; revision=28148
2011-08-04 10:16:30 +00:00
Eelco Dolstra
237b2b8a30
* Merged the KDE 4.7 branch.
...
This adds KDE 4.7 (and updates many dependencies), but KDE 4.5 is
still the default. To use 4.7, set the following in
configuration.nix:
nixpkgs.config.packageOverrides = pkgs: {
kde4 = pkgs.kde47;
};
svn path=/nixpkgs/trunk/; revision=28147
2011-08-04 00:08:22 +00:00
Eelco Dolstra
7c0ca0d565
svn path=/nixpkgs/branches/kde-4.7/; revision=28146
2011-08-03 22:36:20 +00:00
Sander van der Burg
d9572cfb6b
Added MySQL 5.5. It's still a bit experimental though
...
svn path=/nixpkgs/trunk/; revision=28145
2011-08-03 22:10:06 +00:00
Eelco Dolstra
fcce78c0f4
* Sync with the trunk.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28144
2011-08-03 22:00:49 +00:00
Piotr Pietraszkiewicz
8d546fbdb8
upgraded kadu to v0.9.2 + fixed typos in description
...
svn path=/nixpkgs/trunk/; revision=28143
2011-08-03 18:36:56 +00:00
Peter Simons
cf58813fb0
haskell-packages.nix: added tabular library
...
svn path=/nixpkgs/trunk/; revision=28142
2011-08-03 16:51:19 +00:00
Eelco Dolstra
cc2b24254a
* Added vnc2flv.
...
svn path=/nixpkgs/trunk/; revision=28141
2011-08-03 13:39:49 +00:00
Eelco Dolstra
5a04f8450d
* Hack to fix D-Bus X11 autolaunch support in D-Bus >= 1.4.8.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28140
2011-08-03 11:45:57 +00:00
Lluís Batlle i Rossell
c5a60206e7
Fixing the nvidia x86_64 driver url
...
svn path=/nixpkgs/trunk/; revision=28139
2011-08-03 09:47:03 +00:00
Lluís Batlle i Rossell
4f20b609fb
Updating the nvidia drivers (I experience hangs from time to time, maybe this will solve that)
...
svn path=/nixpkgs/trunk/; revision=28138
2011-08-03 09:47:00 +00:00
Lluís Batlle i Rossell
8ec17cf0a0
Updating dwm.
...
svn path=/nixpkgs/trunk/; revision=28137
2011-08-03 09:46:56 +00:00
Peter Simons
ee74a7e379
all-packages.nix: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=28136
2011-08-03 08:43:56 +00:00
Peter Simons
bc913e2508
all-packages.nix: disable 'xracer' attribute to fix evaluation errors on Hydra
...
svn path=/nixpkgs/trunk/; revision=28135
2011-08-03 08:43:52 +00:00
Peter Simons
dd9121ccff
all-packages.nix: disable 'rust' attribute to fix evaluation errors on Hydra
...
svn path=/nixpkgs/trunk/; revision=28134
2011-08-03 08:43:47 +00:00
Michael Raskin
5fbf32b737
Missing files
...
svn path=/nixpkgs/trunk/; revision=28133
2011-08-03 08:38:34 +00:00
Peter Simons
21b8ff7aee
haskell-packages.nix: added bnfc version 2.4
...
svn path=/nixpkgs/trunk/; revision=28132
2011-08-03 07:49:21 +00:00
Peter Simons
857d2673ae
haskell-packages.nix: added numtype and dimensional libraries
...
svn path=/nixpkgs/trunk/; revision=28131
2011-08-02 22:14:18 +00:00
Michael Raskin
451f7818a5
Adding The Sleuth Kit
...
svn path=/nixpkgs/trunk/; revision=28130
2011-08-02 20:06:09 +00:00
Michael Raskin
87554657c1
Adding afflib
...
svn path=/nixpkgs/trunk/; revision=28129
2011-08-02 19:46:28 +00:00
Michael Raskin
9d04057b11
Update libewf. Actually buildable now
...
svn path=/nixpkgs/trunk/; revision=28128
2011-08-02 19:40:07 +00:00
Michael Raskin
58c022ab56
Update Veracity
...
svn path=/nixpkgs/trunk/; revision=28127
2011-08-02 18:58:59 +00:00
Michael Raskin
6e2572440a
Update Wine
...
svn path=/nixpkgs/trunk/; revision=28126
2011-08-02 18:58:42 +00:00
Michael Raskin
77c65a1a3b
Update SBCL
...
svn path=/nixpkgs/trunk/; revision=28125
2011-08-02 18:52:00 +00:00
Rob Vermaas
bf68854ff4
make gcc 4.1 compile
...
svn path=/nixpkgs/trunk/; revision=28124
2011-08-02 16:02:53 +00:00
Eelco Dolstra
23e9cfac65
* Build Skype with PulseAudio support. This is needed on 64-bit
...
NixOS because it doesn't provide a 32-bit ALSA/Pulse module.
svn path=/nixpkgs/trunk/; revision=28123
2011-08-02 15:55:55 +00:00