treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "shared-desktop-ontologies-0.11.0";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/oscaf/${name}.tar.bz2";
|
||||
sha256 = "1m5vnijg7rnwg41vig2ckg632dlczzdab1gsq51g4x7m9k1fdbw2";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake ];
|
||||
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://oscaf.sourceforge.net/";
|
||||
description = "Ontologies necessary for the Nepomuk semantic desktop";
|
||||
@@ -23,4 +23,3 @@ stdenv.mkDerivation rec {
|
||||
maintainers = [ maintainers.sander ];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user