Vladimír Čunát
d85a587fdd
cairo: minor bugfix update, depend on new pixman now
2013-01-31 21:50:30 +01:00
Vladimír Čunát
5bd9baa141
gnufdisk: update the alpha-version, no hydra now
...
It builds now.
2013-01-31 21:10:37 +01:00
Vladimír Čunát
8bce732ad3
freeglut: fix with new mesa -- depend on mesa_glu
2013-01-31 20:34:37 +01:00
Shea Levy
ebfc26b43d
Update rubygems
2013-01-31 14:33:02 -05:00
Vladimír Čunát
efd432e862
intltool: add propagated gettext
2013-01-31 17:41:07 +01:00
Lluís Batlle i Rossell
86839c4a6d
iwlwifi-2030-ucode: url change
2013-01-31 17:01:13 +01:00
Vladimír Čunát
38ee738b8a
unify intltool
...
IMHO:
- It's no longer GNOME package.
- It seems best for everyone to use the newest version.
2013-01-31 16:43:52 +01:00
Vladimír Čunát
539d9bc1af
ghostscript: fix infinite recursion in meta (sorry for that)
2013-01-31 13:21:21 +01:00
Peter Simons
a1cc25d530
Hide package sets for GHC 6.10.4, 6.12.3, 7.0.4, 7.4.1, and 7.6.1 from nix-env
...
(and from Hydra). It is still possible to install any of those packages by
referring to them by attribute:
| $ nix-env -iA haskellPackages_ghc6104.hopenssl --dry-run
| (dry run; not doing anything)
| installing `haskell-hopenssl-ghc6.10.4-1.6.1'
| these paths will be fetched (50.61 MiB download, 450.34 MiB unpacked):
| /nix/store/rjsgga1fdqin47n2rkfn9l7v9ncsfh9l-haskell-hopenssl-ghc6.10.4-1.6.1
| /nix/store/y567qhqbjxbkldg3kq2clzn52a56cmdn-haskell-mtl-ghc6.10.4-1.1.0.2
| /nix/store/zbn24z1443fbrx6ch1nn2vnss9bdw1g0-ghc-6.10.4
It's no longer possible to install those by name anymore, though:
| $ nix-env -i haskell-hopenssl-ghc6.10.4
| error: selector `haskell-hopenssl-ghc6.10.4' matches no derivations
That style works only for active GHC versions 7.4.2 and 7.6.2:
| $ nix-env -qaP \* | grep haskell-hopenssl
| haskellPackages.hopenssl haskell-hopenssl-ghc7.4.2-1.6.1
| haskellPackages_ghc742_no_profiling.hopenssl haskell-hopenssl-ghc7.4.2-1.6.1
| haskellPackages_ghc742_profiling.hopenssl haskell-hopenssl-ghc7.4.2-1.6.1-profiling
| haskellPackages_ghc762.hopenssl haskell-hopenssl-ghc7.6.2-1.6.1
These changes intend to ease the load on Hydra. If you desperately need
pre-build binaries of any of those old versions, please post a short note
on the nix-dev mailing list.
Now in x-updates as well.
Conflicts (auto-solved):
pkgs/top-level/all-packages.nix
2013-01-31 12:51:25 +01:00
Lluís Batlle i Rossell
511f3b7a61
Adding mplayer2, a mplayer fork.
...
It can play files very well with "vdpau". It has a reworked
vdpau pipeline compared to mplayer1. Mplayer1 fails to play well in
my computer.
2013-01-31 00:26:30 +01:00
Lluís Batlle i Rossell
10e12b76a5
ffmpeg 1.1: building libavresample
...
It's disabled by default, but mplayer2 requires it (still).
2013-01-31 00:24:24 +01:00
Lluís Batlle i Rossell
36f6f003fe
docutils: updating to 0.10
...
mplayer2 required "rst2man.py", not available in 0.5.
2013-01-31 00:23:55 +01:00
Peter Simons
23e7008a71
all-packages.nix: fix typos in the haskellPackages attribute sets for GHC 7.4.2
...
The haskellPackages_ghc742_{no_,}profiling set accidentally referred to
the GHC 7.4.1 versions.
2013-01-30 17:50:07 +01:00
Peter Simons
abdd5bc538
Hide package sets for GHC 6.10.4, 6.12.3, 7.0.4, 7.4.1, and 7.6.1 from nix-env
...
(and from Hydra). It is still possible to install any of those packages by
referring to them by attribute:
| $ nix-env -iA haskellPackages_ghc6104.hopenssl --dry-run
| (dry run; not doing anything)
| installing `haskell-hopenssl-ghc6.10.4-1.6.1'
| these paths will be fetched (50.61 MiB download, 450.34 MiB unpacked):
| /nix/store/rjsgga1fdqin47n2rkfn9l7v9ncsfh9l-haskell-hopenssl-ghc6.10.4-1.6.1
| /nix/store/y567qhqbjxbkldg3kq2clzn52a56cmdn-haskell-mtl-ghc6.10.4-1.1.0.2
| /nix/store/zbn24z1443fbrx6ch1nn2vnss9bdw1g0-ghc-6.10.4
It's no longer possible to install those by name anymore, though:
| $ nix-env -i haskell-hopenssl-ghc6.10.4
| error: selector `haskell-hopenssl-ghc6.10.4' matches no derivations
That style works only for active GHC versions 7.4.2 and 7.6.2:
| $ nix-env -qaP \* | grep haskell-hopenssl
| haskellPackages.hopenssl haskell-hopenssl-ghc7.4.2-1.6.1
| haskellPackages_ghc742_no_profiling.hopenssl haskell-hopenssl-ghc7.4.2-1.6.1
| haskellPackages_ghc742_profiling.hopenssl haskell-hopenssl-ghc7.4.2-1.6.1-profiling
| haskellPackages_ghc762.hopenssl haskell-hopenssl-ghc7.6.2-1.6.1
These changes intend to ease the load on Hydra. If you desperately need
pre-build binaries of any of those old versions, please post a short note
on the nix-dev mailing list.
2013-01-30 17:47:45 +01:00
Peter Simons
f929eecfa7
ghc-7.6.2: cosmetic, no functional change
2013-01-30 17:30:51 +01:00
Peter Simons
7848756283
Parallel building is enabled again in GHC 7.6.2, because we hope the issues
...
we've had with earlier versions have been remedied. If anyone experiences build
errors with this package, please file issue at Github!
2013-01-30 17:30:25 +01:00
Vladimír Čunát
f02e061313
SDL: minor update, fix OpenGL support, change some flags from Gentoo
2013-01-30 16:44:55 +01:00
Vladimír Čunát
ace9b4a23e
add glu library from mesa, needed e.g. for SDL
...
It provides the includes/GL/glu.h file.
2013-01-30 16:43:04 +01:00
Eelco Dolstra
c343e1db77
awscli: Remove Python prefix
2013-01-30 15:55:39 +01:00
Rob Vermaas
06c9353270
Add awscli 0.5.0, updated some of its dependencies.
2013-01-30 15:42:40 +01:00
Eelco Dolstra
bc4064af73
wpa_supplicant: Fix config generation
...
‘echo ${extraConfig}’ doesn't do the right thing if extraConfig
contains newlines. This broke NixOS because CONFIG_DEBUG_SYSLOG=y
wasn't processed.
2013-01-30 15:17:38 +01:00
Peter Simons
e5b51648b1
Move "darwin-native-x11-and-opengl" package into the "os-specific" hierarchy.
2013-01-30 14:53:04 +01:00
Cillian de Róiste
72cc82d49a
Add PODIFF, a tool to diff PO files
2013-01-30 14:37:10 +01:00
Eelco Dolstra
8c0179bdde
Make Stratego packages visible to nix-env
2013-01-30 13:48:45 +01:00
Eelco Dolstra
d330f6ff85
Nixpkgs channel: Use XZ compression for nixexprs.tar
2013-01-30 12:52:07 +01:00
Eelco Dolstra
80056ddc01
Add cowsay to the channel
2013-01-30 12:52:07 +01:00
Peter Simons
75fcdfbb9e
ghc-head: update to snapshot version 7.7.20121213
2013-01-30 12:25:38 +01:00
Peter Simons
07fb82aef3
bash-completion: update to current git HEAD at 2.0-95-gd08b9f2
...
The 2.0 release is 7+ months old, and there has been lots of activity since.
2013-01-30 12:25:11 +01:00
Peter Simons
e816889ccc
haskell-hlint: update to version 1.8.43
2013-01-30 11:29:59 +01:00
Peter Simons
4d11098bdd
haskell-yesod: update to version 1.1.8
2013-01-30 11:29:59 +01:00
Peter Simons
bd8ae3c523
haskell-yesod-test: update to version 0.3.3.1
2013-01-30 11:29:59 +01:00
Peter Simons
eb6c71ad55
haskell-yesod-static: update to version 1.1.2
2013-01-30 11:29:59 +01:00
Peter Simons
3c7b8578a7
haskell-yesod-routes: update to version 1.1.2
2013-01-30 11:29:58 +01:00
Peter Simons
f20eff4609
haskell-yesod-form: update to version 1.2.1
2013-01-30 11:29:58 +01:00
Peter Simons
dfd6a80c77
haskell-yesod-core: update to version 1.1.8
2013-01-30 11:29:58 +01:00
Peter Simons
ec34d4c497
haskell-yesod-auth: update to version 1.1.4
2013-01-30 11:29:58 +01:00
Peter Simons
2603bc59b1
haskell-warp: update to version 1.3.7.2
2013-01-30 11:29:58 +01:00
Peter Simons
23140d9411
haskell-wai: update to version 1.3.0.2
2013-01-30 11:29:58 +01:00
Peter Simons
c2e68b4019
haskell-wai-test: update to version 1.3.0.1
2013-01-30 11:29:58 +01:00
Peter Simons
8a50c3d9ff
haskell-wai-extra: update to version 1.3.2.1
2013-01-30 11:29:57 +01:00
Peter Simons
a46a0ee8ef
haskell-tls: update to version 1.1.2
2013-01-30 11:29:57 +01:00
Peter Simons
a9660e65da
haskell-texmath: update to version 0.6.1.3
2013-01-30 11:29:57 +01:00
Peter Simons
53e0d41689
haskell-snap: update to version 0.11.0
2013-01-30 11:29:57 +01:00
Peter Simons
7d41cdf238
haskell-snap-server: update to version 0.9.2.4
2013-01-30 11:29:57 +01:00
Peter Simons
736e9958b4
haskell-snap-core: update to version 0.9.2.2
2013-01-30 11:29:57 +01:00
Peter Simons
67a128958f
haskell-shakespeare: update to version 1.0.3
2013-01-30 11:29:57 +01:00
Peter Simons
55343d26c3
haskell-shakespeare-js: update to version 1.1.2
2013-01-30 11:29:57 +01:00
Peter Simons
870bfea440
haskell-postgresql-libpq: update to version 0.8.2.2
2013-01-30 11:29:57 +01:00
Peter Simons
d9bb07210a
haskell-pandoc: update to version 1.10.1
2013-01-30 11:29:57 +01:00
Peter Simons
c59690d29a
haskell-mime-types: update to version 0.1.0.3
2013-01-30 11:29:56 +01:00
Peter Simons
ba9c06dedb
haskell-lens: update to version 3.8.5
2013-01-30 11:29:56 +01:00
Peter Simons
ce9c8a235d
haskell-language-haskell-extract: update to version 0.2.4
2013-01-30 11:29:56 +01:00
Peter Simons
b2277d0afd
haskell-http-types: update to version 0.8.0
2013-01-30 11:29:56 +01:00
Peter Simons
6384ff2e1f
haskell-http-conduit: update to version 1.8.7.1
2013-01-30 11:29:56 +01:00
Peter Simons
79553f7ea8
haskell-hspec: update to version 1.4.4
2013-01-30 11:29:56 +01:00
Peter Simons
3af9c0d6eb
haskell-hoogle: update to version 4.2.15
2013-01-30 11:29:56 +01:00
Peter Simons
a1c17bf924
haskell-heist: update to version 0.11.0
2013-01-30 11:29:56 +01:00
Peter Simons
2ae771ab7b
haskell-hamlet: update to version 1.1.4
2013-01-30 11:29:56 +01:00
Peter Simons
35295065ef
haskell-hakyll: update to version 4.1.4.0
2013-01-30 11:29:56 +01:00
Peter Simons
eb2adf9acd
haskell-either: update to version 3.1
2013-01-30 11:29:56 +01:00
Peter Simons
cb7607499b
haskell-edit-distance: update to version 0.2.1.2
2013-01-30 11:29:55 +01:00
Peter Simons
cf71ba454d
haskell-distributed-process: update to version 0.4.2
2013-01-30 11:29:55 +01:00
Peter Simons
1401f654cb
haskell-distributed-process-simplelocalnet: update to version 0.2.0.9
2013-01-30 11:29:55 +01:00
Peter Simons
6cee3f32f1
haskell-digestive-functors-heist: update to version 0.6.0.0
2013-01-30 11:29:55 +01:00
Peter Simons
fe5b58759e
haskell-diagrams-contrib: update to version 0.6.0.3
2013-01-30 11:29:55 +01:00
Peter Simons
17842f4e8f
haskell-classy-prelude: update to version 0.4.4
2013-01-30 11:29:55 +01:00
Peter Simons
a7d99b7d4d
haskell-classy-prelude-conduit: update to version 0.4.4
2013-01-30 11:29:55 +01:00
Peter Simons
3fd2c15144
haskell-case-insensitive: update to version 1.0
2013-01-30 11:29:55 +01:00
Peter Simons
38ab8fda13
haskell-bifunctors: update to version 3.2
2013-01-30 11:29:55 +01:00
Peter Simons
b569cf3429
haskell-authenticate: update to version 1.3.2.1
2013-01-30 11:29:55 +01:00
Peter Simons
1e00556795
haskell-HTTP: update to 4000.2.7
2013-01-30 11:29:54 +01:00
Peter Simons
89ee4bd883
haskell-split: update to 0.2.1.2
2013-01-30 11:29:54 +01:00
Peter Simons
792f47020b
haskell-string-qq: add version 0.0.2
2013-01-30 11:29:54 +01:00
Peter Simons
e4d79d21aa
Merge pull request #290 from vcunat/vlada/wpa-notg
...
wpa_supplicant: refactor settings, readline support (on by default)
2013-01-30 02:27:46 -08:00
Aristid Breitkreuz
3a68505c6e
GHC 7.6.2
2013-01-29 20:42:28 +01:00
Lluís Batlle i Rossell
675679f450
Fixes on VAAPI src packages.
...
The github 'snapshots' weren't stable on hashes, I think (at least as I saw
today trying to build vaapiVdpau in another computer).
Using released tarballs, pointer by vcunat.
2013-01-29 18:37:06 +01:00
Vladimír Čunát
0072c44255
wpa_supplicant: refactor settings, readline support (on by default)
2013-01-29 17:37:20 +01:00
Vladimír Čunát
a95c85fe94
ghostscript: minor update, replace more internal libraries by nix ones
2013-01-29 17:05:58 +01:00
Vladimír Čunát
6331d32267
rename the expressions of some gtk-related libraries
...
now the default (and usually only) version is called default
2013-01-29 16:48:23 +01:00
Vladimír Čunát
a4709b8cd6
add libpaper
2013-01-29 16:36:33 +01:00
Vladimír Čunát
57248e25e6
librsvg: major update
2013-01-29 15:15:08 +01:00
Vladimír Čunát
5ed188df5e
gdk-pixbuf: minor update
2013-01-29 14:55:15 +01:00
Vladimír Čunát
515f2af7d6
gtk2: minor update
2013-01-29 14:55:15 +01:00
Vladimír Čunát
efc28fb18e
glib: minor update
...
also needed for the updated cairo
2013-01-29 14:55:14 +01:00
Vladimír Čunát
c4daf6d2b5
djvulibre: minor update, refactored dependencies
2013-01-29 14:55:14 +01:00
Vladimír Čunát
ec77a95778
cairo: update, use xcb by default (no longer experimental)
2013-01-29 14:55:14 +01:00
Vladimír Čunát
944171bcf3
fontconfig: minor update
2013-01-29 14:55:14 +01:00
Vladimír Čunát
35b6068189
gobject-introspection: minor update
2013-01-29 14:55:14 +01:00
Vladimír Čunát
56135259e9
harfbuzz: minor update
2013-01-29 14:55:14 +01:00
Vladimír Čunát
46218aec0e
freetype: minor update
2013-01-29 14:55:14 +01:00
Vladimír Čunát
570b0f8c54
libtiff: major update to 4.*
...
Also minor modification of ghostscript to work with it.
2013-01-29 14:07:30 +01:00
Vladimír Čunát
319b6f77ca
minor poppler-data update
2013-01-29 14:07:30 +01:00
Vladimír Čunát
3f49d8dd50
libspectre: minor update, patches no longer needed
2013-01-29 13:25:25 +01:00
Vladimír Čunát
090b8ea36f
libspectre: minor update, patches no longer needed
2013-01-29 13:23:42 +01:00
Vladimír Čunát
3a2daeee0b
libpng minor update
2013-01-29 13:19:06 +01:00
Eelco Dolstra
be412fc789
Rename openoffice directory to libreoffice
2013-01-29 12:43:53 +01:00
Eelco Dolstra
6dba65b51f
openoffice: Remove
...
It's superseded by LibreOffice and doesn't build anymore.
2013-01-29 12:43:53 +01:00
Eelco Dolstra
97c5ab3a6d
linux-2.6.32-xen: Remove
...
Hasn't built in a long time and is obsolete anyway.
2013-01-29 12:43:53 +01:00
Eelco Dolstra
8317cd1f14
kde-3: Remove
...
KDE 3 hasn't built in a long time. Also remove six, the only package
with a dependency on KDE 3.
2013-01-29 12:43:53 +01:00
Eelco Dolstra
5d6da38d33
cups: Don't build on Darwin
2013-01-29 12:43:53 +01:00