kde414: build with kdelibs-4.14.12
Upstream changes to the build system required adjusting many packages' dependencies. On the Nixpkgs side, we no longer propagate the dependency on cmake (to reduce closure size), so downstream dependencies had to be adjusted for most packages that depend on kdelibs.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{ stdenv, fetchurl, kdelibs, libxslt, poppler_qt4 }:
|
||||
{ stdenv, fetchurl, automoc4, cmake, perl, pkgconfig
|
||||
, kdelibs, libxslt, poppler_qt4
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "kbibtex";
|
||||
@@ -15,4 +17,5 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
buildInputs = [ kdelibs libxslt poppler_qt4 ];
|
||||
nativeBuildInputs = [ automoc4 cmake perl pkgconfig ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user