Commit graph

26765 commits

Author SHA1 Message Date
Evgeny Egorochkin 6609df220b Merge pull request #584 from bjornfor/cgit
cgit: new package
2013-06-02 14:13:05 -07:00
Peter Simons 7250514410 haskell-hledger: update to version 0.21 2013-06-02 21:31:09 +02:00
Peter Simons 7cdd298eb2 haskell-hledger-web: update to version 0.21 2013-06-02 21:31:09 +02:00
Peter Simons 71f3c07548 haskell-hledger-lib: update to version 0.21 2013-06-02 21:31:08 +02:00
Domen Kozar d9fe34aeb4 aircrackng: add platform & maintainers 2013-06-02 20:37:14 +02:00
Lluís Batlle i Rossell 778e09625f aircarck-ng: updating and fixing build
Requested in issue #585
2013-06-02 19:54:50 +02:00
Bjørn Forsman 4ecd9cdb14 cgit: new package
cgit is a web frontend for git repositories - it is a CGI program to use
with your favourite webserver. Add the latest version, 0.9.2.
2013-06-02 18:25:54 +02:00
Lluís Batlle i Rossell 0e57e74e6f youtube-dl: without pandoc on non-pc 2013-06-02 14:56:44 +02:00
Lluís Batlle i Rossell ed4f1c947f iw: update to 3.10.
The newer, the better.
2013-06-02 14:32:23 +02:00
Peter Simons 9ebb5ad7a6 release.nix, release-small.nix: build atlas library on Hydra
This puppy takes several hours to compile, being able to download that
package in binary form is really valuable.
2013-06-02 09:41:32 +02:00
Peter Simons 081ca56cc9 haskell-yesod-platform: add version 1.2.0.1 2013-06-01 14:53:44 +02:00
Peter Simons e8b8efa471 haskell-cabal2nix: update to version 1.50 2013-06-01 14:53:44 +02:00
Peter Simons 2bc98d2b39 haskell-stm-conduit: update to version 2.1.0 2013-06-01 14:53:44 +02:00
Peter Simons def6e9d78e haskell-stm-chans: update to version 3.0.0 2013-06-01 14:53:44 +02:00
Peter Simons bc17e069f9 haskell-shakespeare-i18n: update to version 1.0.0.3 2013-06-01 14:53:44 +02:00
Peter Simons 4a09850b0f haskell-repa: update to version 3.2.3.3 2013-06-01 14:53:44 +02:00
Peter Simons fe231c5562 haskell-repa-examples: update to version 3.2.3.2 2013-06-01 14:53:44 +02:00
Peter Simons 295d6248ee release-haskell: drop packages that are broken in HP 2013.2.0.0
The following packages don't compile with recent versions of GHC and
seem unmaintained, too: distributedProcess, Ebnf2ps, epic, HFuse,
Hipmunk, hspread, ltk, multiset, strictConcurrency, vacuumCairo, wxcore,
wx, wxdirect.
2013-06-01 14:53:44 +02:00
bbenoist 22194538d7 qtcreator: Update to 2.7.1 and improvements (merge #579)
- Qt is now directly overriden in QtCreator's definition.
- qt48Full can be used in a development environment to enable access to
docs demos and examples.

NOTE: It may be required to remove older configuration files located in
~/.config/QtProject and at ~/.config/Trolltech.conf to reconfigure
qtcreator with the correct paths. I have found /nix/store/... paths in the
following files:
$HOME/.config/QtProject/qtcreator/toolchains.xml
$HOME/.config/QtProject/qtcreator/qtversion.xml
$HOME/.config/QtProject/qtcreator/helpcollection.qhc

At the first launch, be sure to check your qtcreator's configuration by
selecting Tools->Options. The most important parts are the Kits and
QtVersion tabs located in the Build & Run section.
2013-06-01 12:53:17 +02:00
bbenoist 0c6e22adba qt: make docs, demos and examples optionnaly available
As the only option before was to don't include them at all.
2013-06-01 12:51:41 +02:00
Peter Simons de100cb899 Merge pull request #575 from errge/master
Add vanitygen
2013-06-01 03:11:14 -07:00
Domen Kožar 58322943a1 Merge pull request #580 from bbenoist/numdiff
Add numdiff-5.6.1
2013-06-01 03:00:48 -07:00
bbenoist f7934d7b9d Add numdiff-5.6.1
A little program that can be used to compare putatively similar files line
by line and field by field, ignoring small numeric differences or/and
different numeric formats.
2013-06-01 00:59:58 +02:00
Lluís Batlle i Rossell 9f4612961b Reverting firefox to version 20
Firefox 21 builds but does not start. I have no idea of what happens.

Merge branch 'firefox_revert'
2013-05-31 20:47:04 +02:00
Lluís Batlle i Rossell 2e6c1ebf42 Revert "firefox update to 21.0"
This reverts commit 971337a119.
2013-05-31 20:45:10 +02:00
Lluís Batlle i Rossell b7e5f363c7 Revert "Fixing firefox reference"
This reverts commit a17b45686b.
2013-05-31 20:45:00 +02:00
Lluís Batlle i Rossell 059af7e759 Revert "Firefox 20 reference in release.nix. Fixing."
This reverts commit 19dd9dc877.
2013-05-31 20:44:49 +02:00
Shea Levy 9efcf4f6fe Make nodePackages individually overridable
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-31 13:27:55 -04:00
Shea Levy 210246266d Make overrides of nodePackages work
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-31 12:50:28 -04:00
Shea Levy 758f20f0b8 node-packages.nix: Move non top-level attrs to a sub-attr `full'
Since `full' isn't recursed into for derivations, nix-env -qaP * won't
show attributes with problematic characters.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-31 12:38:26 -04:00
Lluís Batlle i Rossell 85d2bf78e1 I forgot to bring back opencascade 6.5 overrides. 2013-05-31 10:25:35 +02:00
Lluís Batlle i Rossell ce88984ecc New URLs for coin3d 2013-05-31 10:25:35 +02:00
Lluís Batlle i Rossell 9b9bd3d055 libf2c: fixing hash.
The changes:

diff -r lold/arithchk.c l/arithchk.c
218a219,221
>               if (sizeof(long long) > sizeof(long)
>                && sizeof(long long) == sizeof(void*))
>                       fprintf(f, "#define LONG_LONG_POINTERS\n");
diff -r lold/README l/README
41c41
< message to netlib@netlib.bell-labs.com
---
> message to netlib@netlib.org
2013-05-31 10:25:35 +02:00
Evgeny Egorochkin 30d7981874 Merge pull request #576 from wizeman/licenses
licenses: Add AGPLv3 and fix links to BSD licenses
2013-05-31 00:54:32 -07:00
Evgeny Egorochkin 7f6af6a43b Merge pull request #577 from wizeman/setuptools
setuptools: Fix download link (the old one was returning 404)
2013-05-31 00:37:12 -07:00
Ricardo M. Correia 96b01e999f setuptools: Fix download link (the old one was returning 404) 2013-05-31 01:09:44 +00:00
Ricardo M. Correia 17119e38e3 licenses: Add AGPLv3 and fix links to BSD licenses 2013-05-31 01:07:36 +00:00
Lluís Batlle i Rossell 19dd9dc877 Firefox 20 reference in release.nix. Fixing. 2013-05-30 20:13:41 +02:00
Lluís Batlle i Rossell b810381cce Ouch. I rolled back the default opencascade by error. 2013-05-30 19:26:15 +02:00
Lluís Batlle i Rossell 270f861dde Setting opencascade 6.5 to freecad for it to build. 2013-05-30 19:25:01 +02:00
Lluís Batlle i Rossell 94d83c8953 digikam 3.2: fixing url 2013-05-30 18:46:30 +02:00
Rob Vermaas 298f8fc459 Added bro 2.1 2013-05-30 18:13:50 +02:00
Domen Kozar df81da4ac2 add nodePackages.jshint 2013-05-30 16:01:18 +02:00
Lluís Batlle i Rossell 71229f8eb9 digikam: updating (2.9 for kde 4.7/8, 3.2 for kde 4.10) 2013-05-30 15:13:53 +02:00
Lluís Batlle i Rossell 6c4c1c4fb6 Updating opencascade to 6.6.0 2013-05-30 15:13:53 +02:00
Shea Levy 316e78098c Add mkdirp as a top-level nodePackage
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-30 09:05:59 -04:00
Rob Vermaas 7c3c250a2c Add snort-2.9.4.6 2013-05-30 15:05:39 +02:00
Rob Vermaas 1f4c75f9e8 Update euca2ools to 2.1.3 2013-05-30 15:02:36 +02:00
Domen Kozar 03d4faa703 bittorrentSync: fix hash 2013-05-30 13:30:43 +02:00
Gergely Risko 02c1dd624f Add vanitygen 2013-05-30 12:41:29 +02:00