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
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
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
Peter Simons
7b48b3acf6
haskell-wx-core: jailbreak to fix build with Haskell Platform 2013.2.0.0
2013-05-30 12:35:18 +02:00
Peter Simons
4f6d1ad646
haskell-packages.nix: fix spelling of type-level-numbers attribute
2013-05-30 12:33:44 +02:00
Peter Simons
3eab69da50
haskell-distributed-process: jailbreak to fix build with Haskell Platform 2013.2.0.0
2013-05-30 12:33:44 +02:00
Peter Simons
41f9d7d83c
benchpress: jailbreak to fix build with Haskell Platform 2013.2.0.0
2013-05-30 12:33:44 +02:00
Peter Simons
93eb171838
Hipmunk: jailbreak to fix build with Haskell Platform 2013.2.0.0
2013-05-30 12:33:44 +02:00
Peter Simons
c009bddb19
haskell-language-c-quote: jailbreak to fix build with Haskell Platform 2013.2.0.0
2013-05-30 12:33:44 +02:00
Peter Simons
36aaa263d3
cabal2ghci: jailbreak to fix build with Haskell Platform 2013.2.0.0
2013-05-30 12:33:44 +02:00
Peter Simons
ff1dbd50b8
haskell-HFuse: fix capitalization of directory name
2013-05-30 12:33:43 +02:00
Peter Simons
d9c5a29897
haskell-gloss: jailbreak to fix build with Haskell Platform 2013.2.0.0
2013-05-30 12:33:43 +02:00
Peter Simons
d7c578285a
haskell-wx-direct: jailbreak to fix build with Haskell Platform 2013.2.0.0
2013-05-30 12:33:43 +02:00