attica: drop
as far as I can tell, this file is completely unused. Everything that uses attica uses it from pkgs/development/libraries/kde-frameworks/attica.nix
This commit is contained in:
parent
90a47bad3e
commit
0f1a83cf55
@ -1,20 +0,0 @@
|
||||
{ stdenv, fetchurl, cmake, qt4 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "attica-0.4.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kde/stable/attica/${name}.tar.bz2";
|
||||
sha256 = "1y74gsyzi70dfr9d1f1b08k130rm3jaibsppg8dv5h3211vm771v";
|
||||
};
|
||||
|
||||
buildInputs = [ qt4 ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Library to access Open Collaboration Service providers";
|
||||
license = "LGPL";
|
||||
maintainers = [ maintainers.sander maintainers.phreedom ];
|
||||
inherit (qt4.meta) platforms;
|
||||
};
|
||||
}
|
@ -12072,8 +12072,6 @@ in
|
||||
aspell = aspell.override { searchNixProfiles = false; };
|
||||
};
|
||||
|
||||
attica = callPackage ../development/libraries/attica { };
|
||||
|
||||
attr = callPackage ../development/libraries/attr { };
|
||||
|
||||
at-spi2-core = callPackage ../development/libraries/at-spi2-core { };
|
||||
|
Loading…
Reference in New Issue
Block a user