Sebastián Bernardo Galkin
8a7097972e
Postgis requires json_c to provide GeoJson support
...
This change adds the needed build dependency and configuration to postgis
2015-02-19 18:05:49 -08:00
Franz Pletz
22bfa41033
Update libressl to 2.1.3
2015-02-19 19:33:41 +01:00
William A. Kennington III
e574da83de
wayland: Always build documentation
2015-02-19 09:57:16 -08:00
codyopel
a53da93b2b
wayland: 1.6.0 -> 1.7.0 & add optionals
...
All non-essential dependencies are now optional, with exception
to wayland-scanner which if not enabled causes wayland to fail to build
2015-02-19 09:47:40 -08:00
Dan Peebles
e25150bb10
No need for this hack anymore
2015-02-18 22:18:57 -05:00
William A. Kennington III
524e815af1
krb5: 1.13 -> 1.13.1
2015-02-18 18:20:53 -08:00
William A. Kennington III
f94d0c3aa7
ctl: Update to 1.5.2
2015-02-18 18:03:34 -08:00
William A. Kennington III
e9c1a56f97
ilmbase: Update to openexr version
2015-02-18 18:03:34 -08:00
William A. Kennington III
51cc9612b7
openexr: 1.7.1 -> 2.2.0
2015-02-18 18:03:34 -08:00
Vladimír Čunát
a9e4fc1079
poppler-qt4: fix rendering, fixes #6366
...
The subpixel patches seem to cause trouble in recent versions.
2015-02-18 21:38:23 +01:00
Peter Simons
01d06e8ed8
Merge pull request #6428 from joachifm/more-haskell-updates
...
Fix some haskellPackages build failures
2015-02-18 20:37:44 +01:00
Nikolay Amiantov
7791a5362d
libtirpc: adopt
2015-02-18 19:00:54 +03:00
Domen Kožar
b7c3afa674
Merge pull request #5926 from benmos/postgis
...
Postgis 2.1.4 support
2015-02-18 12:08:59 +01:00
Joachim Fasting
baba36ce27
haskell-rest-happstack
...
Fixes build
2015-02-18 06:53:13 +00:00
Joachim Fasting
c2f216b8e1
haskell-rest-types: version bump
2015-02-18 06:53:13 +00:00
Joachim Fasting
233cc55dc4
haskell-rest-core: version bump
2015-02-18 06:53:08 +00:00
Joachim Fasting
b3bacd4d0c
haskell-pool-conduit: mark as broken
...
Fails to build, deprecated.
2015-02-18 06:41:09 +00:00
Joachim Fasting
45b9432f82
haskell-happstack-lite: version bump
...
Fixes build
2015-02-18 06:39:02 +00:00
Joachim Fasting
fbe66014ab
haskell-happstack-hamlet: mark as broken
...
No upstream version supports happstack-server >= 7.4
2015-02-18 06:37:52 +00:00
William A. Kennington III
ad0277fbdc
Merge pull request #6386 from codyopel/xvidcore
...
xvidcore: refactor & 1.3.2 -> 1.3.3
2015-02-17 22:29:40 -08:00
Arseniy Seroka
0e63ac0acf
Merge pull request #6402 from codyopel/xavs
...
xavs: add package
2015-02-17 23:42:01 +03:00
Shea Levy
2f061ff16b
Merge remote-tracking branch 'origin/staging'
...
Darwin and haskell fixes.
2015-02-17 13:52:37 -05:00
codyopel
be0b4050aa
xavs: add package
2015-02-17 13:29:48 -05:00
lethalman
6be3ffb0d4
Merge pull request #6394 from codyopel/libwebp
...
libwebp: refactor & 0.4.1 -> 0.4.2
2015-02-17 15:28:35 +01:00
codyopel
1435e69758
wavpack: add package
2015-02-17 07:29:04 -05:00
codyopel
67f82fe49c
libwebp: refactor & 0.4.1 -> 0.4.2
2015-02-17 06:05:40 -05:00
Nathaniel Baxter
b19da5ba23
gecode: update from 4.3.0 to 4.3.3
2015-02-17 18:50:48 +11:00
codyopel
1b26e25845
xvidcore: refactor & 1.3.2 -> 1.3.3
2015-02-17 02:01:10 -05:00
codyopel
534332eaf7
vid-stab: add package
2015-02-17 00:54:23 -05:00
Aristid Breitkreuz
6aa43976a7
update http-types
2015-02-16 21:06:29 +01:00
AndersonTorres
f19ed980a2
Sawfish (git): New Package
...
Sawfish is a versatile, Lisp-based window manager
In that commit I include all Sawfish stack:
- librep, a lisp system;
- rep-gtk, bindings for gtk
- sawfish, the window manager
2015-02-15 19:42:53 +03:00
William A. Kennington III
b1fef78b8f
Merge pull request #6347 from codyopel/lamebr
...
lame: move to libraries & fix license
2015-02-14 16:08:34 -08:00
codyopel
b03ded550f
lame: move to libraries & fix license
2015-02-14 19:06:38 -05:00
William A. Kennington III
c6642675b9
Merge pull request #6336 from codyopel/gsm
...
gsm: seperate phases & fix shared library
2015-02-14 13:55:52 -08:00
codyopel
fc27383909
gsm: seperate phases & fix shared library
2015-02-13 21:04:03 -05:00
Peter Simons
f2a376f52a
Enable static libraries in "gmp" to allow static linking of Haskell programs.
...
Haskell programs depend on gmp to implement the unbounded Integer type. Without
static variants of gmp we cannot build statically linked Haskell programs, what
some users have found desirable in the past. So far, we've used an override to
derive our own copy of gmp in the Haskell ecosystem, but this patch ends the
dichotomy between Haskell and the rest of Nixpkgs by enabling static gmp
libraries in the default build default.
2015-02-13 22:18:27 +01:00
Peter Simons
600135bba5
Merge remote-tracking branch 'master' into staging.
2015-02-13 22:17:12 +01:00
Peter Simons
54ce1a1810
Merge remote-tracking branch 'origin/master' into staging.
...
Conflicts:
pkgs/development/compilers/ghc/head.nix
pkgs/top-level/haskell-ng.nix
2015-02-13 22:13:25 +01:00
Peter Simons
c6ed2aa203
Merge pull request #5968 from jkarni/jkarni/servant-server-0.2.3
...
I'll merge blindly, assuming that those changes have been tested by the submitter. If these updates cause any trouble, please don't hesitate to revoke if necessary.
2015-02-13 15:39:32 +01:00
Peter Simons
afaa01c957
Merge pull request #6009 from nkaretnikov/yesod-1.4.1.4
...
I'll merge blindly, assuming that those changes have been tested by the submitter. If these updates cause any trouble, please don't hesitate to revoke if necessary.
2015-02-13 15:38:41 +01:00
Pascal Wittmann
f393521630
libasr: fixed description
2015-02-13 14:29:11 +01:00
Pascal Wittmann
d7b01c8526
Merge pull request #6325 from k0ral/opensmtpd
...
opensmtpd: 5.4.2p1 -> 5.4.4p1
2015-02-13 13:28:04 +00:00
koral
3bc7dfdf22
opensmtpd: 5.4.2p1 -> 5.4.4p1
2015-02-13 12:38:21 +01:00
Domen Kožar
b2d17156bb
Merge pull request #6324 from codyopel/x265br
...
X265br
2015-02-13 01:22:16 +01:00
codyopel
3f22fdf7b0
x265: refactor & add optionals
2015-02-12 17:55:23 -05:00
codyopel
b60f5a004a
x265-hg: bump commit
2015-02-12 17:53:48 -05:00
codyopel
90ea935252
x265: 1.4 -> 1.5
2015-02-12 17:53:07 -05:00
codyopel
3269e202b1
libvpx-git: bump commit & disable high bitdepth builds on i686
2015-02-12 16:08:33 -05:00
Shea Levy
127efcd6f6
Merge branch 'kill-libiconv' of git://github.com/gridaphobe/nixpkgs into staging
...
Took "ours" for the conflict and changed libiconvOrEmpty to libiconv
Conflicts:
pkgs/applications/audio/ncmpcpp/default.nix
2015-02-11 19:37:22 -05:00
Eric Seidel
a86fd94ecc
only link libsodium against libssp when building with gcc
2015-02-11 14:37:30 -08:00