3
0
Fork 0
forked from mirrors/nixpkgs
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
aacskeys
aalib
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
allegro
amrnb
amrwb
apache-activemq
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
aspell Change aspell configure to use $out/lib/aspell 2014-04-16 12:59:27 -05:00
aterm
atk gtk+3 core stack: update to 3.12 2014-03-27 20:53:50 +01:00
atkmm
attica
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
axis
babl
beecrypt
boehm-gc
boolstuff
boost preferLocalBuild: set to true for wrappers and fetchers 2014-02-10 21:04:17 +01:00
botan
box2d
buddy
bullet
bwidget
c-ares Fix meta.maintainer -> meta.maintainers 2014-04-23 14:26:32 +02:00
c-library
caelum
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
celt
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
chmlib
chromaprint
cil
cil-aterm
cl-ppcre
clanlib
classads
clearsilver
cln
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
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
cogl cogl: Compile with gstreamer 2014-02-21 09:52:31 +01:00
coin3d
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
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
enchant
enet
enginepkcs11
error-support
esdl
eventlog
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
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
freealut
freeglut
freeimage
freetds Unmaintain a bunch of packages 2014-01-21 22:34:41 -05:00
freetts
freetype
fribidi
ftgl
funambol
gamin
ganv ganv and raul: set linux as a platform 2014-03-09 20:33:35 +01:00
gd
gdal
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
geoip Make geoip buildable on any Unix 2014-05-09 13:33:42 +02:00
geos
gettext
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
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
gmime
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
gpgme
grantlee
gsasl gsasl: fix build on Darwin (close #2260, fixes #2259) 2014-04-14 21:38:23 +02:00
gsl
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
gtk+ gtk3: bugfix update 3.12.0 -> .1 2014-04-12 20:25:15 +02:00
gtk-sharp-1 gtk-sharp-1: fix include problem 2014-01-11 19:37:34 +01:00
gtk-sharp-2
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
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
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
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
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
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
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
leptonica
lesstif lesstif: fix build on Darwin 2014-03-03 21:13:36 +11:00
lesstif-0.93
leveldb
levmar
lgi
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
libcanberra
libcangjie Update libcangjie 1.1 2014-02-02 19:39:24 +08:00
libcdaudio
libcddb
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
libdaemon
libdbi
libdbi-drivers
libdbusmenu-qt
libdc1394
libdc1394avt
libdevil
libdiscid
libdivsufsort
libdmtx
libdnet
libdrm libdrm: minor update 2.4.52 -> .54 2014-05-06 18:43:01 +02:00
libdv
libdvbpsi
libdvdcss
libdvdnav
libdvdread libdvdread: update to 4.2.1 2014-04-04 16:04:26 +02:00
libdwarf
libdwg
libeatmydata
libebml
libedit
libee
libelf
libestr
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
libexttextcat
libf2c
libffcall
libffi
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
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
libgsf libgsf: maintenance update to fix build with new glib 2014-03-27 22:47:29 +01:00
libgtop
libharu
libical
libicns
libiconv
libid3tag
libidn
libiec61883
libimobiledevice
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
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
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
libmbim ModemManager: 0.5.4.0 -> 0.7.991 2014-02-08 20:17:00 +01:00
libmcrypt
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
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
libmusclecard
libmusicbrainz libmusicbrainz5: new major version 2014-04-08 13:39:51 +02:00
libnatspec
libnet
libnetfilter_conntrack
libnetfilter_queue
libnfnetlink
libnfsidmap
libnice
libnih
libnotify libnotify: enable gobject introspection 2014-04-14 09:58:04 +02:00
libnova
libnxml
liboauth liboauth: update from 1.0.1 to 1.0.2 2014-04-03 07:54:09 +03:00
libofa
libofx
libogg
liboggz
liboil
liboop
libopensc-dnie
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
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
librsync
libsamplerate
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
libsexy
libshout
libsigcxx libsigcxx: update from 2.2.11 to 2.3.1 2014-04-09 12:41:10 +02:00
libsigsegv
libsndfile
libsodium
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
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_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
libunistring
libunwind
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
libviper
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
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
libwpg
libx86
libxdg-basedir
libxkbcommon
libxklavier libxklavier: add gobject introspection support 2014-04-08 13:39:50 +02:00
libxmi
libxml2
libxmlxx libxmlxx: update from 2.30.1 to 2.37.1 2014-02-13 19:09:47 +02:00
libxslt
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
log4cpp
log4cxx Move all db4 packages to the default db5 2014-02-15 12:03:02 +01:00
loudmouth
lzo
martyr
mdds
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
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
ncbi
ncurses Merge #1633: --enable-symlinks in ncurses and e2fsprogs 2014-04-02 19:05:56 +02:00
neon
netcdf
nettle
newt
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
ode
ogre
ogrepaged
ois
oniguruma
opal
openal
openal-soft
openbabel
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
opendbx
opendkim
openexr
openexr_ctl
openjpeg
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-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
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
postgis
ppl
prison
proj
protobuf
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
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
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_image
SDL_mixer
SDL_net
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
sglr
silgraphite graphite2: enable build on Darwin 2014-03-03 21:57:37 +11:00
simgear
slang
slib
smpeg
snack
snappy
sodium
sofia-sip
soprano
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
sqlite sqlite: update to 3.8.4.3 2014-04-17 13:51:36 +01:00
srtp
startup-notification
stfl
stlport
strigi
suitesparse
sword
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
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
tk
tnt
tokyo-cabinet
tokyo-tyrant
toolbuslib
tre
tremor
tsocks
ucl
ucommon
unicap
unixODBC
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
vigra Update vigra soure link to match both fresh and aged versions 2014-03-08 16:30:22 +04:00
vmime
vrpn
vtk
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
xbase
xcb-util-cursor
xercesc xerces-c: Add to channel 2014-01-13 15:55:22 +01:00
xine-lib
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
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