Rickard Nilsson
19deeadae0
mopidy: Update to 0.12.0
2013-04-02 15:53:57 +02:00
Lluís Batlle i Rossell
3bdb2ecea4
cinepaint: making it run (missing rpath)
2013-04-02 14:29:01 +02:00
Peter Simons
eeeef91f73
haskell-ghc-mod: disable test suite to fix the build
...
The test suite depends on the ghc-path module, which doesn't work with
ghc-wrapper. Eventually, we'll need a solution for this problem in our Cabal
builds.
2013-04-02 13:05:59 +02:00
Peter Simons
c6637b1f30
haskell-yesod-core: update to version 1.1.8.3
2013-04-02 13:05:59 +02:00
Peter Simons
01ba4463c0
haskell-yesod-auth: update to version 1.1.6
2013-04-02 13:05:59 +02:00
Peter Simons
5384018fbd
haskell-unix-time: update to version 0.1.6
2013-04-02 13:05:59 +02:00
Peter Simons
2522d5c8f5
haskell-ghc-mod: update to version 1.12.4
2013-04-02 13:05:59 +02:00
Peter Simons
51fadefc47
haskell-HUnit: add version 1.2.5.2
2013-04-02 13:05:59 +02:00
Rok Garbas
1277716939
Merge pull request #438 from ebzzry/master
...
racket: enable HTML docs
2013-04-02 03:26:45 -07:00
Peter Simons
dfb5cf5cc0
hspec 1.5.2 fails its test suite on i686-linux.
...
The issue is under investigation and it's probably harmless.
2013-04-02 11:15:59 +02:00
Rommel M. Martinez
8eeca92e92
Merge remote-tracking branch 'upstream/master'
2013-04-02 11:40:29 +08:00
Rommel M. Martinez
e77b526e0c
racket: enable HTML docs
2013-04-02 11:39:36 +08:00
Domen Kožar
48e87d617e
Merge pull request #437 from cmatheson/master
...
update tmux to version 1.8
2013-04-01 15:54:15 -07:00
Cameron Matheson
934bfc618a
tmux: update to version 1.8
2013-04-01 16:24:08 -06:00
Domen Kozar
62d7abf42a
flexget: run time dependency on deluge (plugin)
2013-04-01 22:55:33 +02:00
Peter Simons
cb4ae7759e
haskell-xml: update to version 1.3.13
2013-04-01 21:03:03 +02:00
viric
7c56d001b2
Merge pull request #427 from mpashton/mpa
...
Upgrade kicad to stable 20130325
2013-04-01 11:05:51 -07:00
Shea Levy
63291bcc9f
Merge branch 'lighttpd' of git://github.com/bjornfor/nixpkgs into upstream-master
...
Still builds, trivial update, contains a security fix.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-01 13:06:03 -04:00
Peter Simons
05467aef29
haskell-yesod-core: jailbreak to support new versions of clientsession
2013-04-01 18:44:34 +02:00
Peter Simons
c7ac797b5c
haskell-skein: update to version 1.0.0
2013-04-01 18:44:34 +02:00
Peter Simons
fe1dde269c
haskell-hspec: update to version 1.5.2
2013-04-01 18:44:34 +02:00
Peter Simons
5d01b76912
haskell-hspec-meta: update to version 1.5.2
2013-04-01 18:44:34 +02:00
Peter Simons
6a0bf5ba6c
haskell-doctest: update to version 0.9.6
2013-04-01 18:44:33 +02:00
Peter Simons
6d4558acee
haskell-clientsession: update to version 0.9
2013-04-01 18:44:33 +02:00
Peter Simons
f3a16d0dd5
update meta.maintainers section
2013-04-01 18:44:33 +02:00
Domen Kožar
e5d3d4712a
Merge pull request #436 from bjornfor/tig
...
tig: enable bash completion
2013-04-01 09:42:51 -07:00
Bjørn Forsman
e21c53c211
tig: enable bash completion
...
Copy the bash completion script that comes with tig to
$out/etc/bash_completion.d/.
Note: to enable bash completion in NixOS, set
environment.enableBashCompletion = true;
2013-04-01 18:37:52 +02:00
Rob Vermaas
2fe5c12d35
Add s3http node package
2013-04-01 17:45:18 +02:00
Domen Kozar
16672fc8b1
xbmc: add pulse support, lame, avahi, libdvdcss
2013-04-01 17:13:00 +02:00
Shea Levy
cf019ab91e
Add git prerelease of aws-sdk nodePackage
...
Required modifying patchLatest to handle tarballs that don't create a 'package' directory
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-01 10:51:22 -04:00
Bjørn Forsman
238c26cea9
lighttpd: fix build warnings
...
The build complains about missing "file" and "which" commands, so add them as
build inputs.
"file" is used by the autotools configure script to tweak what -m flag
(if any) to pass to the linker when it asks it for shared library
support.
Here is an example of -m values for GNU ld:
Supported emulations:
elf_x86_64
elf32_x86_64
elf_i386
i386linux
elf_l1om
elf_k1om
"which" is used in the build phase to look for svnversion and git, to build a
version stamp. Since we build from a release tarball (and don't pass svn or git
as inputs either), this check fails and falls back to the version number in the
tarball.
There is one build warning left, but I think this is normal on NixOS:
/tmp/nix-build-lighttpd-1.4.32.drv-0/lighttpd-1.4.32/libtool: line 1085: ldconfig: command not found
2013-04-01 15:28:35 +02:00
Bjørn Forsman
c3190ef1d8
lighttpd: bump to version 1.4.32
...
One important denial of service (in 1.4.31) fix: CVE-2012-5533[1].
NOTE: There are some errors about missing commands during the build, but
I'm pretty sure they were there before. And the result seems to be
working anyway...
* /usr/bin/file: No such file or directory
* /bin/sh: line 2: which: command not found
* /tmp/nix-build-lighttpd-1.4.32.drv-0/lighttpd-1.4.32/libtool: line 1085: ldconfig: command not found
[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5533
2013-04-01 14:12:03 +02:00
Domen Kožar
ce9abc8119
Merge pull request #434 from the-kenny/yeganesh
...
New: yeganesh, a small wrapper around dmenu.
2013-04-01 04:26:08 -07:00
Lluís Batlle i Rossell
b10ab7a19a
tinycc: updating it to 0.9.26
...
I simplified the expression a bit. And I renamed it to 'tcc'.
I think everyone calls it tcc.
2013-04-01 12:50:45 +02:00
Moritz Ulrich
72a724c0d2
New: yeganesh, a small wrapper around dmenu.
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-04-01 12:13:01 +02:00
Peter Simons
a83f32b335
haskell-hspec-expectations: drop obsolete version 0.3.0.3
2013-04-01 11:46:14 +02:00
Peter Simons
00346f1bbb
haskell-hspec-expectations: switch default to version 0.3.2
2013-04-01 11:46:14 +02:00
Peter Simons
3c28408f84
haskell-quickcheck-io: add version 0.1.0
2013-04-01 11:46:14 +02:00
Peter Simons
e655ac24d2
bind: add meta.license attribute
2013-04-01 11:46:14 +02:00
Peter Simons
d95c79bad7
bind: update to version 9.9.2-P2 to fix CVE 2010-4051 /2010-4052
2013-04-01 11:46:13 +02:00
Peter Simons
78af53bb05
haskell-shake: update to version 0.10.2
2013-04-01 11:46:13 +02:00
Peter Simons
8692618980
haskell-multiarg: update to version 0.12.0.2
2013-04-01 11:46:13 +02:00
Peter Simons
5529ad42d2
haskell-liblastfm: update to version 0.1.1.2
2013-04-01 11:46:13 +02:00
Peter Simons
5e5b50c817
haskell-hspec: update to version 1.5.1
2013-04-01 11:46:13 +02:00
Peter Simons
561c830920
haskell-hspec-meta: update to version 1.5.1
2013-04-01 11:46:13 +02:00
Peter Simons
8a8d3993ee
haskell-cryptohash: update to version 0.8.4
2013-04-01 11:46:13 +02:00
Peter Simons
3b2e5d5906
Merge pull request #428 from the-kenny/leiningen
...
Leiningen: Update to 2.1.2
2013-04-01 02:45:19 -07:00
Peter Simons
8b3fd09c00
Merge pull request #433 from jcumming/rawtherapee.130331
...
rawtherapee-4.0.10
2013-04-01 02:42:32 -07:00
Peter Simons
c5584c8832
Merge pull request #426 from the-kenny/fix-winetricks
...
Add sha256 hash to winetricks.
2013-04-01 02:40:58 -07:00
Peter Simons
f7b0e161b0
Merge pull request #432 from jcumming/shntool.130322
...
shntool-3.0.10
2013-04-01 02:39:46 -07:00