3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

21721 commits

Author SHA1 Message Date
John Wiegley fd26805059 sqsh: remove trailing whitespace in the Nix file 2015-01-06 09:56:08 -05:00
John Wiegley 19956bd328 ccache: remove assertion that allows building only on Linux 2015-01-06 09:56:07 -05:00
John Wiegley f570f9722f libsoup: always add sqlite as a build dependency
Also, conditionalize --without-gnome
2015-01-06 09:56:07 -05:00
Longrin Wischnewski ef3a755c1f php: add optional ZTS support and new PECL module pthreads 2015-01-06 12:08:47 +00:00
Dmitry Malikov 532da23aaf haskellPackages.xmonadScreenshot: bump to 0.1.1.0 2015-01-06 14:07:31 +03:00
Karn Kallio 19cd862a6d pakcs: advance version 1.11.3 to 1.11.4, also fixing the build. 2015-01-06 11:15:48 +01:00
Vincent Laporte 8bc3314699 ocaml-lambda-term: adds dependency to camlp4 2015-01-06 11:05:30 +01:00
Peter Simons d7798d1b8b Merge pull request #5590 from jmwoehr/classy-prelude-yesod
New Haskell package: classy-prelude-yesod
2015-01-05 20:37:15 +01:00
Peter Simons 0c99319efe Merge pull request #5591 from dmalikov/master
haskellPackages.xmonadScreenshot: add 0.1.0.0
2015-01-05 20:36:30 +01:00
Peter Simons dc70244447 Update HEAD versions of Cabal and cabal-install version to 1.22.0.0. 2015-01-05 18:39:19 +01:00
Peter Simons a1c1be46e1 haskell-ghc-mod: update to version 5.2.1.2 2015-01-05 18:39:19 +01:00
Dmitry Malikov 712186fa43 haskellPackages.xmonadScreenshot: add 0.1.0.0 2015-01-05 19:48:05 +03:00
Peter Simons 88de70ebd4 Merge pull request #5585 from jraygauthier/diagrams-builder
Add haskell diagrams-builder package and its wrapper.
2015-01-05 12:52:08 +01:00
Peter Simons d458e93758 Merge pull request #5584 from jmwoehr/yesod-newsfeed
New Haskell package: yesod-newsfeed
2015-01-05 12:51:23 +01:00
aszlig 0d12020a3f
Merge pull request #5582 from devhell/profanity.
This add profanity and dependencies and a few cleanups from me for the
profanity package expression.

Thanks to @devhell and apologies for pestering him with my nitpicking.

* Commit summary:
  profanity: Add option for autoAwaySupport.
  profanity: Clean up package expression file.
  profanity: Add libnotifySupport config option
  all-packages: Add libnotify option to profanity
  profanity: Add "platforms" meta information
  profanity: Add libXScrnSaver and libX11 buildInputs
  libstrophe: Add "platforms" meta information
  libstrophe: Fix typo
  profanity: Add profanity, a ncurses XMPP client
  libstrophe: Add new package
2015-01-05 08:33:11 +01:00
Raymond Gauthier bbed7f95cd Add haskell diagrams-builder package and its wrapper. 2015-01-04 21:53:44 -05:00
Michael Raskin ba574e54c5 Add haskellPackages.reverse-apply 2015-01-05 03:03:30 +03:00
Jordan Woehr bac9085ba9 New Haskell package: yesod-newsfeed 2015-01-04 15:37:42 -07:00
dev.hell 6ba674911f libstrophe: Add "platforms" meta information 2015-01-04 22:37:16 +00:00
Jordan Woehr 8179cd52ee New Haskell package: classy-prelude-yesod 2015-01-04 15:22:04 -07:00
dev.hell b89b6d1599 libstrophe: Fix typo 2015-01-04 22:13:36 +00:00
dev.hell ee36ef9891 libstrophe: Add new package
This adds libstrophe as a dependency to the profanity XMPP client.
2015-01-04 21:04:43 +00:00
Peter Simons 8d1167f02a haskell-liquid-fixpoint: re-generate with cabal2nix 2015-01-04 20:56:50 +01:00
Domen Kožar f2b01a662d fix tarball job, fixes #5559 2015-01-04 13:58:46 +01:00
Tomasz Kontusz decc019220 Add test-kitchen gem, with plugins for Ansible and Vagrant
test-kitchen is a framework for testing Configuration Management scripts.
2015-01-04 02:06:06 +01:00
Franz Pletz 261e31c186 t1lib: Use metalab mirrors (close #5552) 2015-01-03 21:59:57 +01:00
aszlig c08a49bffc
go: Remove explicitly adding libgcc_s.so.
As of 65221567c1, it's no longer needed.

This is part of an attempt to fix nixpkgs tarball evaluation.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:39:31 +01:00
aszlig f4edebfa12
gettext: Check for existence of stdenv.ccCross.
Should only affect cross-builds, however I didn't test whether
cross-building gettext actually works. But if it's broken now, it was
broken before as well and this at least unbreaks the non-cross-built
nixpkgs tarball job :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:27:41 +01:00
aszlig 840f9b419c
glib-tested: Remove explicitly adding libgcc_s.so.
As of 65221567c1, it's no longer needed.

Also, this is one of the packages that has caused the tarball evaluation
to fail for freebsd targets, so I guess it's twice a reason to remove
it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:18:42 +01:00
Nikolay Amiantov 7452a03ba9 libfprint: add package 2015-01-03 19:50:40 +03:00
aszlig 772cff097e
loudmouth: Apply digest auth fix from Arch Linux.
Digest authentication otherwise won't work with MCabber, no matter
whether it's SHA1 or MD5.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Tested-by: devhell <"^"@regexmail.net>
2015-01-03 17:40:08 +01:00
John Wiegley 783e27e32a pycrypto: preConfigure patch ups 2015-01-03 07:53:08 -05:00
John Wiegley 70befe1df1 serf: add change for the lack of kerberos on darwin 2015-01-03 07:53:07 -05:00
John Wiegley a8ea864ff2 mpfr: add gmp to LDFLAGS 2015-01-03 07:53:07 -05:00
John Wiegley bdf18c1044 adns: on darwin, patch the library with install_name_tool 2015-01-03 07:53:07 -05:00
John Wiegley 79b214ef95 ats, ats2: refine supported platforms to linux 2015-01-03 07:53:06 -05:00
William A. Kennington III 449e2b4afb ntdb: Add derivation 2015-01-02 17:22:37 -08:00
William A. Kennington III a32175d04f ctdb: Add derivation 2015-01-02 17:22:37 -08:00
William A. Kennington III 257b2ae888 ldb: Update dependency list 2015-01-02 17:22:37 -08:00
William A. Kennington III 8eb6d05170 tdb: Update dependency list 2015-01-02 17:22:37 -08:00
William A. Kennington III 0a03d675a9 talloc: Update dependency list 2015-01-02 17:22:37 -08:00
William A. Kennington III 7fd69d9f8d tevent: Update dependency list 2015-01-02 17:22:37 -08:00
William A. Kennington III bd0567ecd4 heimdal: Build hcrypto for depdendant applications 2015-01-02 17:22:37 -08:00
William A. Kennington III 40e433f6ff iniparser: 3.0b -> 3.1 2015-01-02 17:22:36 -08:00
Peter Simons 4e7eb5c538 haskell-intern: re-generate with cabal2nix 2015-01-03 00:24:48 +01:00
Peter Simons 34ed92c995 liquidhaskell: re-generate with cabal2nix 2015-01-03 00:24:48 +01:00
John Wiegley 8dd9fd7b20 haskellPackages.intern: new expression 2015-01-02 15:32:21 -06:00
John Wiegley f742da0a31 liquidhaskell: new expression 2015-01-02 15:29:01 -06:00
William A. Kennington III ab18f1509a gperftools: 2.2.1 -> 2.3 2015-01-02 10:47:41 -08:00
William A. Kennington III 085f7e2d42 ldb: 1.1.18 -> 1.1.19 2015-01-02 10:43:55 -08:00
William A. Kennington III a909b4f58a tdb: 1.3.3 -> 1.3.4 2015-01-02 10:43:55 -08:00
William A. Kennington III 9a56a86f5e libu2f-host: 0.0.1 -> 0.0.2 2015-01-02 10:43:54 -08:00
William A. Kennington III ffee9f6a92 nss: Fix gentoo patch to specify library path in nss.pc 2015-01-02 00:24:49 -08:00
William A. Kennington III c66cc0719f heimdal: Fix spacing 2015-01-02 00:24:49 -08:00
Vincent Laporte 0ed2a253f1 Adds hop 2.5.1
HOP is a multi-tier programming language for the Web 2.0 and the
so-called diffuse Web.

Homepage: http://hop.inria.fr/
2015-01-02 00:01:40 +01:00
Vincent Laporte 5d36f5831c bigloo: propagate gmp build input 2015-01-01 23:55:30 +01:00
Peter Simons 9b8ff2f5f2 Update Cabal to version 1.20.0.3 and cabal-install to version 1.20.0.6. 2015-01-01 23:07:41 +01:00
Peter Simons 493067d4bd haskell-HsOpenSSL: update to version 0.11.1 2015-01-01 23:07:41 +01:00
Peter Simons 90912aab74 haskell-HaTeX: update to version 3.16.0.0 2015-01-01 23:07:41 +01:00
Peter Simons e30a2d6a0b haskell-webkitgtk3: re-generate with cabal2nix 2015-01-01 23:07:41 +01:00
Peter Simons 735436c0c1 elm-make: re-generate with cabal2nix 2015-01-01 23:07:41 +01:00
Peter Simons 37ae6de95d s6: don't depend on GNU Make 4.0
The website gives no indication that version 4.x is required to build
this package, and even it if were, then there should be an override in
all-packages.nix instead of referring to the 'gnumake40' attribute
directly in this expression.
2015-01-01 20:36:58 +01:00
Peter Simons ac55bb22be gnumake: add version 4.1 2015-01-01 20:36:58 +01:00
Bjørn Forsman e4dd2dcad4 libsigrok: install missing firmware files
Without this, hardware that requires firmware (e.g. Saleae Logic) is
unuseable.

Example error that this fixes:

  sr: ezusb: Unable to open firmware file /nix/store/rqgppsz3gwy8jailflf3049fzyzrgkdb-libsigrok-0.3.0/share/sigrok-firmware/fx2lafw-saleae-logic.fw for reading: No such file or directory
  sr: fx2lafw: Firmware upload failed for device 0.
2015-01-01 20:04:49 +01:00
Peter Simons e0def54ca4 Merge pull request #5513 from k0ral/webkitgtk3
New haskell package: webkitgtk3
2015-01-01 19:50:16 +01:00
Peter Simons 0a0965f2ac elm-reactor: mark broken
http://hydra.cryp.to/build/297517/nixlog/2/raw
2015-01-01 18:15:50 +01:00
Peter Simons f5f3c5b5f6 haskell-hask: mark broken
http://hydra.cryp.to/build/298269/nixlog/1/raw
2015-01-01 18:14:55 +01:00
Michael Raskin 3ee63790df Using the OpenJDK currency date patch for icedtea 2015-01-01 15:45:35 +01:00
Raffael Mancini 7aef1f02aa ipopt: fix build after minor gcc update (close #5519)
The configure script only checks for a specific version to enable a fix in
finding cstdlib and cstring.
2015-01-01 15:45:35 +01:00
William A. Kennington III 307823a88a svrcore: Add derivation 2015-01-01 15:45:35 +01:00
Eelco Dolstra 8af48d9428 gdb: Fix manpages 2015-01-01 15:45:35 +01:00
Michael Raskin c40f4e6204 libmwaw: 0.3.3->0.3.4 2015-01-01 15:45:34 +01:00
Michael Raskin 8b9357d6bb librevenge: 0.0.1->0.0.2 2015-01-01 15:45:34 +01:00
Michael Raskin 98c5e13707 mdds: 0.11.1 -> 0.11.2 2015-01-01 15:45:34 +01:00
Michael Raskin 4fe7b8904e libgphoto2: 2.5.5.1 -> 2.5.6 2015-01-01 15:45:34 +01:00
Vincent Laporte c0fe8aa939 ocaml-camlpdf: update from 1.7.2 to 2.1.1 2015-01-01 15:45:34 +01:00
Karn Kallio 330a4a28dd openjdk : Patch to extend valid currency change dates to 20 years. 2015-01-01 15:45:33 +01:00
Oliver Charles 1bfd620a4d haskellPackages.netwire: Update to 5.0.1 2015-01-01 15:45:32 +01:00
William A. Kennington III fbac211a2c cyrus_sasl: Enable kerberos 2015-01-01 15:45:32 +01:00
William A. Kennington III 41a4f1fa3b krb5: 1.12.2 -> 1.13 2015-01-01 15:45:32 +01:00
William A. Kennington III 1444a6806e heimdal: Update build 2015-01-01 15:45:32 +01:00
William A. Kennington III 5fe743930a kerberos: Use default kerberos instead of krb5 2015-01-01 15:45:32 +01:00
Tobias Geerinckx-Rice 56692eec7c Fix user-facing typos (mainly in descriptions) 2015-01-01 15:45:32 +01:00
koral fa4b210d3f webkitgtk: added optional geoclue2 dependency. 2015-01-01 15:45:31 +01:00
koral 01a48ead88 webkitgtk: 2.6.2 -> 2.6.4 2015-01-01 15:45:31 +01:00
Ricardo M. Correia 24bb7dc46f rustcMaster: Update from 0.13.0-pre-2604-g2f3cff6 -> 0.13.0-pre-2763-g6366631 2015-01-01 15:45:31 +01:00
Vincent Laporte 0f05b01dce Adds ocaml-ojquery-0.1
jQuery Binding for Eliom

Homepage: http://ocsigen.org/ojquery/
2015-01-01 15:45:31 +01:00
Vincent Laporte 8f2588f0ce Adds ocaml-magick-0.34
This package aims to provide the ImageMagick methods to OCaml

Homepage: http://www.linux-nantes.org/~fmonnier/OCaml/ImageMagick/
2015-01-01 15:45:31 +01:00
Vincent Laporte 4c4768c4b0 Adds ocaml-safepass-1.3
OCaml-safepass is a library offering facilities for the safe storage of
user passwords. By "safe" we mean that passwords are salted and hashed
using the Bcrypt algorithm. Salting prevents rainbow-table based
attacks, whereas hashing by a very time-consuming algorithm such as
Bcrypt renders brute-force password cracking impractical.

Homepage: http://ocaml-safepass.forge.ocamlcore.org/
2015-01-01 15:45:31 +01:00
Peter Simons e9eb8b491b haskell-sdl2: re-enable Haddock phase
GHC 7.8.4 fixed https://github.com/haskell-game/sdl2/issues/31.
2015-01-01 15:45:31 +01:00
Matej Cotman 3c96afe0b1 etcd: upgrade server and ctl 2015-01-01 15:45:31 +01:00
Tom Hunger c53b959c0e Update elm to 0.14.
Note that elm has a different package split: The old Elm 0.13 package
is now elm-compiler, elm-make and elm-package.

Instead of invoking "elm" one now has to use "elm-make".

I kept the 0.13 version of elm around in case someone depends
on it.
2015-01-01 15:45:30 +01:00
Vincent Laporte 56d651d347 Adds ocaml-uuseg
Uuseg is an OCaml library for segmenting Unicode text. It implements the
locale independent Unicode text segmentation algorithms to detect
grapheme cluster, word and sentence boundaries and the Unicode line
breaking algorithm to detect line break opportunities.

Homepage: http://erratique.ch/software/uuseg
2015-01-01 15:45:30 +01:00
Alexander Kjeldaas f98df44ada Eradicate gzip -9 without -n 2015-01-01 15:45:30 +01:00
Vladimír Čunát 1d7bdfac8e libcaca: add another mirror
The original does not work ATM.
2015-01-01 15:45:29 +01:00
Thomas Tuegel 53317799ec suitesparse: add version 4.4.1 2015-01-01 15:45:29 +01:00
Thomas Tuegel 84553e0aa0 arpack: build against atlasWithLapack 2015-01-01 15:45:29 +01:00
Thomas Tuegel 202acdbdaf arpack: version bump to 3.2.0 2015-01-01 15:45:29 +01:00
Thomas Tuegel 32ffad3e6b atlas: optionally build with full lapack 2015-01-01 15:45:29 +01:00
Thomas Tuegel 6e46a100b4 atlas: fix generic options
Build atlas with the generic options recommended by the upstream
documentation for distributions. The expression now takes the parameter
'threads' which configures the number of threads atlas will use. The
default is to build serial atlas ('threads = "0"'). The expression also
takes the parameter 'cacheEdge' which is the L2 cache per core, in
bytes. This reduces build time because the cache size doesn't need to be
detected. It also reduces impurity, since different build nodes on Hydra
may have different hardware. It is set to 256k by default, which is
recommended for distributions by the upstream documentation.
2015-01-01 15:45:29 +01:00
Thomas Tuegel 9c67a3bc35 openblas: version bump to 0.2.13 2015-01-01 15:45:29 +01:00
Stewart Mackenzie 30e21cedae hammer: version bump 2015-01-01 15:45:29 +01:00
codyopel 91531adb78 x265-hg: updated to latest commit, fixed package naming issue 2015-01-01 15:45:29 +01:00
Patrick Mahoney 06e523b7e8 Update skarnet.org software for 2.0 release.
New build system using configure script and GNU Make 4.0, and new
releases of the following using the new build system:

execline 2.0.0.0
s6 2.0.0.0
s6-dns 2.0.0.0
s6-linux-utils 2.0.0.0
s6-networking 2.0.0.0
s6-portable-utils 2.0.0.0
skalibs 2.0.0.0
2015-01-01 15:45:28 +01:00
Charles Strahan a0d62bf978 ghcjs: update to latest 2014-12-31 01:15:13 -05:00
Charles Strahan df55381b65 ghcjs: restructure 2014-12-31 00:03:43 -05:00
koral e00e679d12 New haskell package: webkitgtk3 2014-12-30 21:32:09 +01:00
Karn Kallio 9b81769950 openjdk : Patch to extend valid currency change dates to 20 years. 2014-12-30 16:42:42 +01:00
Oliver Charles cd1321be53 haskellPackages.netwire: Update to 5.0.1 2014-12-30 10:58:36 +00:00
Peter Simons 6f724d8e22 Merge pull request #5501 from k0ral/webkitgtk
webkitgtk: 2.6.2 -> 2.6.4
2014-12-30 11:01:02 +01:00
William A. Kennington III 488e6e6e9c cyrus_sasl: Enable kerberos 2014-12-30 01:04:16 -08:00
William A. Kennington III 0196fda4f4 krb5: 1.12.2 -> 1.13 2014-12-30 01:03:29 -08:00
William A. Kennington III 0566d647e8 heimdal: Update build 2014-12-30 01:02:41 -08:00
William A. Kennington III afeef240dc kerberos: Use default kerberos instead of krb5 2014-12-30 00:05:12 -08:00
Tobias Geerinckx-Rice c64257b8e5 Fix user-facing typos (mainly in descriptions) 2014-12-30 03:31:03 +01:00
William A. Kennington III e62e634128 Merge pull request #5476 from codyopel/x265-update
x265-hg: updated to latest commit, fixed package naming issue
2014-12-29 20:33:24 -05:00
koral a268b0e1c8 webkitgtk: added optional geoclue2 dependency. 2014-12-29 21:56:00 +01:00
koral 3070630aa7 webkitgtk: 2.6.2 -> 2.6.4 2014-12-29 21:55:35 +01:00
Ricardo M. Correia 2386eff378 rustcMaster: Update from 0.13.0-pre-2604-g2f3cff6 -> 0.13.0-pre-2763-g6366631 2014-12-29 17:55:31 +01:00
Vincent Laporte a1822087e6 Adds ocaml-ojquery-0.1
jQuery Binding for Eliom

Homepage: http://ocsigen.org/ojquery/
2014-12-29 15:19:05 +01:00
Vincent Laporte 837b2abb2b Adds ocaml-magick-0.34
This package aims to provide the ImageMagick methods to OCaml

Homepage: http://www.linux-nantes.org/~fmonnier/OCaml/ImageMagick/
2014-12-29 15:15:04 +01:00
Vincent Laporte 9fc35ed766 Adds ocaml-safepass-1.3
OCaml-safepass is a library offering facilities for the safe storage of
user passwords. By "safe" we mean that passwords are salted and hashed
using the Bcrypt algorithm. Salting prevents rainbow-table based
attacks, whereas hashing by a very time-consuming algorithm such as
Bcrypt renders brute-force password cracking impractical.

Homepage: http://ocaml-safepass.forge.ocamlcore.org/
2014-12-29 15:15:04 +01:00
Peter Simons 18d3da1a02 haskell-sdl2: re-enable Haddock phase
GHC 7.8.4 fixed https://github.com/haskell-game/sdl2/issues/31.
2014-12-29 12:24:16 +01:00
Matej Cotman d28c65ff05 etcd: upgrade server and ctl 2014-12-29 01:55:40 +01:00
Peter Simons fb3f5fc7db Merge pull request #5488 from teh/master
Update elm to 0.14.
2014-12-28 22:27:05 +01:00
Arseniy Seroka 42bb368025 Merge pull request #5481 from sjmackenzie/hammer
hammer: version bump
2014-12-28 23:36:38 +03:00
Tom Hunger e67535cb1d Update elm to 0.14.
Note that elm has a different package split: The old Elm 0.13 package
is now elm-compiler, elm-make and elm-package.

Instead of invoking "elm" one now has to use "elm-make".

I kept the 0.13 version of elm around in case someone depends
on it.
2014-12-28 17:00:41 +00:00
Vincent Laporte 2335ec0b40 Adds ocaml-uuseg
Uuseg is an OCaml library for segmenting Unicode text. It implements the
locale independent Unicode text segmentation algorithms to detect
grapheme cluster, word and sentence boundaries and the Unicode line
breaking algorithm to detect line break opportunities.

Homepage: http://erratique.ch/software/uuseg
2014-12-28 14:30:12 +01:00
Alexander Kjeldaas da1f8578b0 Eradicate gzip -9 without -n 2014-12-28 13:45:27 +01:00
Charles Strahan 7661626e21 ghcjs-dom: remove unused fetchgit 2014-12-27 21:54:41 -05:00
Charles Strahan 5288863ada webkit (haskell package): update to 0.13.1.1 2014-12-27 21:52:53 -05:00
Charles Strahan 0dabcc34c3 ghcjs-dom: clean up 2014-12-27 21:51:30 -05:00
Charles Strahan c05ec6104d ghcjs-dom: fix expression and update to version 0.1.1.3 2014-12-27 19:54:48 -05:00
Charles Strahan 83d58831bc ghcjs: update revisions 2014-12-27 19:51:21 -05:00
Charles Strahan dcee26642c ghcjs: remove commented-out ghcjs-prim 2014-12-27 18:53:23 -05:00
Charles Strahan bd6cbe73e4 ghcjs: remove duplicated lens expression 2014-12-27 18:51:43 -05:00
Charles Strahan 347a9674c1 ghcjs: cleanup 2014-12-27 18:48:12 -05:00
Charles Strahan f36fabb389 ghcjs: fix build 2014-12-27 16:51:39 -05:00
Thomas Tuegel 09435f05d4 Merge pull request #5484 from ttuegel/linear-algebra
Version bump some linear algebra packages
2014-12-27 15:12:58 -06:00
Vladimír Čunát 5f0686fc95 libcaca: add another mirror
The original does not work ATM.
2014-12-27 20:59:24 +01:00
Thomas Tuegel d582090a15 suitesparse: add version 4.4.1 2014-12-27 13:47:53 -06:00
Thomas Tuegel 81c0f94d74 arpack: build against atlasWithLapack 2014-12-27 13:40:40 -06:00
Thomas Tuegel 893f277bd7 arpack: version bump to 3.2.0 2014-12-27 13:40:40 -06:00
Thomas Tuegel 3ce76d4dd0 atlas: optionally build with full lapack 2014-12-27 13:40:40 -06:00
Thomas Tuegel 91657e30ca atlas: fix generic options
Build atlas with the generic options recommended by the upstream
documentation for distributions. The expression now takes the parameter
'threads' which configures the number of threads atlas will use. The
default is to build serial atlas ('threads = "0"'). The expression also
takes the parameter 'cacheEdge' which is the L2 cache per core, in
bytes. This reduces build time because the cache size doesn't need to be
detected. It also reduces impurity, since different build nodes on Hydra
may have different hardware. It is set to 256k by default, which is
recommended for distributions by the upstream documentation.
2014-12-27 13:40:40 -06:00
Thomas Tuegel 8a5d7e7944 openblas: version bump to 0.2.13 2014-12-27 13:40:40 -06:00
Charles Strahan a188373640 Merge branch 'master' of github.com:nixos/nixpkgs into ryghcjs
Conflicts:
	pkgs/development/libraries/haskell/ghcjs-dom/default.nix
	pkgs/top-level/haskell-packages.nix
2014-12-27 14:35:01 -05:00
Charles Strahan 571af5b988 ghcjs: clean up 2014-12-27 14:27:37 -05:00
Stewart Mackenzie 247cc8b9ef hammer: version bump 2014-12-27 21:36:50 +08:00
Vincent Laporte 3ccd6509ad ocaml-uucp: update from 0.9.0 to 0.9.1 2014-12-27 09:17:09 +01:00