kdewebkit: Add package expression
This is one of the requirements of KMyMoney and packaging is quite straightforward with no unexpected traps. Signed-off-by: aszlig <aszlig@nix.build> Cc: @ttuegel
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ mkDerivation, extra-cmake-modules
|
||||
, kconfig, kcoreaddons, kio, kparts, qtwebkit
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
name = "kdewebkit";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ kconfig kcoreaddons kio kparts ];
|
||||
propagatedBuildInputs = [ qtwebkit ];
|
||||
outputs = [ "out" "dev" ];
|
||||
}
|
||||
Reference in New Issue
Block a user