Thomas Tuegel
71522f1ec2
ark: wrap for zipinfo
2014-05-25 15:25:34 -05:00
Cillian de Róiste
b924959648
qtractor: update from 0.6.0 to 0.6.1
2014-05-24 21:11:59 +02:00
Cillian de Róiste
94fd1a83bd
ardour3: 3.5.357 -> 3.5.380 Critical bug fix release
2014-05-24 20:42:47 +02:00
Cillian de Róiste
056bd4fdba
synthv1: update from 0.4.1 to 0.4.2
2014-05-24 15:43:07 +02:00
Cillian de Róiste
2dc6eb3941
samplv1: update from 0.4.1 to 0.4.2
2014-05-24 15:42:32 +02:00
Cillian de Róiste
18df371fe3
drumkv1: update from 0.4.1 to 0.4.2
2014-05-24 15:41:45 +02:00
Eelco Dolstra
39f994cd60
qt-5: Prevent some unnecessary runtime dependencies
...
The file $out/mkspecs/qconfig.pri contains a list of all include /
library paths used during the build, including build-time-only
packages like GDB and Ruby. So get rid of those.
2014-05-24 12:37:05 +02:00
Eelco Dolstra
1cfea9bd1a
qt-5: Don't build tests
...
Building the tests (which as far as I can tell we don't even run)
makes the build take > 19 GiB of disk space, which is a bit
excessive. Without the tests, it takes 2.6 GiB.
2014-05-24 12:37:05 +02:00
Peter Simons
acaf4a6253
haskell-tasty: update to version 0.8.1.1
2014-05-24 12:01:37 +02:00
Peter Simons
283e4f1921
haskell-xdot: update to version 0.2.4.3
2014-05-24 12:01:37 +02:00
Peter Simons
26f0953158
haskell-usb: update to version 1.2.0.1
2014-05-24 12:01:37 +02:00
Peter Simons
9f6469a1a1
haskell-openssl-streams: update to version 1.1.0.2
2014-05-24 12:01:37 +02:00
Peter Simons
5e9b258bd8
haskell-http-types: update to version 0.8.5
2014-05-24 12:01:37 +02:00
Peter Simons
e08c94e804
haskell-ghc-vis: update to version 0.7.2.2
2014-05-24 12:01:37 +02:00
Peter Simons
ff6db963fc
haskell-aeson: update to version 0.7.0.6
...
Keep version 0.7.0.4 for builds with ghc <= 7.4.2.
2014-05-24 12:01:19 +02:00
Peter Simons
82df69a1de
haskell-zip-archive: add version 0.2.3.2
...
Use latest zip archive only with GHC 7.8.2 so that we don't have to
override 'binary' everywhere else.
2014-05-24 12:01:08 +02:00
Peter Simons
ecaf15c324
haskell-attoparsec: add version 0.11.3.4
2014-05-24 12:00:58 +02:00
Peter Simons
9b86fb4ea4
haskell-scientific: update default to the latest version
2014-05-24 12:00:38 +02:00
Peter Simons
19c4909124
cabal-install: update to version 1.20.0.2
2014-05-24 10:42:07 +02:00
Mateusz Kowalczyk
6da85d3cf6
free-game: jailbreak due to new OpenGLRaw version
...
This allows it to keep building after
ba5473676f
was pushed. Perhaps we should
add the extra OpenGL versions (2.9.1.0) and specify strict versions so
that it doesn't fail to build in 2 weeks.
2014-05-24 10:36:01 +02:00
Peter Simons
458087db37
Merge pull request #2712 from joamaki/typescript
...
typescript: add package
2014-05-23 23:02:51 +02:00
Peter Simons
95aa6a9afa
esniper: update to version 2.30.0
2014-05-23 21:56:03 +02:00
Peter Simons
00594510e8
haskell-defaults.nix: fix hashtables build with GHC 6.10.x
2014-05-23 21:54:28 +02:00
Peter Simons
a1e3aef5d8
haskell-split: don't run the test suite with GHC 7.9.x to avoid infinite loop
2014-05-23 21:54:28 +02:00
Peter Simons
e081cc3b44
haskell-defaults.nix: fix hashable and case-insensitive builds with GHC 6.x
2014-05-23 21:54:28 +02:00
Peter Simons
ca02d3734b
haskell-defaults.nix: override case-sensitive on GHC 7.2.2 to avoid build error
2014-05-23 21:54:28 +02:00
Peter Simons
5538d68aca
haskell-defaults.nix: move extensible-exceptions override into the right place
2014-05-23 21:54:27 +02:00
Peter Simons
6962c86135
haskell-defaults.nix: improve configuration for GHC 6.x
2014-05-23 21:54:27 +02:00
Peter Simons
da38198b4f
Use attoparsec 0.10.x when building with GHC 6.x.
...
Newer versions depend on 'scientific', which this compiler cannot build.
2014-05-23 21:54:27 +02:00
Peter Simons
d364ba0fba
haskell-wreq: remove unnecessary overrides
2014-05-23 21:54:27 +02:00
Peter Simons
45799eeaba
haskell-scientific: there's no point in using 0.1.0.1, because it doesn't build with GHC 6.12.x either :-(
2014-05-23 21:54:27 +02:00
Peter Simons
db0b1b76d3
haskell-scientific: add versions 0.1.0.1 and 0.3.2.1
2014-05-23 21:54:27 +02:00
Peter Simons
1fddf8d0aa
Merge pull request #2733 from pSub/org-update
...
Update org-mode to latest stable version
2014-05-23 20:17:08 +02:00
Pascal Wittmann
8806abe97e
Update org-mode to latest stable version
2014-05-23 20:06:02 +02:00
Peter Simons
c18775837c
nixos/modules/services/audio/alsa.nix: fix evaluation
...
https://github.com/NixOS/nixpkgs/issues/2732
2014-05-23 19:20:49 +02:00
Peter Simons
78618e12d3
haskell-async: fix build with GHC 6.12.x
2014-05-23 18:59:09 +02:00
Peter Simons
70d61f8517
haskell-defaults.nix: don't override 'Cabal' in GHC 6.10.4; it's a core library
2014-05-23 18:57:03 +02:00
Peter Simons
de014b4b86
haskell-split: add version 0.1.4.3 for the benefit of GHC 6.x
2014-05-23 18:56:10 +02:00
Peter Simons
020b1bf00a
Re-generate expressions with cabal2nix.
2014-05-23 18:17:53 +02:00
Peter Simons
807482ca18
xmobar: enable all extensions by default
...
https://github.com/NixOS/nixpkgs/pull/2728
2014-05-23 18:13:54 +02:00
Peter Simons
ce919ad3c7
Merge pull request #2730 from pSub/dwb-update
...
Update dwb. This fixes some bugs in dwb.
2014-05-23 18:08:38 +02:00
Peter Simons
25e52ec8be
Merge pull request #2725 from Fuuzetsu/free-game
...
haskell free-game
2014-05-23 18:08:19 +02:00
Mateusz Kowalczyk
7943355954
free-game: 1.0.5, 1.1
2014-05-23 18:02:20 +02:00
Mateusz Kowalczyk
099f7d5620
minioperational: 0.4.3
2014-05-23 18:02:20 +02:00
Mateusz Kowalczyk
f4f0dab825
JuicyPixels-util: 0.1
2014-05-23 18:02:20 +02:00
Mateusz Kowalczyk
ab59d64a59
freetype2: 0.1.1
2014-05-23 18:02:20 +02:00
Mateusz Kowalczyk
7bd546b816
control-bool: 0.2.1
2014-05-23 18:02:20 +02:00
Mateusz Kowalczyk
9e8f9b5528
boundingboxes: 0.1.1, 0.2
2014-05-23 18:02:20 +02:00
Mateusz Kowalczyk
555d1fbfdf
colors: 0.1.1
2014-05-23 18:02:20 +02:00
Pascal Wittmann
10f96a30ff
Update dwb. This fixes some bugs in dwb.
2014-05-23 18:00:36 +02:00