Claimed maintainership of the qt-4.5 package
svn path=/nixpkgs/trunk/; revision=16990
This commit is contained in:
parent
7fa38ea9fa
commit
f931c1ccfe
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl
|
{ stdenv, fetchurl, lib
|
||||||
, libXft, libXrender, randrproto, xextproto, libXinerama, xineramaproto, libXcursor, libXmu
|
, libXft, libXrender, randrproto, xextproto, libXinerama, xineramaproto, libXcursor, libXmu
|
||||||
, libXext, libXfixes, inputproto, fixesproto, libXrandr, freetype, fontconfig
|
, libXext, libXfixes, inputproto, fixesproto, libXrandr, freetype, fontconfig
|
||||||
, zlib, libjpeg, mysql, libpng, which, mesa, openssl, dbus, cups, pkgconfig, libtiff, glib
|
, zlib, libjpeg, mysql, libpng, which, mesa, openssl, dbus, cups, pkgconfig, libtiff, glib
|
||||||
@ -72,5 +72,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.qtsoftware.com/downloads/opensource/appdev/linux-x11-cpp;
|
homepage = http://www.qtsoftware.com/downloads/opensource/appdev/linux-x11-cpp;
|
||||||
description = "A cross-platform application framework for C++";
|
description = "A cross-platform application framework for C++";
|
||||||
|
license = "QPL/GPL/LGPL";
|
||||||
|
maintainers = [ lib.maintainers.sander ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -4034,7 +4034,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
qt45 = import ../development/libraries/qt-4.5 {
|
qt45 = import ../development/libraries/qt-4.5 {
|
||||||
inherit fetchurl stdenv zlib libjpeg libpng which mysql mesa openssl cups dbus
|
inherit fetchurl stdenv lib zlib libjpeg libpng which mysql mesa openssl cups dbus
|
||||||
fontconfig freetype pkgconfig libtiff;
|
fontconfig freetype pkgconfig libtiff;
|
||||||
inherit (xlibs) xextproto libXft libXrender libXrandr randrproto
|
inherit (xlibs) xextproto libXft libXrender libXrandr randrproto
|
||||||
libXmu libXinerama xineramaproto libXcursor libXext
|
libXmu libXinerama xineramaproto libXcursor libXext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user