Eelco Dolstra
23e277b0de
ecj: Fix indentation
2014-01-06 14:36:14 +01:00
Eelco Dolstra
c180be8cf5
icedtea: Remove
...
It has apparently never worked. Also drop xerces and xalan, which
were only used by icedtea.
2014-01-06 14:36:13 +01:00
Eelco Dolstra
cd5a9f4980
clooj: Update to 0.4.4
...
Also, merge the wrapper into the main package.
2014-01-06 14:36:13 +01:00
Eelco Dolstra
8398b23e10
clojure: Update to 1.5.1
...
Also, merge the wrapper into the main package, and get rid of the
binary variant.
2014-01-03 14:48:21 +01:00
Eelco Dolstra
b96d3ca233
hydra-ant-logger: Fix build
2014-01-03 14:33:40 +01:00
Eelco Dolstra
ec685e30de
kaffe: Remove
...
It no longer builds and doesn't seem very maintained.
2014-01-03 13:51:23 +01:00
Eelco Dolstra
54d1721414
ant: Update to 1.9.3
...
Also, Ant no longer has a build-time dependency on a particular JDK.
It finds the JDK via $JAVA_HOME or $PATH (by looking up javac). This
way, we don't need to have separate packages like apacheAntOpenJDK and
apacheAntOracleJDK. It also seems reasonable: after all, installing
GNU Make doesn't give you a C compiler either. It does mean that
instead of
buildInputs = [ ant ];
you now need to write something like
buildInputs = [ ant jdk ];
2014-01-03 13:29:06 +01:00
Eelco Dolstra
226b3c440b
hydra-ant-logger: Fix the build
2014-01-03 11:56:41 +01:00
Eelco Dolstra
b13b146150
jikespg: Cleanup
2014-01-03 11:56:41 +01:00
Eelco Dolstra
79675fad6e
openjdk: Use multiple outputs
...
This unifies the "openjdk" and "openjre" packages. The JDK is placed
in the "out" output, the JRE in "jre".
Also, everything is now stored in $prefix/lib/openjdk, so the JDK/JRE
no longer pollute user environments with files like
"ASSEMBLY_EXCEPTION" at top-level.
2014-01-03 11:56:40 +01:00
Eelco Dolstra
7f11ef6345
openjdk: Skip configurePhase
...
The build phase also runs "make sanity", so there is no need to do it
twice.
2014-01-03 11:56:40 +01:00
Eelco Dolstra
7edfe92f5f
openjdk: Fix manpage cleanup
2014-01-03 11:56:40 +01:00
Eelco Dolstra
02f7e85d99
openjdk: Remove obsolete header file hack
2014-01-03 11:56:40 +01:00
Domen Kožar
3ef95f0582
Merge pull request #1453 from ttuegel/clementine
...
Add clementine-1.2.1 and dependencies
2014-01-02 14:21:18 -08:00
Thomas Tuegel
ef108a8d31
add sparsehash-2.0.2
2014-01-02 14:49:23 -06:00
Bjørn Forsman
4d6605e882
Whitespace fixes in package expressions I maintain
2014-01-02 17:58:08 +01:00
Nixpkgs Monitor
4d3bf74b0a
elixir: update from 0.11.2 to 0.12.0
2014-01-02 16:35:54 +01:00
Vladimír Čunát
506a304181
fftw: minor update and major refactoring
...
- Unify the "single" and "float" variants, which are the same thing.
- Enable threads and openmp wrapper by default (they are very small).
- Don't use sse on i686, as I'm quite sure we have no warrant for that.
Cf. http://en.wikipedia.org/wiki/Pentium_Pro
- Disable static libs (big, no indication we need them).
- I tested most builds using fftw (they build OK).
2014-01-01 13:05:56 +01:00
Michael Raskin
af9db522cf
Update FLTK and TigerVNC; doesn't fix TigerVNC Xvnc build per se
2014-01-01 01:36:57 +04:00
Peter Simons
bad39d4861
Merge pull request #1435 from tomberek/add_fastcgi
...
Add fastcgi Haskell package
2013-12-31 07:42:03 -08:00
William A. Kennington III
844ab16b90
apr-util: Cleanup
...
Add the required packages to buildInputs. Create a wrapper around
apr-1-config so that internal sed commands succeed.
2013-12-31 08:00:21 -06:00
Rickard Nilsson
bc0c50ced9
New Haskell package: wai-handler-fastcgi 2.0.0
2013-12-31 09:55:04 +01:00
Evgeny Egorochkin
b656d78ecb
phonon-backend-gstreamer: fix install destination
2013-12-31 10:11:12 +02:00
Peter Simons
caea2b6fd3
haskell-yesod-platform: update to version 1.2.5.3
2013-12-30 20:49:30 +01:00
Peter Simons
330501e733
haskell-yesod-bin: update to version 1.2.5.5
2013-12-30 20:49:30 +01:00
Peter Simons
0301cfccae
haskell-warp-tls: update to version 2.0.0.1
2013-12-30 20:49:29 +01:00
Peter Simons
cc6331d0fe
haskell-Elm: update to version 0.10.1
2013-12-30 20:49:29 +01:00
Michael Raskin
a3843455c5
Re-add HTTP/HTTPS support back to Subversion by adding serf. Tested.
2013-12-30 23:33:22 +04:00
Michael Raskin
64361fd269
Update SlimerJS to 0.9.0 release
2013-12-30 23:33:22 +04:00
Thomas Bereknyei
218d229b06
Add fastcgi Haskell package
2013-12-30 14:04:26 -05:00
Peter Simons
c39dbf65cd
Merge pull request #1422 from ocharles/lens-aeson
...
haskellPackages.lensAeson: New expression
2013-12-30 10:37:39 -08:00
Lluís Batlle i Rossell
34859e2a42
Adding wxWidgets 3.0.0
2013-12-30 17:35:31 +01:00
Lluís Batlle i Rossell
f529e91501
Updating vxl from 1.13 to 1.17.
2013-12-30 15:32:51 +01:00
Rob Vermaas
96a51da082
Oraclejdk7: Fix hash and extracted path for jce_policy.zip. Add extra rpath.
2013-12-30 12:39:48 +01:00
Michael Raskin
d22106ab2d
Update SBCL to 1.1.14
2013-12-30 02:30:55 +04:00
Domen Kožar
c73f118af6
setuptools: 0.9.8 -> 2.0.2
2013-12-29 19:15:36 +01:00
Domen Kožar
5603e611a7
xbmc: 12.2 -> 12.3
2013-12-29 17:53:40 +01:00
Michael Raskin
f1daf24bea
Less aggressive LD_LIBRARY_PATH seems to avoid segfault
2013-12-29 18:52:43 +04:00
Oliver Charles
eb4618d288
haskellPackages.lensAeson: New expression
2013-12-29 12:32:43 +00:00
Peter Simons
ac692ddb50
haskell-cabal2nix: update to version 1.57
2013-12-29 12:26:07 +01:00
Peter Simons
a5d046d007
cabal2nix: the test suite compiles only on GHC 7.6.x or later
...
See <https://github.com/sol/doctest-haskell/issues/69 > for further details.
2013-12-29 12:26:07 +01:00
Peter Simons
132965e66a
haskell-trifecta: re-generate expressions with cabal2nix
2013-12-29 12:26:07 +01:00
Peter Simons
446a93b375
haskell-graphviz: jailbreak some more
2013-12-29 12:26:07 +01:00
Peter Simons
0652273194
haskell-yesod-bin: update to version 1.2.5.3
2013-12-29 12:26:07 +01:00
Peter Simons
3b397273d9
haskell-asn1-types: update to version 0.2.3
2013-12-29 12:26:07 +01:00
Peter Simons
b6e7a650f0
haskell-graphviz: jailbreak some more
2013-12-29 12:26:07 +01:00
Peter Simons
293a7f00bf
haskell-xss-sanitize: update to version 0.3.4.1
2013-12-29 12:26:07 +01:00
Peter Simons
ec33405820
haskell-wai-logger: update to version 2.1.0
2013-12-29 12:26:07 +01:00
Peter Simons
38b9c60dda
haskell-tasty-ant-xml: update to version 1.0.0.5
2013-12-29 12:26:07 +01:00
Peter Simons
987025b911
haskell-shakespeare: update to version 1.2.0.4
2013-12-29 12:26:07 +01:00