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
|
||||
, libXext, libXfixes, inputproto, fixesproto, libXrandr, freetype, fontconfig
|
||||
, zlib, libjpeg, mysql, libpng, which, mesa, openssl, dbus, cups, pkgconfig, libtiff, glib
|
||||
@ -72,5 +72,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://www.qtsoftware.com/downloads/opensource/appdev/linux-x11-cpp;
|
||||
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 {
|
||||
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;
|
||||
inherit (xlibs) xextproto libXft libXrender libXrandr randrproto
|
||||
libXmu libXinerama xineramaproto libXcursor libXext
|
||||
|
Loading…
Reference in New Issue
Block a user