Commit Graph

12605 Commits

Author SHA1 Message Date
Peter Simons
b66a59bf41 haskell-uu-parsinglib: update to version 2.8.1.1 2013-11-07 14:00:08 +01:00
Peter Simons
f92a5cbfc6 pkgs/development/compilers/ghc/with-packages.nix: add 'ignoreCollisions' parameter
The ghcWithPackage expression now has an argument 'ignoreCollisions' that
allows users to disable the path collision check like so:

  (pkgs.haskellPackages.ghcWithPackages (pkgs: with pkgs; [ haskellPlatform ])).override { ignoreCollisions = true; };

See d64917ad17
for a long and detailed discussion of why these path collisions may occur.
2013-11-07 12:14:19 +01:00
Peter Simons
89c566fcfd pkgs/development/compilers/ghc/with-packages.nix: improve recognition of Haskell packages
Haskell packages -- i.e. packages built by our Cabal builder -- invariably have
the attributes 'pname' and 'version'. We use the absence of these attributes to
recognize non-Haskell packages and filter them from the closed package set
generated by closePropagation. We do this so that the generated Haskell
environment won't contain paths like "/lib/libz.a", which are part of the
closure but have nothing to do with Haskell.

The previous scheme used the attribute 'ghc' to accomplish the same thing, but
unfortunately other packages to contain a 'ghc' attribute, too, like the
old-style ghc-wrapper. Including the ghc-wrapper in this environment is
pointless, obviously. The new approach filters the ghc-wrapper successfully.
2013-11-07 12:14:19 +01:00
Peter Simons
9c1982cd68 Merge pull request #1179 from cpages/sdl2
SDL2: some improvements to the expression.
2013-11-07 02:16:00 -08:00
Vladimír Čunát
0eeee298ef perl: avoid --no-cpp-precomp on darwin, (close #1160)
Taken from https://trac.macports.org/ticket/38913
vcunat renamed the patch

Conflicts (trivial):
	pkgs/development/interpreters/perl/5.16/default.nix
2013-11-07 10:39:28 +01:00
Carles Pagès
b81caba5fb SDL2: some improvements to the expression.
Based on comments in the pull request from @edolstra and @peti. I also added
missing metadata, setting myself as maintainer.
2013-11-06 23:17:46 +01:00
Eelco Dolstra
58af4fb11e Update some more platforms 2013-11-06 10:58:20 +01:00
Eelco Dolstra
77dc219127 gcc: Support FreeBSD 2013-11-06 10:41:02 +01:00
Lluís Batlle i Rossell
cfe5f74e88 Updating poppler to 0.24.3. 2013-11-06 10:09:08 +01:00
Michael Raskin
66c034d03e Merge pull request #1171 from cpages/sdl2
Update SDL2 to v2.0.1
2013-11-05 20:32:07 -08:00
Shea Levy
9817bada91 Update nodePackages to npm2nix-5.2.0
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-11-05 18:02:21 -05:00
Lluís Batlle i Rossell
1045df3197 Updating mkvtoolnix, libebml, libmatroska to latest versions. 2013-11-05 23:20:27 +01:00
Rickard Nilsson
2d44f3e8af sbt: Update to 0.13.0
Also remove all old sbt versions, and rename package to
sbt instead of simple-build-tool. sbt seems to be
the correct name for this package.
2013-11-05 14:51:14 +01:00
Rickard Nilsson
b5554b3f5c libvirt: Update to 1.1.4
Remove the patch that has been added upstream.
2013-11-05 14:15:42 +01:00
Eelco Dolstra
da426c7df5 Fix some meta.platforms attributes to build more stuff on Darwin 2013-11-05 10:46:59 +01:00
Eelco Dolstra
d9c13a73c2 gurobi: Remove
It's proprietary, non-redistributable software.
2013-11-05 00:07:24 +01:00
Eelco Dolstra
c88055e1a2 Set meta.hydraPlatforms instead of meta.platforms for some packages 2013-11-05 00:06:10 +01:00
Eelco Dolstra
a0e21fd1ca Mark more packages as broken 2013-11-04 21:11:00 +01:00
Eelco Dolstra
01087750ba Don't build some packages on some platforms 2013-11-04 21:11:00 +01:00
Carles Pagès
b551f8bced SDL2: clean configure flags.
I removed some flags that are no longer present, one that was redundant
(default value) and added a comment regarding why enable-static is there.
2013-11-04 19:49:57 +01:00
Peter Simons
0e831bd525 Resurrect the old ghcWithPackages wrapper under the attribute name 'ghcWithPackagesOld'. 2013-11-04 19:42:49 +01:00
Carles Pagès
1138f0a96b SDL2: update to v2.0.1 2013-11-04 19:37:53 +01:00
Eric Kow
d1e8f9c047 haskell-wxc: noHaddock 2013-11-02 18:09:08 +00:00
Peter Simons
8352df8d66 haskell-yesod-platform: update to version 1.2.4.4 2013-11-01 14:20:11 +01:00
Peter Simons
5fd1c46beb haskell-trifecta: update to version 1.2.1.1 2013-11-01 14:20:11 +01:00
Peter Simons
2de6d71694 haskell-trifecta: update to version 1.1 2013-11-01 14:20:11 +01:00
Peter Simons
dda0d13d22 haskell-text-icu: update to version 0.6.3.7 2013-11-01 14:20:11 +01:00
Peter Simons
a4cfdfad5d haskell-terminfo: update to version 0.3.2.6 2013-11-01 14:20:11 +01:00
Peter Simons
6e180df18c haskell-intervals: update to version 0.4 2013-11-01 14:20:11 +01:00
Peter Simons
15851f0661 haskell-free: update to version 4.2 2013-11-01 14:20:11 +01:00
Peter Simons
03e7ab54a0 haskell-fclabels: update to version 2.0.0.5 2013-11-01 14:20:11 +01:00
Peter Simons
40a31df497 haskell-Elm: update to version 0.10.0.2 2013-11-01 14:20:11 +01:00
Mathijs Kwik
b6519f08da haskell-parsers: bring back 0.9 for idris 2013-11-01 08:02:19 +01:00
Mathijs Kwik
3c2b7f5e33 haskell-trifecta: bring back 1.1 for idris 2013-11-01 08:02:19 +01:00
Mathijs Kwik
07d68731ff haskell-trifecta: jailbreak on comonad 2013-11-01 08:02:13 +01:00
Domen Kožar
ebcdbbbdd2 Merge pull request #1132 from lovek323/php54-pcntl
php54: add pcntl option
2013-10-31 07:29:38 -07:00
Peter Simons
86443f4efd haskell-cabal2nix: update to version 1.55 2013-10-31 09:02:25 +01:00
Peter Simons
7337c675df haskell-uuid: update to version 1.3.3 2013-10-31 09:02:25 +01:00
Peter Simons
7deb37d1f9 haskell-symbol: update to version 0.2.0 2013-10-31 09:02:25 +01:00
Peter Simons
4bf277e39b haskell-postgresql-simple: update to version 0.3.9.1 2013-10-31 09:02:25 +01:00
Peter Simons
7399dba217 haskell-pipes-parse: update to version 2.0.1 2013-10-31 09:02:24 +01:00
Peter Simons
df12cd8a7b haskell-intervals: update to version 0.3 2013-10-31 09:02:24 +01:00
Peter Simons
e0c633a402 haskell-hslua: update to version 0.3.8 2013-10-31 09:02:24 +01:00
Peter Simons
f7ea8a57df haskell-hexpat: update to version 0.20.4 2013-10-31 09:02:24 +01:00
Peter Simons
ece9b21522 haskell-feed: update to version 0.3.9.2 2013-10-31 09:02:24 +01:00
Peter Simons
436885b067 haskell-fclabels: update to version 2.0.0.2 2013-10-31 09:02:24 +01:00
Peter Simons
56dfdba91b haskell-constraints: update to version 0.3.4.2 2013-10-31 09:02:24 +01:00
Peter Simons
29054f9a87 haskell-blaze-builder: update to version 0.3.2.0 2013-10-31 09:02:24 +01:00
Peter Simons
aa3fad72ad haskell-HDBC-postgresql: update to version 2.3.2.2 2013-10-31 09:02:24 +01:00
Peter Simons
793be25a9a haskell-gloss: update to version 1.8.1.1 2013-10-31 09:02:24 +01:00
Peter Simons
90d80c3d35 haskell-OpenGL: update 2.9.x branch to version 2.9.1.0 2013-10-31 09:02:24 +01:00
Domen Kozar
d9ba437875 libedit: add FreeBSD support 2013-10-31 00:47:33 +01:00
Michael Raskin
92e3206c2a Updating SlimerJS to Git version for compatibility with fresh xulrunner 2013-10-31 02:59:45 +04:00
Pascal Wittmann
6e062f1434 Agda: update to 2.3.2.2.
This update also fixes the build errors on hydra that were caused by
an incompatible version of haskell-src-ext.

Close #1153.
2013-10-30 23:30:39 +02:00
Eric Kow
0f8b1b1a5c libusb1: avoid -lgcc_s on darwin
close #1151
2013-10-30 19:19:54 +02:00
Vladimir Still
d7d3c8fd82 sqliteodbc: update to 0.995, add more metadata
close #1122
2013-10-30 19:00:09 +02:00
Domen Kožar
09fa7304ae ninka: update to 1.1 and refactor 2013-10-30 11:47:12 +01:00
Michael Raskin
52d5290118 Update SlimerJS 2013-10-30 13:03:47 +04:00
Rok Garbas
b040814679 changes in: redshift, geoclue, libsoup
- added support for geoclue for redshift
 - package geoclue 2.0.0 (as geoclue2)
 - package libsoup 2.44.1 (as libsoup_2_40)
2013-10-29 16:25:31 +01:00
Domen Kožar
789af5fb08 libedit: 20100424-3.0 -> 20130712-3.1 2013-10-29 09:35:25 +01:00
Michael Raskin
3bda40c150 A few hooks for easier library handling when CFFI is used 2013-10-29 11:29:46 +04:00
Michael Raskin
22ddf66b54 Adding a facility to generate Lisp module definitions from QuickLisp; no sane update facility yet; adding Esrap-PEG as a test 2013-10-29 10:56:33 +04:00
aszlig
46b2bd427c
portmidi: New package in version 217.
This uses a patch from Gentoo to disable Java support for now, as it is
not needed for supporting Mixxx (which is the package I'm preparing).
Hopefully, the patch will be applied upstream so we can safely drop it
here.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-28 20:48:48 +01:00
Peter Simons
094edba311 ghc-with-packages.nix: make sure that GHC itself is included in the environment 2013-10-28 17:54:28 +01:00
Baptist BENOIST
736b295bc5 vtk: Use the Qt libraries as an argument instead of a boolean
To prevent multiple Qt libraries when developing with a custom one, the Qt
support can now be activated by directly supplying the Qt libraries as an
argument (qtLib).

qtSDK and qtFull users/developers now just have to define an override such
as the following one in order to use it inside their development
environment:

vtk.override { qtLib = qt4SDK; };

The previous behavior is still the same for vtk and vtkWithQt4 end-users.

Change-Id: I517762d4ff7de46d32cc46e6e725fd62737caa52
2013-10-28 10:00:32 +01:00
Jason "Don" O'Conal
f79ae71748 php54: add pcntl option 2013-10-27 23:57:44 +00:00
Jason "Don" O'Conal
ab18b33f3e sup: update to latest version 2013-10-27 21:57:09 +01:00
Peter Simons
216e9976fe haskell-uniplate: update to version 1.6.12 2013-10-27 19:07:15 +01:00
Peter Simons
aab65b9f2b haskell-socks: update to version 0.5.4 2013-10-27 19:07:15 +01:00
Peter Simons
fbe6b6cbff haskell-modular-arithmetic: update to version 1.1.0.0 2013-10-27 19:07:15 +01:00
Peter Simons
089506aac6 haskell-diagrams-svg: update to version 0.8.0.2 2013-10-27 19:07:15 +01:00
Peter Simons
06c22ac95d haskell-data-lens: update to version 2.10.4 2013-10-27 19:07:15 +01:00
Peter Simons
4aabba9dab haskell-cryptocipher: update to version 0.6.2 2013-10-27 19:07:14 +01:00
Peter Simons
3807c0ffc3 haskell-crypto-cipher-types: update to version 0.0.9 2013-10-27 19:07:14 +01:00
Peter Simons
ef29da6cc5 haskell-crypto-cipher-tests: update to version 0.0.11 2013-10-27 19:07:14 +01:00
Peter Simons
e93599cb23 haskell-cipher-des: update to version 0.0.6 2013-10-27 19:07:14 +01:00
Peter Simons
19cfd3da63 haskell-Elm: update to version 0.10.0.1 2013-10-27 19:07:14 +01:00
Peter Simons
7daab74440 haskell-Cabal: update to version 1.18.1.2 2013-10-27 19:07:14 +01:00
Peter Simons
5ff31ef887 haskell-accelerate-fft: disable Hydra builds because of unfree dependency on CUDA 2013-10-27 12:33:48 +01:00
Peter Simons
41fe95f770 haskell-cufft: disable Hydra builds because of unfree dependency on CUDA 2013-10-27 12:33:39 +01:00
Peter Simons
f5e8f1ccc1 ghc: update HEAD version to 7.7.20130828 2013-10-27 10:22:21 +01:00
Peter Simons
d64917ad17 Back-port Haskell-related improvements from stdenv-updates.
* There now is full support for building Haskell packages as shared libraries
   for GHC versions 7.4.2 or later. The Cabal builder recognizes the following
   attributes:

    - enableSharedLibraries configures Cabal to build of shared libraries in
      addition to static ones. This option requires that all dependencies of
      the package have been compiled for use in shared libraries, too.

    - enableSharedExecutables configures Cabal to prefer shared libraries when
      linking executables.

   The default values for these attributes are arguments to the haskellPackages
   expression.

 * Haskell builds now run in a LANG="en_US.UTF-8" environment to avoid plenty
   of build and test suite errors. Without this setting, GHC seems unable to
   deal with the UTF-8 character encoding that's generally considered standard
   in the Haskell world.

 * The Cabal builder supports a new attribute 'testTarget' to specify the exact
   set of tests to be run during the check phase.

 * The ghc-wrapper attribute ghcVersion has been removed. Instead, we use the
   ghc.version attribute, which exists in unwrapped GHC derivations, too.
2013-10-27 10:09:36 +01:00
Peter Simons
e1c9c133b0 Merge pull request #1110 from errge/master
Add text-format haskell library
2013-10-26 09:20:05 -07:00
Peter Simons
3ef25bbfe0 Merge pull request #1114 from ocharles/linear
haskellPackages.linear: Update to 1.3.1
2013-10-26 09:19:24 -07:00
Peter Simons
cbacc46e45 haskell-hslua: remove support for linking the system's lua library
This feature is broken: <https://github.com/osa1/hslua/issues/8>.
2013-10-26 18:17:04 +02:00
Marc Weber
78f7baf3b7 Fix .deepOverride on poppler, glib
By moving the default derivation into callPackage call, close #1115.
2013-10-26 13:54:24 +02:00
Bjørn Forsman
a13ed71b43 xc3sprog: new package
xc3sprog is command-line tools for programming FPGAs, microcontrollers
and PROMs via JTAG.

Homepage: http://xc3sprog.sourceforge.net/

I'm using the latest from subversion as xc3sprog doesn't seem to make
proper releases. There are only a few seemingly random snapshots at
sourceforge. And these snapshots are built binary packages, not source
archives.

NOTE: I haven't tested this on any hardware yet.
2013-10-26 12:43:12 +02:00
Bjørn Forsman
200d629733 Fix evaluation error caused by the "ats" expression 2013-10-26 12:43:12 +02:00
Shea Levy
665c4882e8 Add ats
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-25 13:33:32 -04:00
Peter Simons
1b86a6d399 haskell-HaRe: update to version 0.7.0.7 2013-10-24 23:29:55 +02:00
Peter Simons
76e95492c8 haskell-xdot: update to version 0.2.4 2013-10-24 23:29:55 +02:00
Peter Simons
f2811c4882 haskell-uuid: update to version 1.3.2 2013-10-24 23:29:54 +02:00
Peter Simons
da503a5f3c haskell-tagstream-conduit: update to version 0.5.4.1 2013-10-24 23:29:54 +02:00
Peter Simons
fe953f6d20 haskell-pandoc: update to version 1.12.1 2013-10-24 23:29:54 +02:00
Peter Simons
a6c77b1885 haskell-monad-control: update to version 0.3.2.2 2013-10-24 23:29:54 +02:00
Peter Simons
851155e198 haskell-Hipmunk: update to version 5.2.0.12 2013-10-24 23:29:54 +02:00
Peter Simons
cf08417baa haskell-Elm: update to version 0.10 2013-10-24 23:29:54 +02:00
Peter Simons
a773bf4398 haskell-HTF: add version 0.11.0.1 2013-10-24 23:29:54 +02:00
Peter Simons
fadca15b2e haskell-language-ecmascript: add version 0.15.2 2013-10-24 23:29:54 +02:00
Peter Simons
5efa7019c7 haskell-xmlgen: add version 0.6.2.0 2013-10-24 23:29:54 +02:00
Peter Simons
be4d957a9c haskell-case-insensitive: update to version 1.1.0.1 2013-10-24 23:29:54 +02:00
Evgeny Egorochkin
0d76e1cb94 glew: install glewinfo and visualinfo 2013-10-24 13:01:53 +03:00
Carles Pagès
b66e1808ef Add JsonCpp v0.6.0
Close #1112.
2013-10-24 11:12:31 +03:00
Oliver Charles
a21f0b604a haskellPackages.linear: Update to 1.3.1 2013-10-23 17:15:37 +01:00
Gergely Risko
5c88bfaca9 Add text-format haskell library 2013-10-22 01:08:05 +02:00
Song Wenwu
b23741da34 Add smlnj-110.76
Based on patch by Marc Weber:
http://lists.science.uu.nl/pipermail/nix-dev/2010-December/005625.html

Close #1058.
2013-10-21 21:46:55 +03:00
Domen Kožar
b6823c28cd fix tarball test 2013-10-21 10:40:30 +02:00
bbenoist
90872e2b6c Add Qt 5.1.1 and its SDK
Consider this as a first step towards the integration of Qt5 into nixpkgs,
it does not yet intends to replace Qt4 on every packages even if possible.
My goal here is to have a first derivation in common between people who
needs qt5 for development purposes.

The derivation has been written from scratch but I took care to read at the
version 4 to re-integrate some patches which are still compatible. However,
I did not had enough time to test gtkStyle and flashplayerFix as I do not
use any of them. Also, OSX users will have to do some extra work because
I do not have any mac.

Finally, as some configure flags have changed and in an hope to provide a
clear package definition before it becomes mature, I voluntary added some
flags which are default. Once every option will be mastered, we will just
have to redo a pass on qt5 configure flags and remove the ones which are
set by default.
2013-10-21 09:36:45 +02:00
bbenoist
4edbaf9aa1 mesa: Minor fix on GL/gl.h
Apply a fix which prevented to use -DGL_GLEXT_LEGACY, -Werror and -Wundef
to be used together. This produced a build fail on any software meeting
these requirements.
2013-10-21 09:36:45 +02:00
bbenoist
45851fc39a qtcreator: Make the qt package optional and introduce the QtSDK
To give the ability to use a different Qt version than the default one
(which can build 3 different times Qt Libraries if we mixed the default
one, the qtcreator one and the version including all the examples and the
docs).

Right now a developer can choose to directly install the QtSDK which
includes a "full" (developerBuild + docs + examples) Qt version and uses
it to build QtCreator.

The possibility to only install QtCreator and its previous behavior has
been kept for flexibility purposes (we do not need to force someone on the
SDK approach).
2013-10-21 09:36:45 +02:00
Michael Raskin
5bbb1f77b2 Adding SlimerJS — script-driven Gecko browser 2013-10-21 00:30:39 +04:00
Peter Simons
de419ca920 haskell-uuid: update to version 1.3.0 2013-10-20 20:57:35 +02:00
Peter Simons
172f5ed061 haskell-path-pieces: update to version 0.1.3 2013-10-20 20:57:35 +02:00
Peter Simons
4bdeec0327 haskell-pandoc-types: update to version 1.12.3 2013-10-20 20:57:34 +02:00
Peter Simons
562f4253d1 haskell-pandoc-citeproc: update to version 0.1.2.1 2013-10-20 20:57:34 +02:00
Peter Simons
4ec63832fd haskell-data-pprint: update to version 0.2.3 2013-10-20 20:57:34 +02:00
Michael Raskin
20e8f46022 Updating luarocks to 2.1.0 2013-10-20 21:08:09 +04:00
Michael Raskin
96585205d7 Updating CL-Launch to 3.22.1 2013-10-20 21:07:48 +04:00
Michael Raskin
c55398c6c6 Updating ASDF to 3.0.2.4 2013-10-20 21:07:33 +04:00
Michael Raskin
d977593ee2 Updating Sodium cryptography library to 0.4.3 2013-10-20 21:07:15 +04:00
Michael Raskin
eb385aa109 Merge pull request #1050 from bjornfor/flightgear
flightgear: 2.10.0 -> 2.12.0 (and make it run again)
2013-10-20 08:50:06 -07:00
Michael Raskin
be5b32e798 Apparently fix texinfo5 with fresh TeXLive 2013-10-20 19:15:11 +04:00
Michael Raskin
69128628af Fix Linux detection in libvncserver to build linuxvnc 2013-10-20 17:34:42 +04:00
Malcolm Matalka
ab744d2053 Add Ocaml 4.01.0.
Close #1065.
2013-10-19 18:07:20 +03:00
Domen Kožar
92613863fe nodejs: 0.10.12 -> 0.10.21 (security fixes) 2013-10-19 13:52:03 +02:00
Peter Simons
2656f1b4a1 haskell-data-pprint: add missing fetchurl and '-p2' flag 2013-10-19 13:26:40 +02:00
Peter Simons
cd5a60d590 haskell-data-pprint: patch to fix build with older versions of 'pretty' 2013-10-19 13:02:54 +02:00
Peter Simons
5215ad693c haskell-hakyll: update to version 4.4.1.2 2013-10-19 12:45:35 +02:00
Peter Simons
a9302d494c haskell-clock: add version 0.4.0.1 2013-10-19 12:43:56 +02:00
Peter Simons
9ada1e9d50 haskell-optparse-applicative: update to version 0.7.0.2 2013-10-19 11:49:15 +02:00
Peter Simons
cbc31042f8 haskell-monoid-extras: update to version 0.3.2.3 2013-10-19 11:49:15 +02:00
Peter Simons
b4a967d771 haskell-hakyll: update to version 4.4.1.1 2013-10-19 11:49:15 +02:00
Peter Simons
7e3384d9a8 haskell-amqp: update to version 0.7.0 2013-10-19 11:29:28 +02:00
Peter Simons
4665430ff6 haskell-zip-archive: update to version 0.1.4 2013-10-19 11:29:28 +02:00
Peter Simons
e271bb876e haskell-unix-time: update to version 0.2.1 2013-10-19 11:29:28 +02:00
Peter Simons
803c55e563 haskell-snap: update to version 0.13.0.4 2013-10-19 11:29:28 +02:00
Peter Simons
914369f732 haskell-optparse-applicative: update to version 0.7.0 2013-10-19 11:29:28 +02:00
Peter Simons
3138345c8f haskell-http-types: update to version 0.8.2 2013-10-19 11:29:28 +02:00
Peter Simons
88cf665d38 haskell-errors: update to version 1.4.3 2013-10-19 11:29:28 +02:00
Peter Simons
78e8cd0f37 haskell-active: update to version 0.1.0.8 2013-10-19 11:29:28 +02:00
Evgeny Egorochkin
745a08d4c4 libtxc_dxtn: get rid of duplicate package, clean up build script. 2013-10-18 22:34:27 +03:00
Oliver Charles
9115078314 haskellPackages.comonadTransformers: Do not build haddocks
This package no library provides any modules, so there are no
haddocks to build.
2013-10-18 12:27:16 +01:00
Peter Simons
06d6c3ed5d haskell-src-meta: jailbreak to fix build with latest th-orphans 2013-10-18 12:52:28 +02:00
Peter Simons
b36e648722 haskell-shake: test suite fails in LANG=C environment
https://github.com/ndmitchell/shake/issues/73
2013-10-18 12:52:28 +02:00
Peter Simons
d269c57585 haskell-utf8-light: update to version 0.4.2 2013-10-18 12:52:27 +02:00
Peter Simons
486d2d9e9b haskell-th-orphans: update to version 0.8 2013-10-18 12:52:27 +02:00
Peter Simons
fd18714fdb haskell-th-lift: update to version 0.5.6 2013-10-18 12:52:27 +02:00
Peter Simons
45a91132d9 haskell-system-filepath: update to version 0.4.8 2013-10-18 12:52:27 +02:00
Peter Simons
d201a6e224 haskell-shakespeare: update to version 1.2.0.1 2013-10-18 12:52:27 +02:00
Peter Simons
9f43183c61 haskell-shakespeare-text: update to version 1.0.0.8 2013-10-18 12:52:27 +02:00
Peter Simons
469e7aef65 haskell-shakespeare-js: update to version 1.2.0.2 2013-10-18 12:52:27 +02:00
Peter Simons
35c78fe23c haskell-shake: update to version 0.10.8 2013-10-18 12:52:27 +02:00
Peter Simons
75ac9e0576 haskell-persistent-template: update to version 1.2.0.4 2013-10-18 12:52:27 +02:00
Peter Simons
82cf1828a4 haskell-free: update to version 4.1 2013-10-18 12:52:27 +02:00
Peter Simons
62f701dc2e haskell-file-embed: update to version 0.0.5 2013-10-18 12:52:27 +02:00
Peter Simons
b2868afaa4 haskell-entropy: update to version 0.2.2.4 2013-10-18 12:52:27 +02:00
Peter Simons
7026921a04 haskell-bindings-DSL: update to version 1.0.20 2013-10-18 12:52:27 +02:00
Peter Simons
a6be541153 haskell-JuicyPixels: update to version 3.1.1.1 2013-10-18 12:52:27 +02:00
Peter Simons
c72d4a105a haskell-ChasingBottoms: update to version 1.3.0.7 2013-10-18 12:52:27 +02:00
Peter Simons
b258b45a4f haskell-idris: update to version 0.9.9.3 2013-10-18 12:52:27 +02:00
Peter Simons
ad44474f49 haskell-Cabal: add version 1.18.1.1 2013-10-18 12:52:27 +02:00
Peter Simons
c829e67198 haskell-transformers-compat: cosmetic 2013-10-18 12:52:27 +02:00
Peter Simons
b9136ed171 haskell-tar: cosmetic 2013-10-18 12:52:27 +02:00
Peter Simons
d36382193b haskell-skein: cosmetic 2013-10-18 12:52:27 +02:00
Peter Simons
5dd8d6e1f3 haskell-hsyslog: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
86b9c3d60a haskell-hoauth: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
ebe6ff8b47 haskell-feed: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
c3d3097ab2 haskell-dotgen: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
66d6ba1b97 haskell-datetime: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
1a6a91d4fa haskell-arithmoi: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
7af4922a9f haskell-RSA: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
749243496c haskell-hakyll: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
7b73fa3853 haskell-uuid: cosmetic 2013-10-18 12:52:26 +02:00
Peter Simons
47ecc24c48 haskell-HTTP-4000.2.8: cosmetic 2013-10-18 12:52:26 +02:00
Michael Raskin
ebdec6418d Reflect addition of curses_panel python module 2013-10-18 12:54:49 +04:00
Michael Raskin
fb2cb7bc0f Adding Glances system monitoring tool 2013-10-18 11:11:47 +04:00
Eelco Dolstra
bb67be7739 php: Update to 5.4.20 2013-10-17 13:21:14 +02:00
bbenoist
36e31d5aad qtcreator: Update to 2.8.1 2013-10-17 10:44:04 +02:00
Shea Levy
a9c65b31b9 Add gurobi package
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-16 10:38:20 -04:00
Eelco Dolstra
11960d2f47 nss: Update to 3.15.2 2013-10-15 17:24:33 +02:00
Eelco Dolstra
df5eadd283 nspr: Update to 4.10.1 2013-10-15 17:24:33 +02:00
Sander van der Burg
521ea15f14 We need to use ... to allow other parameters 2013-10-15 16:48:42 +02:00
Sander van der Burg
f24e20f1e3 Support Xcode 5.0 2013-10-15 16:32:38 +02:00
Sander van der Burg
ce7f235a09 Make arbitrary arguments to the generic builder possible 2013-10-15 16:32:16 +02:00
Peter Simons
347132478b haskell-HTTP: jailbreak to fix build with GHC 7.7 2013-10-15 11:59:12 +02:00
Peter Simons
e7b25c78a5 haskell-snap: jailbreak to fix build with recent versions of lens 2013-10-15 11:59:12 +02:00
Peter Simons
57b5927d6a haskell-cryptohash: re-enable the test suite 2013-10-15 11:59:12 +02:00
Peter Simons
7edfd67fe0 haskell-accelerate: jailbreak to fix build with recent versions of fclables 2013-10-15 11:59:12 +02:00
Peter Simons
4cdefbb926 haskell-errors: jailbreak to fix build with either 4.x 2013-10-15 11:59:12 +02:00
Peter Simons
7eaefcae45 haskell-groupoids: don't try to build documentation; this package is empty 2013-10-15 11:59:12 +02:00
Peter Simons
93727ab861 haskell-comonads-fd: don't try to build documentation; this package is empty 2013-10-15 11:59:11 +02:00
Peter Simons
18c9c07bde haskell-yesod-form: update to version 1.3.3 2013-10-15 11:59:11 +02:00
Peter Simons
c4385c4db7 haskell-yesod-core: update to version 1.2.4.5 2013-10-15 11:59:11 +02:00
Peter Simons
ad55ea940b haskell-yesod-bin: update to version 1.2.3.4 2013-10-15 11:59:11 +02:00
Peter Simons
1811b175d6 haskell-warp: update to version 1.3.10.1 2013-10-15 11:59:11 +02:00
Peter Simons
c933c31141 haskell-wai-app-static: update to version 1.3.3 2013-10-15 11:59:11 +02:00
Peter Simons
97f3968921 haskell-trifecta: update to version 1.2.1.1 2013-10-15 11:59:11 +02:00
Peter Simons
7fc3d75dd4 haskell-tasty: update to version 0.3.1 2013-10-15 11:59:11 +02:00
Peter Simons
1c1f7f7e7f haskell-shakespeare-js: update to version 1.2.0.1 2013-10-15 11:59:11 +02:00
Peter Simons
e4857cf3c6 haskell-semigroupoids: update to version 4.0 2013-10-15 11:59:11 +02:00
Peter Simons
271be21f5a haskell-semigroupoid-extras: update to version 4.0 2013-10-15 11:59:11 +02:00
Peter Simons
d217bfd571 haskell-reducers: update to version 3.10.1 2013-10-15 11:59:11 +02:00
Peter Simons
054a313221 haskell-profunctors: update to version 4.0.1 2013-10-15 11:59:11 +02:00
Peter Simons
860175c660 haskell-profunctor-extras: update to version 4.0 2013-10-15 11:59:11 +02:00
Peter Simons
345423eb5d haskell-pointed: update to version 4.0 2013-10-15 11:59:11 +02:00
Peter Simons
a8c8120626 haskell-parsers: update to version 0.10 2013-10-15 11:59:11 +02:00
Peter Simons
0bfd9cd3a1 haskell-numbers: update to version 3000.2.0.0 2013-10-15 11:59:11 +02:00
Peter Simons
343b43297d haskell-lens: update to version 3.10 2013-10-15 11:59:11 +02:00
Peter Simons
358cbd05ac haskell-keys: update to version 3.10 2013-10-15 11:59:11 +02:00
Peter Simons
5a309bd661 haskell-intervals: update to version 0.2.2.1 2013-10-15 11:59:11 +02:00
Peter Simons
0e35a09bf4 haskell-heist: update to version 0.13.0.2 2013-10-15 11:59:10 +02:00
Peter Simons
3323a090c8 haskell-hamlet: update to version 1.1.7.3 2013-10-15 11:59:10 +02:00
Peter Simons
595e1c47e0 haskell-groupoids: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons
9fbc5fd4fb haskell-free: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons
b88b7f4986 haskell-either: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons
502c2eda48 haskell-distributive: update to version 0.3.2 2013-10-15 11:59:10 +02:00
Peter Simons
f572643b42 haskell-cryptohash: update to version 0.11.1 2013-10-15 11:59:10 +02:00
Peter Simons
9274cb0a49 haskell-comonads-fd: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons
48c44876ae haskell-comonad: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons
40ad6ff9b3 haskell-comonad-transformers: update to version 4.0 2013-10-15 11:59:10 +02:00
Peter Simons
8090704e3d haskell-charset: update to version 0.3.5.1 2013-10-15 11:59:10 +02:00
Peter Simons
27c80e7712 haskell-bifunctors: update to version 4.1.0.1 2013-10-15 11:59:10 +02:00
Peter Simons
b3119ba705 haskell-aeson: update to version 0.6.2.1 2013-10-15 11:59:10 +02:00
Carles Pagès
582aa9a6f4 Add libjson-rpc-cpp-0.2.1 2013-10-14 16:11:46 +02:00
Eelco Dolstra
d9be549a4c libusb1: Fix "libgcc_s.so.1 must be installed for pthread_cancel to work" error 2013-10-14 12:47:04 +02:00
Michael Raskin
75bb099867 Update Julia 2013-10-14 11:55:59 +04:00
Michael Raskin
776adb5704 Updating TeXLive to 2013 using updated Debian snapshots.
Kept the old hacks where they don't break the build in case they things
they fix are still relevant.

I checked that the upgrade doesn't break:
1) Asymptote and EProver builds.
2) My XeLaTeX demo from configurations/ repository.
3) Some of my own files.

The upgrade fixes problems with simultaneous use of 3D and LaTeX labels
in Asymptote.

Please provide a test that worked previously and is broken now if you
need to revert this update or its parts.
2013-10-14 10:58:54 +04:00
Peter Simons
4dee7de246 haskell-packunused: update to version 0.1.0.1 2013-10-14 08:46:31 +02:00
Peter Simons
ba36baee34 haskell-connection: add version 0.1.3 2013-10-14 08:43:35 +02:00
Peter Simons
db2d296827 haskell-yesod-platform: update to version 1.2.4.3 2013-10-14 08:43:35 +02:00
Peter Simons
51a88b28b9 haskell-yaml: update to version 0.8.5.1 2013-10-14 08:43:35 +02:00
Peter Simons
2bb93a3bcc haskell-simple-sendfile: update to version 0.2.13 2013-10-14 08:43:35 +02:00
Peter Simons
60116c5c2c haskell-resourcet: update to version 0.4.9 2013-10-14 08:43:34 +02:00
Peter Simons
f925c182e8 haskell-postgresql-simple: update to version 0.3.8.0 2013-10-14 08:43:34 +02:00
Peter Simons
1dc9738c34 haskell-pandoc-citeproc: update to version 0.1.2 2013-10-14 08:43:34 +02:00
Peter Simons
d0c56466e0 haskell-optparse-applicative: update to version 0.6.0 2013-10-14 08:43:34 +02:00
Peter Simons
25a3c855fe haskell-network-conduit-tls: update to version 1.0.2 2013-10-14 08:43:34 +02:00
Peter Simons
ace869c15b haskell-mwc-random: update to version 0.13.1.0 2013-10-14 08:43:34 +02:00
Peter Simons
4b9d4600e1 haskell-haxr: update to version 3000.10.1.1 2013-10-14 08:43:34 +02:00
Peter Simons
d247d7bb6c haskell-haskell-src-meta: update to version 0.6.0.4 2013-10-14 08:43:33 +02:00
Peter Simons
bac50a5372 haskell-hashtables: update to version 1.1.2.1 2013-10-14 08:43:33 +02:00
Peter Simons
7bfb168b8a haskell-enumerator: update to version 0.4.20 2013-10-14 08:43:33 +02:00
Peter Simons
ca7c270278 haskell-entropy: update to version 0.2.2.3 2013-10-14 08:43:33 +02:00
Peter Simons
fce3c4fb1b haskell-either: update to version 3.4.2 2013-10-14 08:43:33 +02:00
Peter Simons
1df8a24935 haskell-constraints: update to version 0.3.4.1 2013-10-14 08:43:33 +02:00
Peter Simons
f19f16b6f1 haskell-conduit: update to version 1.0.8 2013-10-14 08:43:33 +02:00
Peter Simons
d21fcc53ee Merge pull request #1062 from danbst/master
Add `usb` haskell package
2013-10-13 01:51:05 -07:00
Michael Raskin
4129c4e735 Adding fresh StumpWM built via lisp-packages 2013-10-13 10:58:48 +04:00
Michael Raskin
56f0be1ba1 Adding lisp-packages subset. Adding a few test packages without dependencies. 2013-10-13 10:57:30 +04:00
Michael Raskin
d44439d03e Adding a Common Lisp wrapper.
Features:
  + configurable via environment variables
  + can skip the actual launching of the lisp implementation (source it
  with NIX_LISP_SKIP_CODE=1 to get all the settings)
  + currently supports SBCL, CLisp, ECL
  + determines lisp implementation from NIX_LISP_COMMAND variable or
  from buildInputs
  + sets ASDF search path for packages using buildInputs
2013-10-13 10:45:07 +04:00