Jason "Don" O'Conal
ab18b33f3e
sup: update to latest version
2013-10-27 21:57:09 +01:00
Michael Raskin
3022fff7db
Adding Quantum Minigolf game
2013-10-28 00:09:46 +04:00
Peter Simons
7daab74440
haskell-Cabal: update to version 1.18.1.2
2013-10-27 19:07:14 +01:00
Domen Kožar
78876a8292
add ngrok: Reverse proxy that creates a secure tunnel between from a public endpoint to a locally running web service
2013-10-27 14:26:24 +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
Jason \"Don\" O'Conal
6dcca9e096
perlPackages.FileMimeInfo: add expression.
...
Close #1124 .
2013-10-27 07:02:49 +02:00
Jason \"Don\" O'Conal
2dfe8e7a7d
gpicview: add expression 0.2.4
...
close #1123 .
2013-10-27 06:59:41 +02:00
Rok Garbas
ff8e06d4cc
redshift: update to 1.8 and fix redshift-gtk script
2013-10-26 19:21:37 +02: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
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
Peter Simons
500eb7a262
haskell-packages.nix: fix caseInsensitive attribute
2013-10-26 17:34:29 +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
Arvin Moezzi
9176ad1808
package residualvm 0.1.1
...
ResidualVM is an interpreter for LucasArts' Lua-based 3D adventure
games like Grim Fandango.
From: #1118 .
2013-10-26 12:48:08 +03:00
Arvin Moezzi
4e60450858
Package urlview 0.9-19
...
urlview extracts URLs from text.
Close #1118 .
2013-10-26 12:48:08 +03:00
Shea Levy
665c4882e8
Add ats
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-25 13:33:32 -04: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
Carles Pagès
b66e1808ef
Add JsonCpp v0.6.0
...
Close #1112 .
2013-10-24 11:12:31 +03:00
Jaka Hudoklin
427798268c
Add netcat-openbsd, TCP/IP swiss army knife, openbsd variant
2013-10-24 10:57:33 +03:00
aszlig
1d6b939676
python-ecdsa: Update to new version 0.10.
...
This is only a very minor update:
* Make the secp256k1 available in __init__.py too.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-23 21:16:38 +02:00
Michael Raskin
a730be1188
Make Wine unstable lowPrio
2013-10-23 08:01:24 +04:00
Michael Raskin
23479e1e25
Adding desktop side of GfxTablet tablet-as-input-device Android app
2013-10-22 09:30:49 +04: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
Michael Raskin
ae39f6c0cb
Make 1.6 the default Wine version and call 1.7.4 wineUnstable
2013-10-21 21:27:18 +04:00
Oliver Charles
3eebabb90a
perlPackages.TemplatePluginJSONEscape: new expression
...
Close #1103 .
2013-10-21 19:51:17 +03:00
Oliver Charles
d685ba717d
perlPackages.TAPParserSourceHandlerpgTAP: New expression
2013-10-21 19:50:40 +03:00
Oliver Charles
34e4849c68
perlPackages.LocalePO: new expression
2013-10-21 19:49:42 +03:00
Oliver Charles
7fe15b8a1a
perlPackages.GnuPG: new expression
2013-10-21 19:48:51 +03:00
Peter Simons
3af6415ab8
mailman: add version 2.1.16
2013-10-21 15:02:35 +02:00
Domen Kožar
8c0982232e
Net-SNMP: disable tests
2013-10-20 23:08:42 +02:00
Michael Raskin
5bbb1f77b2
Adding SlimerJS — script-driven Gecko browser
2013-10-21 00:30:39 +04:00
Michael Raskin
9eba67dbcd
Fix/split ZPAQ after upgrade
2013-10-20 22:30:40 +04:00
Lluís Batlle i Rossell
8818dbedbf
Adding an attribute for the gtk freeciv too.
2013-10-20 18:26:57 +02:00
Michael Raskin
e8773c4139
Adding forktty terminal connection/disconnection helper
2013-10-20 20:27:50 +04:00
Michael Raskin
912fc0d9fa
Merge pull request #918 from edwtjo/fribid-1.0.2
...
Adding FriBID browser plugin
2013-10-20 08:53:44 -07:00
Michael Raskin
cb82eaffb8
Adding ttysnoop pty redirector
2013-10-20 18:42:53 +04:00
Michael Raskin
69128628af
Fix Linux detection in libvncserver to build linuxvnc
2013-10-20 17:34:42 +04:00
Ricardo M. Correia
9338780b6d
grsecurity: Add clarifying note.
...
close #1015 .
2013-10-20 08:14:28 +03:00
Ricardo M. Correia
ee6e45ad4b
grsecurity: Enable gcc plugins
2013-10-20 08:14:28 +03:00
Ricardo M. Correia
90a2341300
grsecurity: generate linuxPackages and declare that apparmor is included
2013-10-20 08:14:28 +03:00
Jaka Hudoklin
9653d9bbbd
virt-manager: add vte as build input, so console works for lxc
2013-10-19 18:07:14 +02:00
Malcolm Matalka
ab744d2053
Add Ocaml 4.01.0.
...
Close #1065 .
2013-10-19 18:07:20 +03:00
Jack Cummings
e6f2ac65e2
Gratuitous Space Battles. Needs libcurl.so.3, so put an old version of that in, too
2013-10-19 14:45:03 +02:00
Peter Simons
a9302d494c
haskell-clock: add version 0.4.0.1
2013-10-19 12:43:56 +02:00
Shea Levy
5c1bafa4c3
Update nodePackages and add meat nodePackage
...
Fixes #1057
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-18 15:56:33 -04:00
Evgeny Egorochkin
745a08d4c4
libtxc_dxtn: get rid of duplicate package, clean up build script.
2013-10-18 22:34:27 +03:00