Commit Graph

37858 Commits

Author SHA1 Message Date
Michael Raskin
0cbc292e1c Skip Octave test result copying, too, for now 2014-01-07 12:16:50 +04:00
Mathijs Kwik
8fad5a72ec add emacs/idris-mode 2014-01-07 07:16:47 +01:00
Michael Raskin
b93e6efbf4 Skip Octave tests for now 2014-01-07 01:01:08 +04:00
Shea Levy
31887d4c13 Update node packages
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-06 13:25:20 -05:00
Matthew Sackman
847a310c67 Bump LXC to 1.0.0.beta1
Tested locally. Builds and works for me.
2014-01-06 17:46:00 +00:00
Eelco Dolstra
c32d0180e4 Don't set $TZ
Now that Java is happy with our /etc/localtime, there is no reason to
set $TZ anymore.  (See 945849b86f, 279248f6c5, 1b5e860f65607b4cc7de4b6b5db95460cf144526.)

Fixes #1463.
2014-01-06 18:27:07 +01:00
Eelco Dolstra
1b5e860f65 Make /etc/localtime a direct symlink to the zoneinfo file
Some programs (notably the Java Runtime Environment) expect to be able
to extract the name of the time zone from the target of the
/etc/localtime symlink.  That doesn't work if /etc/localtime is a
symlink to /etc/static/localtime.  So make it a direct symlink.
2014-01-06 18:23:41 +01:00
Eelco Dolstra
9d3d42406b samba: Update to 3.6.22
CVE-2012-6150, CVE-2013-4408.
2014-01-06 17:48:39 +01:00
Eelco Dolstra
72feb8e011 nss: Update to 3.15.3.1
http://www.mozilla.org/security/announce/2013/mfsa2013-117.html
2014-01-06 17:42:32 +01:00
Peter Simons
0cf499828f haskell-threads: update to version 0.5.1.0 2014-01-06 16:34:54 +01:00
Peter Simons
97776ee7d3 haskell-shake: update to version 0.11 2014-01-06 16:34:54 +01:00
Peter Simons
dea19765d2 haskell-scientific: update to version 0.2.0.1 2014-01-06 16:34:54 +01:00
Peter Simons
150981ec0e haskell-pipes: update to version 4.0.2 2014-01-06 16:34:54 +01:00
Peter Simons
c836b94037 haskell-mueval: update to version 0.9.1.1 2014-01-06 16:34:54 +01:00
Peter Simons
84c9d66699 haskell-lifted-async: update to version 0.1.1 2014-01-06 16:34:54 +01:00
Peter Simons
62c6fc26a7 haskell-hoogle: update to version 4.2.28 2014-01-06 16:34:53 +01:00
Peter Simons
b1c03d1253 haskell-happstack-server: update to version 7.3.2 2014-01-06 16:34:53 +01:00
Peter Simons
b723b25d34 haskell-hakyll: update to version 4.4.3.0 2014-01-06 16:34:53 +01:00
Peter Simons
bf481b776d haskell-charset: update to version 0.3.6 2014-01-06 16:34:53 +01:00
Peter Simons
745263c23e haskell-aeson-pretty: update to version 0.7.1 2014-01-06 16:34:53 +01:00
Peter Simons
b5b91ffb4c haskell-SHA: update to version 1.6.2.1 2014-01-06 16:34:53 +01:00
Peter Simons
3e376d5780 haskell-MonadCatchIO-mtl: update to version 0.3.1.0 2014-01-06 16:34:53 +01:00
Eelco Dolstra
3abcd7e268 debian: Update to 7.3 2014-01-06 15:51:00 +01:00
Shea Levy
bfcce3d429 Update bower2nix
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-06 08:44:22 -05:00
Eelco Dolstra
393b2e3b19 ecj: Add a setup hook that makes Ant use ECJ automatically 2014-01-06 14:36:15 +01:00
Eelco Dolstra
90e533b685 openjre: Propagate setJavaClassPath
Thus, any package that has the JRE or JDK in its build inputs will
automatically have $CLASSPATH set up properly.
2014-01-06 14:36:14 +01:00
Eelco Dolstra
5d6259a973 Add a setup hook that automatically sets up $CLASSPATH
All JARs in $pkg/share/java (for each $pkg in the build inputs) are
added to $CLASSPATH.  Thus, you can say

  buildInputs = [ setJavaClassPath someJavaDependency ];

and the JARs in someJavaDependency will be found automatically by
tools like javac or ant.

Note that the manual used to say that JARs should be installed in
lib/java; this is now share/java, following the Debian policy:

  http://www.debian.org/doc/packaging-manuals/java-policy/x110.html

The directory share/java makes more sense because JARs are
architecture-independent.  (Also, a quick grep shows that we were not
exactly consistent about this in Nixpkgs.)
2014-01-06 14:36:14 +01:00
Eelco Dolstra
e36427fd4e ant: Add to the channel 2014-01-06 14:36:14 +01:00
Eelco Dolstra
e1f58d2a51 ecj: Build using OpenJDK 2014-01-06 14:36:14 +01:00
Eelco Dolstra
23e277b0de ecj: Fix indentation 2014-01-06 14:36:14 +01:00
Eelco Dolstra
48701a3cef fop: Drop runtime dependency on the JDK 2014-01-06 14:36:13 +01:00
Eelco Dolstra
4728ec3f99 Fix some references to apacheAntOpenJDK 2014-01-06 14:36:13 +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
Shea Levy
e6dae5d7f4 Add fetchbower function to go along with bower2nix
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-06 08:20:22 -05:00
Nixpkgs Monitor
7f8b47b60d youtubeDL: update from 2014.01.03 to 2014.01.05.6 2014-01-06 15:17:32 +02:00
Sander van der Burg
ad8974fc53 Disable test for setuptools on darwin, and add darwin to supported platforms for serf. This should make nodejs working on darwin again 2014-01-06 14:12:37 +01:00
Peter Simons
4fbb9e293c Merge pull request #1460 from ttuegel/texlive
Bump TeXLive versions
2014-01-06 03:24:23 -08:00
Peter Simons
c70c8a7158 git-annex: try to fix test suite 2014-01-06 12:09:58 +01:00
Peter Simons
ca6c043312 haskell-crypto-conduit: jailbreak for recent versions of crypto-api 2014-01-06 12:09:58 +01:00
Peter Simons
3394e55f60 haskell-web-routes: update to version 0.27.4 2014-01-06 12:09:58 +01:00
Peter Simons
18914b931e haskell-web-routes-boomerang: update to version 0.28.1 2014-01-06 12:09:58 +01:00
Peter Simons
c126096e46 haskell-persistent-sqlite: update to version 1.3.0.1 2014-01-06 12:09:58 +01:00
Peter Simons
117fcf801b haskell-crypto-api: update to version 0.13 2014-01-06 12:09:58 +01:00
Peter Simons
9ea0efdebe haskell-cipher-aes128: update to version 0.6 2014-01-06 12:09:57 +01:00
Peter Simons
3eeae1c4df haskell-boomerang: update to version 1.4.1 2014-01-06 12:09:57 +01:00
Peter Simons
713633f051 haskell-hoogle: update to version 4.2.27 2014-01-06 12:09:57 +01:00
Peter Simons
75b08cc830 haskell-force-layout: update to version 0.3 2014-01-06 12:09:57 +01:00
Peter Simons
d91b03e9a8 haskell-diagrams: update to version 1.0.0.1 2014-01-06 12:09:57 +01:00
Peter Simons
d8dc14c8d7 haskell-diagrams-contrib: update to version 1.1 2014-01-06 12:09:57 +01:00