mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
signon: remove
The library does not build with Qt 5.6 and no packages depend on it. (Why are we building unused packages?)
This commit is contained in:
parent
c6e12e26e5
commit
93369da039
@ -1,18 +0,0 @@
|
||||
{ stdenv, fetchurl, doxygen, qtbase, qmakeHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "signon-${version}";
|
||||
version = "8.57";
|
||||
src = fetchurl {
|
||||
url = "https://gitlab.com/accounts-sso/signond/repository/archive.tar.gz?ref=${version}";
|
||||
sha256 = "1vqkxhmdjk3217k38l2s3wld8x7f4jrbbh6xbr036cn1r23ncni5";
|
||||
};
|
||||
|
||||
buildInputs = [ qtbase ];
|
||||
nativeBuildInputs = [ doxygen qmakeHook ];
|
||||
|
||||
preConfigure = ''
|
||||
qmakeFlags="$qmakeFlags LIBDIR=$out/lib CMAKE_CONFIG_PATH=$out/lib/cmake/SignOnQt5"
|
||||
'';
|
||||
|
||||
}
|
@ -8743,8 +8743,6 @@ in
|
||||
|
||||
qwt = callPackage ../development/libraries/qwt/6.nix { };
|
||||
|
||||
signon = callPackage ../development/libraries/signon { };
|
||||
|
||||
telepathy = callPackage ../development/libraries/telepathy/qt { };
|
||||
|
||||
vlc = lowPrio (callPackage ../applications/video/vlc {
|
||||
|
Loading…
Reference in New Issue
Block a user