Charles Strahan
115c299ea0
ruby: enable curses support by default
2015-01-21 15:22:21 -05:00
Ricardo M. Correia
8bb25be986
Merge pull request #5890 from paraseba/zfspython
...
Fixup zfs python scripts
2015-01-21 19:40:50 +01:00
Kovacsics Robert (rmk35)
aa2b38afb3
Added vips image processing system and GUI ( close #5766 )
...
VIPS is a free image processing system for large images, nip2 is its GUI
2015-01-21 19:19:56 +01:00
Sebastián Bernardo Galkin
3c04907206
Fixup zfs python scripts
...
zfs ships with a couple of python scripts that needed shebang rewriting. Adding
python as a build dependency enables fixup to do the rewrite. This change
complements 390c838c7f
by applying the same to the
git derivation.
2015-01-21 10:00:09 -08:00
Peter Simons
c8648e14a4
haskell-mode: update git version to current HEAD
2015-01-21 18:47:56 +01:00
Peter Simons
cdb43faa3d
haskell-ng: lots of build fixes (mostly by disabling failing test suites)
2015-01-21 18:47:56 +01:00
Peter Simons
6d3488c7c7
cabal2nix: bump version
2015-01-21 18:47:56 +01:00
Peter Simons
e558d0e49b
hackage-packages.nix: re-generate from Hackage 2015-01-21T16:32:59+0100
2015-01-21 18:47:56 +01:00
lethalman
57295d8427
Merge pull request #5858 from ehmry/dir2opus
...
dir2opus: initial package at 0.12.1
2015-01-21 17:56:08 +01:00
Eelco Dolstra
f637e27138
Fix release notes
2015-01-21 16:27:48 +01:00
lethalman
70adbc5731
Merge pull request #5887 from DamienCassou/youtube-dl-2015.01.16
...
youtube-dl 2015.01.16
2015-01-21 15:49:47 +01:00
Emery Hemingway
e563ada091
dir2opus: initial package at 0.12.1
2015-01-21 09:49:20 -05:00
Damien Cassou
04cae926ac
youtube-dl 2015.01.16
2015-01-21 15:35:22 +01:00
Thomas Tuegel
b89fbb6188
Merge pull request #5886 from ttuegel/hplip
...
Update HPLIP and fix for CUPS 1.7
2015-01-21 07:59:49 -06:00
Thomas Tuegel
28b55a318a
hplip: ensure plugin version always up-to-date
2015-01-21 07:57:05 -06:00
Thomas Tuegel
7a20c4cae4
hplip: version 3.14.10
2015-01-21 07:57:05 -06:00
Georges Dubus
62d0ad3ce0
Merge pull request #5882 from paraseba/zfspython
...
Fixup zfs python scripts
2015-01-21 14:56:47 +01:00
vbgl
7edbd7ad19
Merge pull request #5041 from vbgl/mono
...
Updates mono, fsharp and monodevelop
Closes #4782 .
2015-01-21 13:54:37 +01:00
Pascal Wittmann
c6845151f1
icmake: update from 7.21.01 to 7.22.00
2015-01-21 13:21:59 +01:00
Rickard Nilsson
c7c917dfff
nginx: Add set-misc-nginx-module
2015-01-21 12:38:34 +01:00
Domen Kožar
5a3a3c5e8f
fix mailinglist link
2015-01-21 11:21:45 +01:00
lethalman
52cd15d777
Merge pull request #5820 from johbo/dub
...
dub: Add dub to interact with the D package registry
2015-01-21 11:21:24 +01:00
Domen Kožar
f94600e57b
Merge pull request #5806 from nckx/pgcli
...
Python: add pgcli + update/add various libraries
2015-01-21 11:14:25 +01:00
Vincent Laporte
abfee3e840
feh: enable exif support
2015-01-21 10:54:54 +01:00
lethalman
7cad64a13d
Merge pull request #5856 from rycee/update/pyacoustid
...
Fix build of 'pyacoustid' under Python 3.
2015-01-21 10:54:27 +01:00
lethalman
b214a6ab72
Merge pull request #5532 from bobvanderlinden/mjpg-streamer
...
add package MJPG-streamer
2015-01-21 10:16:38 +01:00
Sebastián Bernardo Galkin
390c838c7f
Fixup zfs python scripts
...
zfs ships with a couple of python scripts that needed shebang rewriting. Adding
python as a build dependency enables fixup to do the rewrite.
2015-01-20 23:54:51 -08:00
Austin Seipp
4b76c1f897
Merge pull request #5880 from puffnfresh/feature/fix-upgrade-docker
...
Fix and upgrade Docker
2015-01-21 01:35:41 -06:00
Austin Seipp
978954b2e7
Merge pull request #5831 from mcox/unbound-fix-5728
...
nixpkgs: patch unbound 1.5.1 for linux < 3.15
2015-01-21 01:34:43 -06:00
Austin Seipp
1d60f8efb9
Merge pull request #5877 from benley/riemann-0.2.8
...
Riemann: update to 0.2.8
2015-01-21 01:32:41 -06:00
宋文武
b202dcb606
tiled: Update to 0.11.0, renamed from tiled-qt.
2015-01-21 13:14:12 +08:00
Sou Bunnbu
0e8187b89f
Merge pull request #5881 from puffnfresh/feature/upgrade-jansson
...
Upgrade Jansson to 2.7
2015-01-21 11:59:17 +08:00
Brian McKenna
ca2143ee29
Upgrade Jansson to 2.7
2015-01-20 19:52:38 -07:00
Brian McKenna
a26b8bcb5d
Upgrade to Docker 1.4
2015-01-20 19:49:10 -07:00
Brian McKenna
6e0c30afbf
Fix Docker SQLite and setgid problems
...
Docker doesn't support Go 1.4 yet. It compiles but it causes multiple
bugs. We should use Go 1.3 to build until the next release.
This seems to fix the following two problems I've been having:
https://github.com/docker/docker/issues/9649
https://bugzilla.redhat.com/show_bug.cgi?id=1169151
2015-01-20 19:48:32 -07:00
Sou Bunnbu
524881e4a1
Merge pull request #5840 from puffnfresh/feature/gst-enable-experimental
...
Enable experimental for gst-plugins-good
2015-01-21 09:56:34 +08:00
Peter Simons
c55b5eb245
haskell-ng: disable some test suites that run forever
2015-01-21 00:10:12 +01:00
Peter Simons
e6b8f4de94
hakyll: fix build (by disabling the failing test suite)
2015-01-20 23:59:31 +01:00
Peter Simons
1d6d5932cd
haskell-streaming-commons: fix build on older GHC versions some more
2015-01-20 23:56:56 +01:00
William A. Kennington III
ba67ad3c88
python-ldap: 2.4.15 -> 2.4.19
2015-01-20 14:50:39 -08:00
Peter Simons
c64088f0ec
haskell-streaming-commons: fix build on older GHC versions by way of bytestring-builder
2015-01-20 23:43:29 +01:00
Peter Simons
0eb306c5f7
haskell-cookie: fix build with older compilers
2015-01-20 23:43:29 +01:00
Peter Simons
3617e3b4df
haskell-ng: disable lots of failing test suites
2015-01-20 23:43:29 +01:00
Peter Simons
99b46b64df
haskell-ncurses: this package requires a pre 0.21 version of c2hs
...
Otherwise, the build fails, saying:
c2hs: Errors during expansion of binding hooks:
/nix/store/d6m9m2wqaymfiwbx11frdsm1cz7qjkdm-ncurses-5.9/include/curses.h:405: (column 2) [ERROR] >>> Illegal type!
The type specifiers of this declaration do not form a legal ANSI C(89) type.
This patch fixes https://github.com/NixOS/nixpkgs/issues/5873 .
2015-01-20 23:43:29 +01:00
Peter Simons
1d61ab7860
haskell-glade: fix build some more
2015-01-20 23:43:29 +01:00
Peter Simons
b5fb80ffa3
haskell-aeson: fix build with ghc 7.6.x
2015-01-20 23:43:28 +01:00
Peter Simons
02016e9026
haskell-ng: disable lots of failing test suites
2015-01-20 23:43:28 +01:00
Bob van der Linden
d4b80026df
mjpg-streamer: renamed attribute mjpg_streamer to mjpg-streamer
2015-01-20 23:28:35 +01:00
Domen Kožar
5cd76cd85e
gevent: fix ssl patch
2015-01-20 22:40:58 +01:00
Ricardo M. Correia
a94c0d2b0f
racerRust: Update from 2015-01-07 -> 2015-01-20
2015-01-20 22:19:17 +01:00