1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

11637 commits

Author SHA1 Message Date
Peter Simons 900ed0c353 Merge pull request #873 from errge/linear
Add linear haskell library
2013-08-28 03:10:58 -07:00
Evgeny Egorochkin 56412378b7 Merge pull request #880 from vlstill/aspell_cs
aspell: Add Czech dictionary (pkgs.aspellDicts.cs).
2013-08-28 02:22:34 -07:00
Vladimir Still dce544ee6e aspell: Add Czech dictionary (pkgs.aspellDicts.cs). 2013-08-28 11:09:31 +02:00
Cillian de Róiste 6e3416c898 Merge branch 'master' of github.com:NixOS/nixpkgs 2013-08-28 00:26:39 +02:00
Cillian de Róiste 01cc4301f3 Add a patched version of buildout 2.2.0 for development with nix
Without this patch buildout will copy eggs from the nix store into the
./eggs directory and then try to compile them. This fails because they
are read only. This patch changes the behaviour to create symlinks to
eggs available in the nix store instead of copying them, and not to
try to compile the eggs in the store. To differentiate this from the
default buildout (which may be provided otherwise e.g. as a
dependency) the executable is renamed to buildout-nix.

This can be used in conjuntion with myEnvFun to create development
environments which make use of the python modules available in the
store while downloading any additional required eggs. A pleasant side
effect is that you can conveniently replace the symlink with a copy
for debugging purposes.
2013-08-28 00:26:06 +02:00
Gergely Risko 9cb6a10949 Add linear haskell library 2013-08-27 17:11:33 +02:00
Bjørn Forsman 6863b3053c spice: update 0.12.3 -> 0.12.14 (latest stable) 2013-08-27 16:20:45 +02:00
Bjørn Forsman a74ab8c0a1 cudatoolkit: fix missing dependencies
Some of the java tools failed to run (notably nsight) because of missing
libraries. This fixes it.
2013-08-27 14:11:23 +02:00
Justin Bedo 6c2985e8d7 Update CUDA Toolkit to 5.5 2013-08-27 13:44:56 +02:00
Peter Simons 95491128cf gprolog: update to version 1.4.4, clean up installation layout, update license information 2013-08-27 13:21:29 +02:00
Peter Simons b0688a69fe haskell-hoogle: update to version 4.2.20 2013-08-27 10:49:54 +02:00
Peter Simons 527b448ab9 haskell-texmath: update to version 0.6.4 2013-08-27 10:49:54 +02:00
Peter Simons 741daef79b haskell-network-multicast: update to version 0.0.8 2013-08-27 10:49:54 +02:00
Bjørn Forsman 86f39c218f xmlrpc-c: update old svn -> latest stable (v1.25.25)
Also:
 - install the "xmlrpc" tool, similar to the Debian/Ubuntu package
 - add meta.* attributes
2013-08-27 10:05:46 +02:00
Evgeny Egorochkin 3a2506c4b4 Merge pull request #866 from errge/haddockutf
Add noHaddock flag to modular-artihmetic
2013-08-27 00:33:58 -07:00
Arseniy Alekseyev eba178ad52 Updated id3lib to avoid building its own zlib, fixes #867 2013-08-27 07:25:32 +03:00
aszlig 35229f0cf4
boomerang: Refactor and fix build.
Thanks to @phreedom for reporting the broken URL used fetchgit, which
was because I deleted my fork repository. Fortunately, in the meantime
other forks got to a more "working" state and being more actively
maintained than my fork. So that's why I switched using @nemerle's fork
now, as it is the the most usable one out there, at least in our case.

One stupid thing I've done in the first place was to use "1.0pre" as the
version and the fork uses "alpha 0.3.2", so it essentially is some kind
of a "downgrade" if you just look at the version.

Fortunately, peer-unreviewed research based on guesswork has shown that
I'm the only one using Boomerang on NixOS, so this shouldn't have a big
impact on the other non-existent users.

Also, this drops dependencies on boehmgc and cppunit, because building
with either one or both will fail at the moment.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-27 04:39:33 +02:00
Vladimír Čunát c7187ad59f libav: major update and refactoring (close #839)
Also leaving 0_8 branch, as it's compatible with older ffmpeg versions.
I'm planning that all expressions will be able to switch easily
between ffmpeg and libav (whatever default we choose, but I prefer libav).

Edited (twice) according to notes on the reverted b003138.
2013-08-26 18:02:33 +02:00
Gergely Risko 78ae5bb3c2 Add noHaddock flag to modular-artihmetic
Building of haddock for packages with UTF-8 source is already
fixed in the stdenv-updates branch.  This fixes modular-arithmetic
until that branch is merged.  Will send another pull request to
add back haddock for that branch.
2013-08-26 17:20:06 +02:00
Peter Simons 52293798cc haskell-distributed-process: drop broken package
distributed-process won't compile, and upstream doesn't accept bug reports
without some elaborate registration procedure.
2013-08-26 12:24:08 +02:00
Peter Simons 402c496a8b Merge pull request #863 from errge/lensdatetime
Add lens-datetime haskell library
2013-08-26 03:04:24 -07:00
Moritz Ulrich e46fc8843c Elixir: Fix impurity with Erlang.
The bash scripts of elixir contain some references to `erl'. This
patch wraps the scripts and extends PATH so `erl' is available.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-08-26 02:44:54 +02:00
Moritz Ulrich 45e975abff Wrap Erlang scripts to provide missing 'sed' and 'awk'.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-08-26 02:43:12 +02:00
Gergely Risko 9d530a48fa Add lens-datetime haskell library 2013-08-25 21:42:46 +02:00
Domen Kožar 82e1c8a34b v8: build binaries for unix platforms 2013-08-24 19:55:00 +02:00
Peter Simons cc14d21bc2 haskell-http-conduit: update to version 1.9.4.3 2013-08-24 13:00:43 +02:00
Peter Simons baf22bd8f6 haskell-diagrams: update to version 0.7.1 2013-08-24 13:00:43 +02:00
Peter Simons 5ba7c2a24f haskell-cabal2nix: update to version 1.54 2013-08-24 13:00:43 +02:00
Peter Simons db9383d93b haskell-hslogger: update to version 1.2.2 2013-08-24 13:00:43 +02:00
Peter Simons eb703936d0 haskell-cabal2ghci: update to version 0.0.1.1 2013-08-24 13:00:43 +02:00
Peter Simons 3740307b5b haskell-xml-conduit: update to version 1.1.0.7 2013-08-24 13:00:43 +02:00
Peter Simons dd476c7276 haskell-comonad-transformers: update to version 3.1 2013-08-24 13:00:43 +02:00
Peter Simons 1a3667773f haskell-MissingH: update to version 1.2.0.2 2013-08-24 13:00:43 +02:00
Peter Simons 384292b4d5 haskell-hoogle: disable test suite to fix the build
Running 1 test suites...
Test suite hoogle-test: RUNNING...
hoogle-test: datadir/testdata.txt: openFile: does not exist (No such file or directory)
Test suite hoogle-test: FAIL
Test suite logged to: dist/test/hoogle-4.2.19-hoogle-test.log
0 of 1 test suites (0 of 1 test cases) passed.
2013-08-24 13:00:43 +02:00
Peter Simons 67167c9170 haskell-src-exts: add version 1.14.0 and drop obsolete 1.11.1 2013-08-24 13:00:42 +02:00
Peter Simons 37440d740c haskell-hoogle: update to version 4.2.19 2013-08-24 13:00:42 +02:00
Peter Simons fe2acafee7 haskell-hlint: update to version 1.8.51 2013-08-24 13:00:42 +02:00
Peter Simons c359bac0a3 haskell-stylish-haskell: update to version 0.5.8.0 2013-08-24 13:00:42 +02:00
Peter Simons 0b46d3c76b haskell-securemem: update to version 0.1.3 2013-08-24 13:00:42 +02:00
Peter Simons a2a7e611a3 haskell-postgresql-simple: update to version 0.3.6.0 2013-08-24 13:00:42 +02:00
Peter Simons fb720f8caa haskell-monoid-extras: update to version 0.3.1.0 2013-08-24 13:00:42 +02:00
Peter Simons 2635ef463e haskell-derive: update to version 2.5.12 2013-08-24 13:00:42 +02:00
Peter Simons 47c084a6a1 haskell-cryptocipher: update to version 0.5.2 2013-08-24 13:00:42 +02:00
Peter Simons 86a35f8b8d haskell-crypto-cipher-types: update to version 0.0.4 2013-08-24 13:00:42 +02:00
Peter Simons 3c56bcd0ad haskell-crypto-cipher-tests: update to version 0.0.4 2013-08-24 13:00:42 +02:00
Peter Simons 8216bc5bc4 haskell-contravariant: update to version 0.4.4 2013-08-24 13:00:41 +02:00
Peter Simons ab006e69c4 haskell-tasty: add version 0.2 2013-08-24 13:00:41 +02:00
Peter Simons b92c0c2896 haskell-SourceGraph: delete obsolete package
This library hasn't compiled in ages.
2013-08-24 13:00:41 +02:00
Peter Simons 938a27d1bf haskell-Graphalyze: delete obsolete package
This library hasn't compiled in ages.
2013-08-24 13:00:41 +02:00
Peter Simons 27d77bfc18 haskell-syb: add version 0.4.1 2013-08-24 13:00:41 +02:00