Peter Simons
367b119971
haskell-pretty-show: update to version 1.6.2
2013-12-10 20:41:36 +01:00
Peter Simons
375c13622e
haskell-text: update to version 1.0.0.0
2013-12-10 20:41:36 +01:00
Peter Simons
38ff664847
haskell-parsers: update to version 0.10.1.2
2013-12-10 20:41:36 +01:00
Peter Simons
1d56cb64a8
haskell-http-client-*: new packages
2013-12-10 20:41:36 +01:00
Peter Simons
6ea83a9a66
haskell-case-insensitive: update to version 1.1.0.2
2013-12-10 20:41:36 +01:00
Peter Simons
6b5f1f35fb
haskell-errorcall-eq-instance: add version 0.1.0
2013-12-10 20:41:36 +01:00
Bjørn Forsman
3227c1d215
ncurses: fix includedir setting
...
${out} in configureFlags isn't expanded, so ncursesw5-config ends up
expanding ${out} at *runtime*. Here is the relevant ncursesw5-config
snippet showing how includedir gets its value at runtime.
bindir="${exec_prefix}/bin"
includedir="${out}/include"
libdir="${exec_prefix}/lib"
datadir="${prefix}/share"
mandir="${prefix}/man"
When running in a plain shell you get this:
$ ncursesw5-config --cflags
-I/include/ncursesw -I/include
And when run in a nix-build shell for e.g. gpsd:
$ ncursesw5-config --cflags
-I/nix/store/HASH-gpsd-3.10/include/ncursesw -I/nix/store/HASH-gpsd-3.10/include
This is clearly wrong.
Q: How come this has gone undetected for years?
A: It seems few packages use ncursesw5-config to get the compiler
flags. For example, our python curses module builds its own compiler
flags.
Fix this by moving the --includedir setting to preConfigure where shell
variables are expanded.
2013-12-10 19:47:52 +01:00
Vladimír Čunát
69a0de865e
gtkmm*: update, enable tests
...
Also add myself as a maintainer
to be able to monitor all gtk2/3 deps easily.
2013-12-10 17:37:59 +01:00
Vladimír Čunát
a5110391dd
atkmm: maintenance update
2013-12-10 17:23:20 +01:00
Vladimír Čunát
1e113b8284
pangomm: update, so we can drop older cairo
2013-12-10 17:14:22 +01:00
Vladimír Čunát
cb19931160
glibmm: update (after a long time), drop unneeded dep
2013-12-10 17:11:24 +01:00
Vladimír Čunát
f9f14be632
libsigcxx: bugfix update 2.2.10 -> .11, enable tests
2013-12-10 16:53:45 +01:00
Eelco Dolstra
ec5739ef17
jfsrec: Fix build
...
http://hydra.nixos.org/build/7008843
2013-12-10 14:28:19 +01:00
Vladimír Čunát
089da3ee5c
Merge master into x-updates
...
Conflicts (simple):
pkgs/top-level/all-packages.nix
2013-12-10 13:00:02 +01:00
Vladimír Čunát
db32c7ca8b
mesa: add myself as a maintainer
...
When I authored much of the current expression,
I should better watch it, too.
2013-12-10 12:52:24 +01:00
Vladimír Čunát
7a3ae83a97
gtk3: bugfix update 3.10.4 -> .5
2013-12-10 12:46:11 +01:00
Song Wenwu
9c8789e8bc
add webkitgtk 2.2.3
...
With minor changes from @vcunat, see #1197 .
2013-12-10 12:45:21 +01:00
Eelco Dolstra
ed463a7671
boost: Remove 1.53 and 1.54
...
These don't build against Glibc 2.18, but they're not used anyway
(except by source-highlight, which builds fine against 1.49).
2013-12-10 12:02:53 +01:00
Eelco Dolstra
2a36c61541
boost-1.49: Fix building against Glibc 2.18
...
Glibc 2.18 no longer defines __GLIBC_HAVE_LONG_LONG.
http://hydra.nixos.org/build/7003618
2013-12-10 11:50:29 +01:00
Nixpkgs Monitor
393dcd9c84
gmime: update from 2.6.15 to 2.6.19
2013-12-10 11:57:15 +02:00
Song Wenwu
7ae520404f
libsoup: update from 2.44.1 to 2.44.2
...
Enable introspection
Renamed from libsoup_2_40 to libsoup_2_44
2013-12-10 10:48:59 +01:00
Vladimír Čunát
8dc05a8fc9
libdrm: bump 2.4.49 -> .50
...
Mainly, it fixes a critical bug for Radeon Southern Islands GPUs.
2013-12-10 10:41:35 +01:00
Peter Simons
685ec102ef
Merge pull request #1348 from ocharles/intervalmap
...
haskellPackages.IntervalMap: New expression
2013-12-09 16:08:30 -08:00
Peter Simons
c1c1de4c02
Merge pull request #1349 from ocharles/ex-pool
...
haskellPackages.exPool: New expression
2013-12-09 16:08:11 -08:00
Peter Simons
5a54eed058
Merge pull request #1350 from ocharles/haskelldb
...
haskellPackages.haskelldb: New expression
2013-12-09 16:08:02 -08:00
Oliver Charles
192cca63ef
haskellPackages.haskelldb: New expression
2013-12-09 23:35:59 +00:00
Oliver Charles
11668c9273
haskellPackages.exPool: New expression
2013-12-09 23:32:00 +00:00
Peter Simons
486e7736df
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/tools/networking/p2p/amule/default.nix
2013-12-10 00:25:54 +01:00
Oliver Charles
7317135edc
haskellPackages.IntervalMap: New expression
2013-12-09 23:13:44 +00:00
Oliver Charles
9e4a60d54e
haskellPackages.extensibleEffects: New expression
2013-12-09 23:11:50 +00:00
Vladimír Čunát
493eaf95dd
poppler: bugfix update 0.24.3 -> .4
2013-12-09 21:14:39 +01:00
Vladimír Čunát
5acb97b972
libopus: update 1.0.3 -> 1.1, enable tests
2013-12-09 21:07:56 +01:00
Nixpkgs Monitor
7375a3f7dd
aprutil: update from 1.5.2 to 1.5.3
2013-12-09 10:48:41 +02:00
Michael Raskin
4d33a94fae
Passing giflib 4.1.x to OpenSceneGraph for now
2013-12-08 13:20:07 +04:00
Lluís Batlle i Rossell
c46d5ed3d7
Noting faac unfree. I think it is unfree, not LGPL.
2013-12-07 23:03:42 +01:00
Vladimír Čunát
6690c97569
Merge branch 'master' into x-updates
...
Conflicts (just different styles, same semantics):
pkgs/development/libraries/libusb1/default.nix
2013-12-07 14:17:16 +01:00
Evgeny Egorochkin
8c5c4eab54
libgdiplus: fix build against giflib 5.*
2013-12-07 14:34:52 +02:00
Nixpkgs Monitor
2ce67ca947
giflib: update from 4.2.3 to 5.0.5
2013-12-07 13:13:06 +02:00
Michael Raskin
14a0050829
Merge pull request #1319 from wkennington/ntrack
...
Fix ntrack for latest libnl release
2013-12-07 00:12:46 -08:00
William A. Kennington III
2079bfdc58
Fix ntrack for latest libnl release
2013-12-07 01:38:02 -06:00
Lluís Batlle i Rossell
142298495e
Fixing the Ultrastardx build. Not tested if it works and how.
2013-12-07 00:07:35 +01:00
Peter Simons
65d33fda95
aterm: mark version 2.8 as broken
2013-12-06 19:31:03 +01:00
Vladimír Čunát
7e9b24c8f1
cogl, clutter: update to 1.16.{0,2}
2013-12-05 22:52:29 +01:00
Michael Raskin
990d9684a4
Merge pull request #1321 from wkennington/mumble
...
Break mumble into client and server components
2013-12-04 20:56:36 -08:00
Michael Raskin
8095dce441
Merge pull request #1327 from AndersonTorres/master
...
Adding Portuguese language dictionary for Aspell
2013-12-04 20:55:57 -08:00
AndersonTorres
9c60834b23
Adding support for Portuguese language for Aspell
2013-12-05 02:22:47 +01:00
Lluís Batlle i Rossell
ad90f2f0b8
Adding ffmpeg 2.x
2013-12-04 21:04:30 +01:00
Peter Simons
614544b439
haskell-src: clean out the obsolete happy parser that's included in the distribution tarball
2013-12-04 18:41:18 +01:00
Peter Simons
c32bf83301
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/development/interpreters/perl/5.16/default.nix
pkgs/tools/networking/curl/default.nix
pkgs/top-level/all-packages.nix
pkgs/top-level/release-python.nix
pkgs/top-level/release-small.nix
pkgs/top-level/release.nix
2013-12-04 18:33:52 +01:00
Evgeny Egorochkin
92dc41142a
phonon: update to 4.7.0
2013-12-04 16:56:39 +02:00