accounts-qt: Qt infrastructure update
This commit is contained in:
parent
2a8b6959cc
commit
fef302e3e4
|
@ -1,27 +0,0 @@
|
||||||
{ stdenv, fetchFromGitLab, doxygen, glib, libaccounts-glib, pkgconfig, qt5 }:
|
|
||||||
|
|
||||||
let version = "1.13"; in
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "accounts-qt-${version}";
|
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
|
||||||
sha256 = "1gpkgw05dwsf2wk5cy3skgss3kw6mqh7iv3fadrxqxfc1za1xmyl";
|
|
||||||
rev = version;
|
|
||||||
repo = "libaccounts-qt";
|
|
||||||
owner = "accounts-sso";
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
description = "Qt library for accessing the online accounts database";
|
|
||||||
homepage = "http://code.google.com/p/accounts-sso/";
|
|
||||||
license = licenses.lgpl21;
|
|
||||||
maintainers = with maintainers; [ nckx ];
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [ glib libaccounts-glib qt5.base ];
|
|
||||||
nativeBuildInputs = [ doxygen pkgconfig ];
|
|
||||||
|
|
||||||
configurePhase = ''
|
|
||||||
qmake PREFIX=$out LIBDIR=$out/lib CMAKE_CONFIG_PATH=$out/lib/cmake
|
|
||||||
'';
|
|
||||||
}
|
|
|
@ -6047,8 +6047,6 @@ let
|
||||||
|
|
||||||
accountsservice = callPackage ../development/libraries/accountsservice { };
|
accountsservice = callPackage ../development/libraries/accountsservice { };
|
||||||
|
|
||||||
accounts-qt = callPackage ../development/libraries/accounts-qt/old.nix {};
|
|
||||||
|
|
||||||
acl = callPackage ../development/libraries/acl { };
|
acl = callPackage ../development/libraries/acl { };
|
||||||
|
|
||||||
activemq = callPackage ../development/libraries/apache-activemq { };
|
activemq = callPackage ../development/libraries/apache-activemq { };
|
||||||
|
@ -15798,6 +15796,7 @@ let
|
||||||
### Deprecated aliases - for backward compatibility
|
### Deprecated aliases - for backward compatibility
|
||||||
|
|
||||||
aliases = with self; rec {
|
aliases = with self; rec {
|
||||||
|
accounts-qt = qt5.accounts-qt; # added 2015-12-19
|
||||||
adobeReader = adobe-reader;
|
adobeReader = adobe-reader;
|
||||||
arduino_core = arduino-core; # added 2015-02-04
|
arduino_core = arduino-core; # added 2015-02-04
|
||||||
asciidocFull = asciidoc-full; # added 2014-06-22
|
asciidocFull = asciidoc-full; # added 2014-06-22
|
||||||
|
|
Loading…
Reference in New Issue