nixpkgs/pkgs/development/libraries
Peter Simons fd0f9e6fc1 Re-write the Haskell Platform out of haskell-defaults.nix.
1) Packages formerly called haskell-haskell-platform-ghcXYZ-VVVV.X.Y.Z are
    now called haskell-platform-VVVV.X.Y.Z. The latest version can be
    installed by running "nix-env -i haskell-platform".

 2) The attributes haskellPackages_ghcXYZ.haskellPlatform no longer exist.
    Instead, we have attributes like haskellPlatformPackages."2012_4_0_0".
    (The last numeric bit must be quoted when used in a Nix file, but not on
    the command line to nix-env, nix-build, etc.) The latest Platform has a
    top-level alias called simply haskellPlatform.

 3) The haskellPackages_ghcXYZ package sets offer the latest version of every
    library that GHC x.y.z can compile. For example, if 2.7 is the latest
    version of QuickCheck and if GHC 7.0.4 can compile that version, then
    haskellPackages_ghc704.QuickCheck refers to version 2.7.

 4) All intermediate GHC releases were dropped from all-packages.nix to
    simplify our configuration. What remains is a haskellPackages_ghcXYZ set
    for the latest version of every major release branch, i.e. GHC 6.10.4,
    6.12.3, 7.0.4, 7.2.2, 7.4.2, 7.6.3, 7.8.2, and 7.9.x (HEAD snapshot).

 5) The ghcXYZPrefs functions in haskell-defaults.nix now inherit overrides
    from newer to older compilers, i.e. an override configured for GHC 7.0.4
    will automatically apply to GHC 6.12.3 and 6.10.4, too. This change has
    reduced the redundancy in those configuration functions. The downside is
    that overriding an attribute for only one particular GHC version has become
    more difficult. In practice, this case doesn't occur much, though.

 6) The 'cabal' builder has a brand-new argument called 'extension'. That
    function is "self : super : {}" by default and users can override it to
    mess with the attribute set passed to cabal.mkDerivation. An example use
    would be the definition of darcs in all-packages.nix:

    | darcs = haskellPackages.darcs.override {
    |   cabal = haskellPackages.cabal.override {
    |     extension = self : super : {
    |       isLibrary = false;
    |       configureFlags = "-f-library " + super.configureFlags or "";
    |     };
    |   };
    | };

    In this case, extension disables building the library part of the package
    to give us an executable-only version that has no dependencies on GHC or
    any other Haskell packages.

    The 'self' argument refers to the final version of the attribute set and
    'super' refers to the original attribute set.

Note that ...

 - Haskell Platform packages always provide the Haddock binary that came with
   the compiler.

 - Haskell Platform 2009.2.0.2 is broken because of build failures in cgi and
   cabal-install.

 - Haskell Platform 2010.1.0.0 is broken becasue of build failures in cgi.
2014-05-14 14:59:52 +02:00
..
a52dec Some description fixes 2013-10-05 19:36:23 +02:00
aacskeys
aalib aalib: update builder 2013-12-18 18:18:15 +02:00
accountservice accountsservice: fix creating data under /var/lib 2014-04-23 23:19:48 +02:00
acl Revert "acl: update from 2.2.51 to 2.2.52" 2014-01-14 13:52:22 +01:00
adns
afflib afflib: Fix broken URL 2014-05-01 10:57:52 +02:00
agg Some description fixes 2013-10-05 19:36:23 +02:00
allegro allegro5: add missing dependencies 2013-12-18 18:18:15 +02:00
amrnb Updating amrnb to the latest version. 2013-11-24 14:57:55 +01:00
amrwb
apache-activemq Some description fixes 2013-10-05 19:36:23 +02:00
apr apr: Update to 1.5.1 2014-04-28 14:45:54 +02:00
apr-util Move all db4 packages to the default db5 2014-02-15 12:03:02 +01:00
aqbanking aqbanking, gwenhywfar: add license info 2014-02-23 12:44:18 +01:00
asc-support
asf-support
asio asio: update from 1.5.3 to 1.10.1 2013-12-18 18:18:16 +02:00
aspell Change aspell configure to use $out/lib/aspell 2014-04-16 12:59:27 -05:00
aterm aterm: mark version 2.8 as broken 2013-12-06 19:31:03 +01:00
atk gtk+3 core stack: update to 3.12 2014-03-27 20:53:50 +01:00
atkmm atkmm: maintenance update 2013-12-10 17:23:20 +01:00
attica Some description fixes 2013-10-05 19:36:23 +02:00
attr
aubio aubio: update from 0.4.0 to 0.4.1 2014-05-03 17:12:06 +02:00
audio lvtk: Upgrade to 1.2.0 and switch to github tarball 2014-04-26 01:21:08 +02:00
audiofile audiofile: Use alsaLib for native Linux only. 2014-03-12 10:00:48 +01:00
avahi avahi: update from 0.6.30 to 0.6.31 2013-12-04 06:56:57 +02:00
axis
babl
beecrypt beecrypt: update from 4.1.2 to 4.2.1 2013-12-15 11:25:56 +02:00
boehm-gc
boolstuff boolstuff: update from 0.1.13 to 0.1.14 2013-12-18 18:18:20 +02:00
boost preferLocalBuild: set to true for wrappers and fetchers 2014-02-10 21:04:17 +01:00
botan
box2d
buddy
bullet
bwidget bwidget: update from 1.9.5 to 1.9.7 2013-12-18 18:18:20 +02:00
c-ares Fix meta.maintainer -> meta.maintainers 2014-04-23 14:26:32 +02:00
c-library
caelum Mark more packages as broken 2013-11-04 21:11:00 +01:00
cairo Fix some "meta.licenses" attributes 2014-01-25 03:04:46 +01:00
cairomm Fix some "meta.licenses" attributes 2014-01-25 03:04:46 +01:00
capnproto capnproto: Add package 2014-04-25 11:18:18 -04:00
capstone capstone: attempt to fix Linux build, remove Darwin build 2014-04-11 21:41:14 -05:00
ccrtp ccrtp: update from 2.0.3 to 2.0.6 2013-12-18 18:18:21 +02:00
celt celt: update from 0.11.1 to 0.11.3 2013-12-18 18:18:21 +02:00
cfitsio
CGAL cgal: expression cleanup 2014-01-25 10:19:04 +01:00
cgui
check check: update from 0.9.11 to 0.9.12 2014-03-14 11:16:56 +01:00
chipmunk chipmunk: update from 6.0.3 to 6.1.5 2013-12-18 18:18:21 +02:00
chmlib
chromaprint chromaprint: update from 0.7 to 1.1 2013-12-15 11:27:17 +02:00
cil
cil-aterm
cl-ppcre
clanlib
classads classads: add a missing dependency 2013-12-15 11:38:20 +02:00
clearsilver
cln cln: update from 1.3.1 to 1.3.3 2013-12-04 06:28:54 +02:00
cloog
cloog-ppl cloogppl: patch to use ppl version 1.0 (close #2236) 2014-05-11 14:34:32 +02:00
clucene-core Allow Dovecot to build with clucene, and on any Unix 2014-05-05 20:53:32 -05:00
clutter Merge master into x-updates 2013-12-18 23:21:29 +01:00
clutter-gst clutter-gst: new package 2014-02-21 09:52:31 +01:00
clutter-gtk clutter-gtk: enable gobject introspection 2014-03-22 23:09:38 +08:00
cminpack cminpack: update from 1.1.2 to 1.3.2 2013-12-18 18:18:22 +02:00
cogl cogl: Compile with gstreamer 2014-02-21 09:52:31 +01:00
coin3d Merge branch 'origin/master' into stdenv-updates. 2013-10-18 18:57:24 +02:00
commoncpp2
concurrencykit concurrencykit: version 0.4.1 2014-03-31 20:49:50 -05:00
config-support
confuse
coprthr coprthr: ensure we use the right perl 2014-05-07 15:34:21 -05:00
coredumper
cppnetlib
cppunit cppunit: Support Darwin 2014-01-13 15:55:22 +01:00
cracklib cracklib: update from 2.8.16 to 2.9.1 2013-12-18 18:18:23 +02:00
crypto++
ctl
cyrus-sasl Move all db4 packages to the default db5 2014-02-15 12:03:02 +01:00
db db: Berkely DB (was) licensed under Sleepycat by default 2014-03-24 20:01:26 -05:00
dbus dbus: minor update 1.8.0 -> .2 2014-05-03 11:31:28 +02:00
dbus-cplusplus
dbus-glib gbus_glib: maintenance update 0.100.2 -> 0.102 2014-02-12 21:53:00 +01:00
dclib
despotify
directfb directfb: add meta attributes 2014-02-01 14:03:44 +01:00
dotconf
dotnetfx35
dotnetfx40
dssi
dxflib
eglibc
eigen eigen2: update from 2.0.16 to 2.0.17 2013-12-04 15:17:42 +02:00
enchant
enet enet: update from 1.3.1 to 1.3.9 2013-12-18 18:18:26 +02:00
enginepkcs11
error-support
esdl Revert "esdl: update from 1.0.1 to 1.2" 2013-12-21 02:28:24 +02:00
eventlog More description fixes 2013-10-06 12:01:38 +02:00
exempi Add gnome3.nautilus and remove gnome2.nautilus (didn't compile) 2014-01-10 01:45:34 +01:00
exiv2 exiv2: update from 0.23 to 0.24 2014-02-04 21:58:25 +02:00
exosip
expat
faac faac is redistributable, hydra is allowed to build it. 2014-04-10 11:57:20 +02:00
faad2
facile Fix compilation of ocaml-facile with OCaml 4.xx 2014-03-19 08:46:17 +01:00
farsight2
farstream Update/fix farstream: Gajim now at least builds 2014-02-02 19:21:07 +04:00
fcgi
fdk-aac add fdk-aac-0.1.3 2014-01-05 09:02:47 -06:00
ffmpeg Update ffmpeg to 2.2.2 2014-05-08 00:52:38 +12:00
ffms ffms: upgrade to 2.19 2013-12-23 10:25:16 +01:00
fftw fftw: minor update and major refactoring 2014-01-01 13:05:56 +01:00
flann
flite Unmaintain a bunch of packages 2014-01-21 22:34:41 -05:00
fltk tigervnc: fix ctrl-* keys, eg ctrl-c ctrl-v ctrl-d by applying patch to fltk 2014-01-28 16:10:12 +01:00
fmod fmod: 4.44.32 -> 4.44.33 2014-04-28 15:27:40 -05:00
fontconfig Shut up warning about missing fonts.dtd 2014-04-29 12:27:03 +02:00
fox fox_1_6: update from 1.6.48 to 1.6.49 2013-12-18 18:18:27 +02:00
freealut
freeglut
freeimage
freetds Unmaintain a bunch of packages 2014-01-21 22:34:41 -05:00
freetts
freetype
fribidi
ftgl
funambol
gamin gamin: don't change hashes on non-darwin 2013-09-14 16:52:01 +02:00
ganv ganv and raul: set linux as a platform 2014-03-09 20:33:35 +01:00
gd
gdal gdal: add libtiff to buildInputs as well (fix build) 2013-12-25 11:11:59 +01:00
gdbm gdbm: update from 1.10 to 1.11 2014-01-21 20:20:29 +01:00
gdk-pixbuf gdk-pixbuf: check for writable $out/.., closes #2115 2014-04-22 21:10:16 +02:00
gdome2
gegl gegl: fix CVE-2012-4433 via an Arch patch 2014-02-05 21:38:03 +01:00
geoclue changes in: redshift, geoclue, libsoup 2013-10-29 16:25:31 +01:00
geoip Make geoip buildable on any Unix 2014-05-09 13:33:42 +02:00
geos geos: update from 3.3.8 to 3.4.2 2013-12-12 03:11:34 +02:00
gettext gettext: strip trailing whitespace 2013-09-23 11:14:42 +02:00
ggz_base_libs
giblib
giflib add git repositry and meta.branch 2014-04-03 07:55:17 +03:00
git2 libgit2: add threadsafe 2014-01-10 01:45:33 +01:00
glew Merge 'mingw-w64' and 'darwin' into cross-win-osx. 2014-03-12 10:16:51 +01:00
glfw glfw: Update packaging and add v3 2014-02-07 16:05:28 +00:00
glib glib gschemas hook: fixup #1901 2014-04-05 13:01:51 +02:00
glib-networking glib_networking: big update, cleanup, meta added 2014-03-11 21:56:28 +01:00
glibc/2.19 glibc: fix a math problem by upstream patch 2014-03-08 10:23:38 +01:00
glibmm glibmm: update (after a long time), drop unneeded dep 2013-12-10 17:11:24 +01:00
glm glm: new package 2014-01-18 19:05:32 +01:00
glog add glog 0.3.3 2014-01-24 15:51:04 +01:00
glpk glpk: update from 4.47 to 4.52.1 2013-12-12 03:11:34 +02:00
gmime gmime: update from 2.6.15 to 2.6.19 2013-12-10 11:57:15 +02:00
gmm
gmp gmp: update 5.1.x branch to version 5.1.3 2014-01-13 17:05:45 +01:00
gnet
gnu-efi gnu-efi: Fix build 2014-01-18 11:49:59 -05:00
gnutls gnutls: minor update to fix API+ABI breakage 2014-03-21 07:02:56 +01:00
gobject-introspection gtk+3 core stack: update to 3.12 2014-03-27 20:53:50 +01:00
goocanvas
google-gflags google-gflags: add 2.0 2014-02-11 07:53:13 +08:00
gperftools gperftools: upgrade to 2.1 2013-12-23 10:21:18 +01:00
gpgme gpgme: update from 1.4.1 to 1.4.3 2013-12-04 15:17:41 +02:00
grantlee grantlee: update from 0.3.0 to 0.4.0 2013-12-04 06:58:25 +02:00
gsasl gsasl: fix build on Darwin (close #2260, fixes #2259) 2014-04-14 21:38:23 +02:00
gsl Merge glibc-2.18 branch into stdenv-updates 2013-12-28 18:51:23 +01:00
gsm
gsoap
gss
gssdp gupnp-tools and releated packages: fix and update 2014-01-30 18:58:59 +01:00
gstreamer gst-plugins-base: update from 1.2.3 to 1.2.4 (in #2440) 2014-05-06 18:43:01 +02:00
gtest gtest: New package, the google c++ testing framework. 2013-11-11 16:51:23 +01:00
gtk-sharp-1 gtk-sharp-1: fix include problem 2014-01-11 19:37:34 +01:00
gtk-sharp-2
gtk+ gtk3: bugfix update 3.12.0 -> .1 2014-04-12 20:25:15 +02:00
gtkdatabox
gtkimageview
gtkmathview
gtkmm fetchurl_gnome -> fetchurlGnome 2014-05-08 15:30:17 +02:00
gtkmozembed-sharp
gtksourceview-sharp
gtkspell Add gtkspell3 2014-01-10 01:45:34 +01:00
gts Fix some meta.platforms attributes to build more stuff on Darwin 2013-11-05 10:46:59 +01:00
gupnp Use version variables for easier upgrading 2014-01-30 18:58:59 +01:00
gupnp-av Use version variables for easier upgrading 2014-01-30 18:58:59 +01:00
gupnp-igd
gusb colord, gusb: package. 2013-09-15 11:53:11 +03:00
gvfs Fix gsettings schemas usage for several packages due to #1901 2014-04-06 11:02:21 +02:00
gwenhywfar aqbanking, gwenhywfar: add license info 2014-02-23 12:44:18 +01:00
hamlib Use name and pname to follow conventions 2014-05-11 18:17:12 -04:00
harfbuzz harfbuzz: minor update 0.9.27 -> .28 2014-05-03 11:31:27 +02:00
haskell Re-write the Haskell Platform out of haskell-defaults.nix. 2014-05-14 14:59:52 +02:00
hawknl
herqq
hspell
http-parser Fix meta.maintainer -> meta.maintainers 2014-04-23 14:26:32 +02:00
hunspell More description fixes 2013-10-06 12:01:38 +02:00
hwloc
ibus Fix gsettings schemas usage for several packages due to #1901 2014-04-06 11:02:21 +02:00
icu Fix icu4c expression for latest gcc (fixes #2341) 2014-04-21 09:22:33 -05:00
id3lib
iksemel
ilbc
ilixi ilixi: new package 2014-02-01 16:12:27 +01:00
ilmbase
imlib
imlib2 imlib2: Remove @my_libs@ from config.in. 2014-03-04 13:03:08 +01:00
incrtcl incrtcl: update from 3.4b1 to 3.4.1 2013-12-15 13:08:19 +02:00
indilib
iniparser
intel-tbb
irrlicht
isl Merge master into stdenv-updates 2014-01-20 19:39:28 +01:00
iso-codes isocodes: update from 3.49 to 3.51 2014-02-24 22:04:40 +01:00
itk Unconditionally compile itk with shared libs 2014-03-14 20:18:17 -04:00
jama
jansson jansson: update from 2.4 to 2.5 2013-12-16 01:36:19 +02:00
jasper
java junixsocket: Support Darwin 2014-01-28 12:10:28 +01:00
javascript/jquery-ui jquery-ui: Update to 1.10.4 2014-05-09 13:28:31 +02:00
jbig2dec
json-c json-c: update to 0.12, fixing CVE-2013-{6370,6371} 2014-05-03 21:30:48 +02:00
json-glib fetchurl_gnome -> fetchurlGnome 2014-05-08 15:30:17 +02:00
jsoncpp Add JsonCpp v0.6.0 2013-10-24 11:12:31 +03:00
judy
kdevplatform kdevelop: Update to 4.6. 2014-03-11 18:36:16 +01:00
kerberos Move all db4 packages to the default db5 2014-02-15 12:03:02 +01:00
keybinder keybinder: remove redundant arg 2014-03-14 13:28:41 +01:00
lcms
lcms2
ldns
lensfun lensfun: update from 0.2.5 to 0.2.7 2013-12-04 06:31:25 +02:00
leptonica leptonica: update from 1.68 to 1.69 2013-12-18 18:18:33 +02:00
lesstif lesstif: fix build on Darwin 2014-03-03 21:13:36 +11:00
lesstif-0.93
leveldb More description fixes 2013-10-06 12:01:38 +02:00
levmar
lgi awesome-3-5: add expression and nixos module 2013-11-20 01:05:09 +00:00
lib3ds
libaacs
libaal
libalkimia
libao
libarchive libarchive: move patch into nixpkgs 2014-04-21 17:57:20 +02:00
libass libass: update to 0.11.1, add more meta attributes 2014-03-02 12:35:57 +01:00
libassuan libassuan: update from 2.0.3 to 2.1.1 2014-02-04 21:58:25 +02:00
libassuan1
libav libav: Disable tests 2014-05-07 14:02:25 +02:00
libavc1394
libbluedevil
libbluray
libbsd
libc++ llvm: Split llvmFull into separate derivations 2014-01-20 20:33:06 -05:00
libc++abi Add full llvm build, update libc++ and dragonegg 2014-01-20 05:42:38 -05:00
libcaca libcaca: update from 0.99.beta17 to 0.99.beta18 2013-12-18 18:18:34 +02:00
libcanberra
libcangjie Update libcangjie 1.1 2014-02-02 19:39:24 +08:00
libcdaudio
libcddb libcddb: update from 1.3.0 to 1.3.2 2013-12-15 13:16:57 +02:00
libcdio libcdio-0.82 for abcde 2014-02-02 21:31:16 +01:00
libcdr
libcello
libchamplain
libchop Move all db4 packages to the default db5 2014-02-15 12:03:02 +01:00
libcm
libconfig nixpkgs-lint: add the platforms meta attr for most of my packages 2014-03-16 12:08:26 +01:00
libctemplate
libcue libcue: update from 1.3.0 to 1.4.0 2013-12-04 06:25:05 +02:00
libdaemon Fix more evaluation errors on Hydra. 2013-12-11 12:08:19 +01:00
libdbi
libdbi-drivers
libdbusmenu-qt
libdc1394 libdc1394: update from 2.2.0 to 2.2.1 2013-12-18 18:18:34 +02:00
libdc1394avt Mark more packages as broken 2013-11-04 21:11:00 +01:00
libdevil Fix a bunch of Hydra evaluation errors 2013-10-07 17:36:47 +02:00
libdiscid
libdivsufsort
libdmtx libdmtx: update from 0.7.2 to 0.7.4 2013-12-18 18:18:34 +02:00
libdnet
libdrm libdrm: minor update 2.4.52 -> .54 2014-05-06 18:43:01 +02:00
libdv
libdvbpsi
libdvdcss libdvdcss: update from 1.2.10 to 1.2.13 2013-12-18 18:18:35 +02:00
libdvdnav
libdvdread libdvdread: update to 4.2.1 2014-04-04 16:04:26 +02:00
libdwarf
libdwg
libeatmydata libeatmydata: update from 65 to 82 2013-12-16 01:36:19 +02:00
libebml Updating mkvtoolnix, libebml, libmatroska to latest versions. 2013-11-05 23:20:27 +01:00
libedit libedit: add FreeBSD support 2013-10-31 00:47:33 +01:00
libee
libelf
libestr libestr: update from 0.1.4 to 0.1.9 2013-12-04 05:05:56 +02:00
libev libev: bump 2014-02-19 20:03:30 -05:00
libevent libevent: fix event_rpcgen.py 2014-05-07 15:34:21 -05:00
libewf
libexif
libextractor libextractor: update from 1.0.1 to 1.2 2013-12-21 02:28:26 +02:00
libexttextcat
libf2c
libffcall
libffi libffi on FreeBSD: remove unsupported "-r" option to ln 2013-09-15 07:57:48 +02:00
libfixposix
libfm Claim maintainership of recently added packages 2014-03-07 11:23:30 -06:00
libftdi
libgadu
libgcrypt libgcrypt/cross: Fix build for mingw-w64. 2014-03-03 22:38:48 +01:00
libgdata add gnome3.libgdata and liboauth 2014-01-21 14:11:19 +01:00
libgdiplus libgdiplus: fix build against giflib 5.* 2013-12-07 14:34:52 +02:00
libgeotiff
libgig nixpkgs-lint: add the platforms meta attr for most of my packages 2014-03-16 12:08:26 +01:00
libgnome-keyring
libgpg-error libgcrypt/cross: Fix build for mingw-w64. 2014-03-03 22:38:48 +01:00
libgphoto2 Update libgphoto2 2014-03-08 21:13:00 +04:00
libgpod libgpod: update from 0.8.2 to 0.8.3 2013-12-04 06:32:32 +02:00
libgsf libgsf: maintenance update to fix build with new glib 2014-03-27 22:47:29 +01:00
libgtop libgtop: update from 2.28.4 to 2.28.5 2013-12-11 09:47:45 +02:00
libharu
libical libical: upgrade to 1.0 2013-09-28 22:00:03 +02:00
libicns
libiconv Fix some meta.platforms attributes to build more stuff on Darwin 2013-11-05 10:46:59 +01:00
libid3tag More description fixes 2013-10-06 12:01:38 +02:00
libidn libidn: update from 1.25 to 1.28 2013-12-13 22:57:47 +02:00
libiec61883
libimobiledevice libimobiledevice: 1.0.6 -> 1.0.7 2013-09-24 17:32:27 +02:00
libinfinity libinfinity: update from 0.5.4 to 0.5.5 2014-03-01 05:19:40 +02:00
libiodbc
libiptcdata
libixp_for_wmii
libjpeg libjpeg_original: add optional static builds 2014-04-01 01:58:53 +02:00
libjpeg-turbo libjpeg(_turbo): minor update 1.3.0 -> .1 2014-03-23 12:25:20 +01:00
libjson
libjson-rpc-cpp libjson-rpc-cpp: minor fixes to the expression. 2013-12-13 17:33:13 +01:00
libkate
libkolab
libkolabxml
libksba
libktorrent KTorrent: Fix URLs. 2014-03-15 21:31:58 +01:00
libkvkontakte
liblastfm liblastfm: update from 1.0.7 to 1.0.8 2014-02-13 19:09:47 +02:00
liblastfmSF
liblikeback
liblo
liblockfile More description fixes 2013-10-06 12:01:38 +02:00
liblqr-1
liblscp nixpkgs-lint: add the platforms meta attr for most of my packages 2014-03-16 12:08:26 +01:00
libmad
libmatchbox
libmatroska Updating mkvtoolnix, libebml, libmatroska to latest versions. 2013-11-05 23:20:27 +01:00
libmbim ModemManager: 0.5.4.0 -> 0.7.991 2014-02-08 20:17:00 +01:00
libmcrypt More description fixes 2013-10-06 12:01:38 +02:00
libmcs
libmemcached libmemcached: update from 1.0.8 to 1.0.18 2014-03-01 05:17:16 +02:00
libmhash
libmicrohttpd libmicrohttpd: Disable tests 2014-04-22 10:05:51 +02:00
libmikmod
libmilter libmilter: update from 8.14.4 to 8.14.8 2014-02-24 22:04:40 +01:00
libmms libmms: bugfix update, including CVE-2014-2892 2014-05-03 11:38:20 +02:00
libmng libmng: update 1.0.10 -> 2.0.2, drop autotools phase 2013-12-23 18:10:54 +01:00
libmnl
libmodplug
libmowgli
libmpcdec
libmpeg2
libmrss
libmsgpack add libmsgpack C/C++ library (close #2059) 2014-03-29 14:38:53 +01:00
libmsn libmsn: fix build with >=gcc-4.7 by a debian patch 2014-01-05 11:42:22 +01:00
libmspack libsmpack: fetch from fedora (close #1598) 2014-01-26 10:13:14 +01:00
libmtp libmtp: update from 1.1.5 to 1.1.6 2013-12-18 18:18:35 +02:00
libmusclecard Mark more packages as broken 2013-11-04 21:11:00 +01:00
libmusicbrainz libmusicbrainz5: new major version 2014-04-08 13:39:51 +02:00
libnatspec
libnet More description fixes 2013-10-06 12:01:38 +02:00
libnetfilter_conntrack libnetfilter_conntrack: update from 1.0.2 to 1.0.4, potentially fixes CVE-2012-2671 2013-12-04 05:39:21 +02:00
libnetfilter_queue
libnfnetlink More description fixes 2013-10-06 12:01:38 +02:00
libnfsidmap
libnice
libnih
libnotify libnotify: enable gobject introspection 2014-04-14 09:58:04 +02:00
libnova libnova: update from 0.12.1 to 0.12.3 2013-12-13 22:56:00 +02:00
libnxml
liboauth liboauth: update from 1.0.1 to 1.0.2 2014-04-03 07:54:09 +03:00
libofa
libofx libofx: update from 0.9.4 to 0.9.9 2013-12-04 06:33:25 +02:00
libogg libogg: update from 1.3.0 to 1.3.1 2013-12-18 18:18:36 +02:00
liboggz
liboil
liboop More description fixes 2013-10-06 12:01:38 +02:00
libopensc-dnie libopensc-dnie: fix reference to opensc 2013-12-02 13:26:28 +01:00
libopus libopus: Allow to enable custom modes. 2014-04-19 03:58:45 +02:00
libossp-uuid Use a short and long description for libossp-uuid 2014-01-18 23:28:16 +01:00
libotr add repositories.git to several packages 2014-02-14 09:34:30 +02:00
libp11
libpaper
libpar2
libpcap libpcap: update from 1.4.0 to 1.5.3 2014-02-24 22:04:40 +01:00
libpipeline libpipeline: Add package 2014-02-15 12:16:19 +01:00
libplist
libpng Merge pull request #1928 from 'cross-win-osx'. 2014-04-21 10:00:35 +02:00
libproxy libproxy: update from 0.4.7 to 0.4.11, potentially fixes CVE-2012-4504 2013-12-13 00:00:48 +02:00
libpseudo
libpwquality libpwquality: factor out from gnome-control-center 2014-04-04 16:14:59 +02:00
libqalculate
libqglviewer
libqmi libqmi: 1.0 -> 1.8.0, move outside gnome3 namespace, fix build 2014-02-08 20:17:00 +01:00
libraw libraw: package 0.16.0 2014-02-13 04:26:42 +02:00
libraw1394
librdf Move all db4 packages to the default db5 2014-02-15 12:03:02 +01:00
libre
librem
libresample libresample: Add package 2014-04-05 20:54:47 +02:00
librsvg librsvg: comment on why the version isn't updated 2013-11-18 20:51:06 +01:00
librsync
libsamplerate libsamplerate: update from 0.1.7 to 0.1.8 2013-12-18 18:18:36 +02:00
libsearpc Set meta.platforms attribute to platforms.linux for Seafile packages and their prerequisites 2014-02-28 17:24:43 +01:00
libseccomp libseccomp: attempt to fix Hydra build 2014-04-11 21:37:19 -05:00
libsecret libsecret: update from 0.15 to 0.16 2013-12-04 06:34:34 +02:00
libsexy
libshout
libsigcxx libsigcxx: update from 2.2.11 to 2.3.1 2014-04-09 12:41:10 +02:00
libsigsegv
libsndfile libsndfile: update from 1.0.23 to 1.0.25 2013-12-18 18:18:37 +02:00
libsodium libsodium: update from 0.4.3 to 0.4.5 2013-12-13 22:52:34 +02:00
libsoup libsoup: enable introspection (gnome3 stuff needs it) 2014-02-01 10:13:06 +01:00
libspatialindex
libspatialite
libspectre
libspotify libspotify: unmaintain 2014-02-03 18:38:01 -05:00
libssh libssh: update, incl. features and CVE-2014-0017 fix 2014-03-05 21:33:56 +01:00
libssh2
libtasn1 libtasn1: major update 2.14 -> 3.4 2014-03-29 18:38:46 +01:00
libtheora
libtiff libtiff on darwin: attempt to fix build 2013-12-25 18:51:35 +01:00
libtiger
libtommath
libtorrent-rasterbar libtorrentRasterbar: update from 0.16.15 to 0.16.16 2014-03-26 12:57:10 +02:00
libtoxcore Updating toxic and toxcore to newer code. 2014-02-24 19:18:15 +01:00
libtsm Add kmscon, a kms-based replacement for kernel VTs 2014-01-15 00:58:46 -05:00
libtunepimp
libtxc_dxtn libtxc_dxtn: get rid of duplicate package, clean up build script. 2013-10-18 22:34:27 +03:00
libtxc_dxtn_s2tc libtxc_dxtn_s2tc: add v1.0 (close #2194) 2014-04-10 20:19:49 +02:00
libunibreak Fix meta.maintainer -> meta.maintainers 2014-04-23 14:26:32 +02:00
libunique libunique: fix build, make the package unique 2013-11-17 22:26:49 +01:00
libunistring
libunwind libunwind: propagate xz 2013-12-21 10:48:53 +02:00
liburcu lttng project: update from 2.3.0 to 2.4.1 2014-04-13 10:47:16 +02:00
libusb
libusb1 libusb1: minor update x-1.0.17 -> 1.0.18 (joined) 2014-02-01 12:46:28 +01:00
libva Revert "upgrade video-intel stack to 2.99.906" 2014-02-19 12:37:49 +01:00
libvdpau libvdpau: minor update 0.6 -> 0.7 2013-11-16 21:36:05 +01:00
libviper libviper: update from 1.4.5 to 1.4.6 2013-12-13 22:46:34 +02:00
libvirt nixpkgs: Bump libvirt to 1.2.4 2014-05-09 13:29:15 +02:00
libvirt-glib virt-manager: update to 1.0.1, fix & update dependencies, gtk3 support 2014-04-05 18:37:05 +02:00
libvisio
libvisual
libvncserver fix tarball test 2013-10-21 10:40:30 +02:00
libvorbis
libvpx libvpx: Don't install static library 2014-01-20 14:58:09 +01:00
libvterm
libwacom Add gnome3.gnome_settings_daemon 2014-01-19 23:15:00 +01:00
libwebp libwebp: Enable (de)mux and decoder. 2014-04-19 03:58:40 +02:00
libwmf
libwnck Bump libwnck3 and pygobject3, and enable introspection 2014-01-05 23:50:25 +01:00
libwpd libwpd: update from 0.9.5 to 0.9.9 2013-12-13 22:40:20 +02:00
libwpg libwpg: update from 0.2.1 to 0.2.2 2013-12-13 22:38:42 +02:00
libx86
libxdg-basedir
libxkbcommon update wayland deps needed for gtk+ 3.10 2013-10-05 21:27:32 +02:00
libxklavier libxklavier: add gobject introspection support 2014-04-08 13:39:50 +02:00
libxmi
libxml2 libxml2 w/o python --with-python=no on all systems 2013-12-16 21:30:36 +01:00
libxmlxx libxmlxx: update from 2.30.1 to 2.37.1 2014-02-13 19:09:47 +02:00
libxslt Merge master into stdenv-updates 2013-12-29 10:01:22 +01:00
libyaml libyaml: minor update to fix CVE-2014-2525 2014-04-01 11:30:16 +02:00
libyaml-cpp
libyubikey Add myself as a maintainer for ykpers and libyubikey 2014-01-29 18:05:17 +01:00
libzdb Set meta.platforms attribute to platforms.linux for Seafile packages and their prerequisites 2014-02-28 17:24:43 +01:00
libzip libzip: update from 0.11.1 to 0.11.2 2014-02-24 22:04:40 +01:00
libzrtpcpp
lightning
lirc
log4cplus log4cplus: update from 1.0.4 to 1.1.2 2013-12-18 18:18:38 +02:00
log4cpp log4cpp: update from 1.1 to 1.1.1 2013-12-16 01:36:19 +02:00
log4cxx Move all db4 packages to the default db5 2014-02-15 12:03:02 +01:00
loudmouth
lzo
martyr
mdds Add older mdds as libreoffice does not build with current version. 2013-12-22 20:29:07 +02:00
mediastreamer mediastreamer: fix build by updating 2014-04-19 22:06:22 +02:00
menu-cache Claim maintainership of recently added packages 2014-03-07 11:23:30 -06:00
mesa mesa: bugfix update 10.1.1 -> .2 2014-05-06 18:43:01 +02:00
mesa-glu
ming
minixml minixml: upgrade from 2.6 to 2.8 2014-02-19 21:58:43 +01:00
minizip minizip: New package based on zlib derivation. 2014-04-19 03:58:40 +02:00
minmay
mlt Updating mlt to 0.9.0. 2013-09-24 09:22:55 +02:00
mp4v2
mpc
mpfr
mpich2
mps mps: broken on Darwin unfortunately 2014-03-29 19:30:13 -05:00
msilbc
mtdev Unmaintain a bunch of packages 2014-01-21 22:34:41 -05:00
muparser
mygui
mysocketw
mythes
nanomsg nanomsg: new package 2013-11-16 17:06:12 +01:00
ncbi
ncurses Merge #1633: --enable-symlinks in ncurses and e2fsprogs 2014-04-02 19:05:56 +02:00
neon
netcdf
nettle
newt newt: update from 0.52.14 to 0.52.15 2013-12-13 23:03:31 +02:00
nlopt
npapi-sdk npapi-sdk: New package 2014-03-26 21:07:36 +01:00
npth
nspr nspr: Update to 4.10.4 2014-04-22 14:55:00 +02:00
nss nss: Update to 3.16 2014-04-22 14:55:51 +02:00
ntrack Fix ntrack for latest libnl release 2013-12-07 01:38:02 -06:00
ode ode: update from 0.11.1 to 0.12 2013-12-21 02:28:24 +02:00
ogre
ogrepaged
ois
oniguruma oniguruma: update from 5.9.3 to 5.9.4 2013-12-21 02:28:24 +02:00
opal
openal
openal-soft
openbabel openbabel: update from 2.3.1 to 2.3.2 2013-12-04 06:36:16 +02:00
opencascade Updating opencascade_oce to 0.14.1 2014-01-15 16:42:42 +01:00
opencolorio opencolorio: update from 1.0.8 to 1.0.9 2014-02-19 22:49:07 +01:00
opencsg
openct
opencv opencv: update from 2.4.5 to 2.4.7 2013-12-18 18:18:38 +02:00
opendbx
opendkim opendkim: update from 2.4.2 to 2.4.3 2013-12-13 23:05:10 +02:00
openexr
openexr_ctl
openjpeg openjpeg: update to 2.0.0 2013-09-15 11:39:24 +02:00
openldap Changed URL to upstream, as the old URL was dead 2014-05-04 19:58:16 +02:00
openmpi Adopt more packages. 2014-01-28 18:11:00 +01:00
openscenegraph
openssl Merge pull request #1928 from 'cross-win-osx'. 2014-04-21 10:00:35 +02:00
ortp
osip
p11-kit p11_kit: update from 0.20.1 to 0.20.2 2014-02-27 18:56:09 +02:00
pango pango on darwin: amend the wrong fix 2014-04-11 09:57:26 +02:00
pangomm set all licenses to be attributes (and wait for Nix 1.7) 2014-03-12 21:20:43 +01:00
pangox-compat
pangoxsl
pcl
pcre Use mingw-w64 for 32bit Windows builds as well. 2014-03-03 22:38:48 +01:00
pdf2htmlex
pdf2xml
pgen
phonon phonon: update from 4.7.0 to 4.7.1 2013-12-18 18:18:39 +02:00
phonon-backend-gstreamer phonon-backend-gstreamer: fix install destination 2013-12-31 10:11:12 +02:00
phonon-backend-vlc phonon_backend_vlc: fix build by adding pkgconfig 2014-01-19 18:00:05 +01:00
php-apc
php-xcache
physfs
pixman pixman: minor update 0.32.2 -> .4 2013-11-23 10:17:52 +01:00
pkcs11helper
plib
pocketsphinx Unmaintain a bunch of packages 2014-01-21 22:34:41 -05:00
podofo
policykit
polkit polkit: fix gobject introspection support 2014-01-26 00:15:51 +01:00
polkit-qt-1
poppler Fixed pkgconfig support for poppler-qt4 2014-04-24 10:52:42 +02:00
popt
portaudio portaudio: update to v19_20140130 2014-02-11 15:56:37 +08:00
portmidi portmidi: New package in version 217. 2013-10-28 20:48:48 +01:00
postgis
ppl
prison
proj
protobuf protobuf: Update to new upstream version 2.5.0. 2013-11-26 02:59:47 +01:00
protobufc
pt-support
ptable-support
pth
ptlib
pupnp libupnp: update from 1.6.6 to 1.6.19, potentially fixes CVE-2012-5958, CVE-2012-5959, CVE-2012-5960 2014-01-10 08:28:58 +01:00
qca2 qca2: Update the source of qca-ossl.cpp to qca's git (anonsvn.kde.org no longer 2014-02-15 12:57:45 +01:00
qhull More description fixes 2013-10-06 12:01:38 +02:00
qimageblitz
qjson
qoauth
qrupdate
qt-3
qt-4.x/4.8 qt48: bugfix update 4.8.5 -> .6 2014-04-29 09:29:11 +02:00
qt-5 qt5: disable parallel building, as it often fails 2014-01-28 11:21:49 +01:00
qt-mobility
qtscriptgenerator
quesoglc
qwt qwt: add version 6.x (we already have 5.x) 2014-05-04 00:11:26 +02:00
rabbitmq-c rabbitmq-c: add version 0.4.1 2013-12-13 17:10:06 +01:00
re2 re2: upgrade to 20140304 2014-05-05 07:32:36 +02:00
readline Adding GNU readline 6.3 apart 2014-03-20 13:00:46 +01:00
rlog
rstore-support
rubberband rubberband: update from 1.7.0 to 1.8.1 2014-02-19 00:15:20 +01:00
ruby_gpgme
ruby_ncursesw_sup sup: Push sup to the latest git commit 2014-03-17 12:04:31 -05:00
sbc Fix some "meta.licenses" attributes 2014-01-25 03:04:46 +01:00
schroedinger
science Add liblbfgs 1.10 2014-05-07 14:22:04 +02:00
scmccid
sdf-library
sdf-support
SDL SDL: Add alsaLib to propagatedNativeBuildInputs. 2014-04-22 05:54:39 +02:00
SDL2 SDL2: update to 2.0.3 2014-03-30 18:32:22 +02:00
SDL2_gfx
SDL2_image
SDL2_mixer
SDL_gfx SDL_gfx: update from 2.0.22 to 2.0.25 2013-12-18 18:18:14 +02:00
SDL_image
SDL_mixer
SDL_net SDL_net: update from 1.2.7 to 1.2.8 2013-12-18 18:18:14 +02:00
SDL_sound
SDL_ttf SDL_ttf: update from 2.0.9 to 2.0.11 2014-03-14 11:16:56 +01:00
serd nixpkgs-lint: add the platforms meta attr for most of my packages 2014-03-16 12:08:26 +01:00
serf serf: fix evaluation on FreeBSD (required for Subversion) 2014-01-23 11:57:37 +01:00
sfml More description fixes 2013-10-06 12:01:38 +02:00
sglr
silgraphite graphite2: enable build on Darwin 2014-03-03 21:57:37 +11:00
simgear simgear: update from 2.12.0 to 2.12.1 2013-12-23 05:20:28 +02:00
slang
slib
smpeg
snack
snappy snappy: update from 1.1.0 to 1.1.1 2013-12-21 02:28:27 +02:00
sodium Updating Sodium crypto library 2013-11-25 10:59:36 +04:00
sofia-sip
soprano soprano: update from 2.9.3 to 2.9.4 2013-12-04 06:51:56 +02:00
soqt
sord nixpkgs-lint: add the platforms meta attr for most of my packages 2014-03-16 12:08:26 +01:00
spandsp
sparsehash add sparsehash-2.0.2 2014-01-02 14:49:23 -06:00
speech-tools
speechd
speex
sphinxbase Unmaintain a bunch of packages 2014-01-21 22:34:41 -05:00
spice
spice-gtk nixpkgs: Bump spice-gtk to 0.24 (close #2571) 2014-05-08 22:56:15 +02:00
spice-protocol More description fixes 2013-10-06 12:01:38 +02:00
sqlite sqlite: update to 3.8.4.3 2014-04-17 13:51:36 +01:00
srtp
startup-notification
stfl
stlport
strigi
suitesparse suitesparse: update from 4.2.0 to 4.2.1 2013-12-14 21:40:52 +02:00
sword Merge master into stdenv-updates 2013-12-29 10:01:22 +01:00
szip
t1lib t1lib: fix build on Darwin 2014-03-03 21:13:37 +11:00
taglib taglib: update from 1.8 to 1.9.1 2014-02-13 04:26:41 +02:00
taglib-extras
talloc
tbb
tclap
tclgpg
tcllib tcllib: update from 1.14 to 1.15 2013-12-23 05:15:00 +02:00
tcltls
tdb
tecla tecla: update to version 1.6.2 2014-01-13 17:14:33 +01:00
telepathy telepathy-glib: update to 0.24.0 2014-04-14 09:58:04 +02:00
thrift thrift: unbreak build 2014-04-23 21:51:21 +02:00
ti-rpc libtirpc: update from 0.2.3 to 0.2.4, potentially fixes CVE-2013-1950 2014-01-15 17:29:14 +01:00
tide-support
tinyxml More description fixes 2013-10-06 12:01:38 +02:00
tk
tnt
tokyo-cabinet
tokyo-tyrant
toolbuslib
tre
tremor
tsocks
ucl
ucommon ucommon: update from 6.0.5 to 6.0.7 2013-12-18 18:18:39 +02:00
unicap Mark more packages as broken 2013-11-04 21:11:00 +01:00
unixODBC unixODBC: update from 2.3.1 to 2.3.2, potentially fixes CVE-2012-2657, CVE-2012-2658 2013-12-04 04:58:50 +02:00
unixODBCDrivers psqlodbc: update from 8.3 to 9.3 (fixes build) 2014-02-03 21:08:27 +01:00
urt
usbredir virt-manager: update to 1.0.1, fix & update dependencies, gtk3 support 2014-04-05 18:37:05 +02:00
ustr
v8 v8: remove old version 3.14 2014-05-05 07:32:37 +02:00
vaapi-intel Revert "upgrade video-intel stack to 2.99.906" 2014-02-19 12:37:49 +01:00
vaapi-vdpau vaapi-vdpau: apply a patch to delete dropped types from VA API 2014-02-18 17:17:24 +01:00
vcdimager More description fixes 2013-10-06 12:01:38 +02:00
vigra Update vigra soure link to match both fresh and aged versions 2014-03-08 16:30:22 +04:00
vmime
vrpn
vtk vtk: Use the Qt libraries as an argument instead of a boolean 2013-10-28 10:00:32 +01:00
vxl Updating vxl from 1.13 to 1.17. 2013-12-30 15:32:51 +01:00
wayland wayland: update 1.3.0 -> 1.4.0 2014-01-25 21:01:40 +01:00
webkitgtk webkitgtk: Fix build with chroot 2014-03-29 05:00:12 -04:00
wildmidi wildmidi: update to 0.3.6 2014-04-13 18:30:24 +02:00
wtk
wvstreams Fix wvdial build by inserting missing unistd.h includes 2014-02-02 19:21:08 +04:00
wxGTK-2.8
wxGTK-2.9
wxGTK-3.0 Adding wxWidgets 3.0.0 2013-12-30 17:35:31 +01:00
x264
xapian
Xaw3d Some description fixes 2013-10-05 19:36:23 +02:00
xbase xbase: fix build with new gcc via a Gentoo patch 2013-10-30 21:40:41 +01:00
xcb-util-cursor awesome-3-5: add expression and nixos module 2013-11-20 01:05:09 +00:00
xercesc xerces-c: Add to channel 2014-01-13 15:55:22 +01:00
xine-lib xineLib: update from 1.2.2 to 1.2.4 2013-12-18 18:18:40 +02:00
xlibs-wrapper preferLocalBuild: set to true for wrappers and fetchers 2014-02-10 21:04:17 +01:00
xmlrpc-c xmlrpc-c: bump 1.25.26 -> .27 2014-04-13 19:16:02 +02:00
xmlsec
xvidcore
yajl yajl: update from 2.0.1 to 2.0.4 2013-12-13 20:56:36 +02:00
zeitgeist zeitgeist: new package 2014-05-02 17:43:02 +02:00
zeroc-ice zeroc-ice: Add package 2014-01-30 22:01:11 -06:00
zeromq add zeromq4 and zeromq4-haskell 2014-05-01 07:52:21 -04:00
zlib Merge pull request #1928 from 'cross-win-osx'. 2014-04-21 10:00:35 +02:00
zziplib Fix some "meta.licenses" attributes 2014-01-25 03:04:46 +01:00