depot/pkgs/development/libraries/kde-frameworks/kmediaplayer.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
186 B
Nix
Raw Normal View History

{ mkDerivation
, extra-cmake-modules
, kparts
, kxmlgui
}:
mkDerivation {
pname = "kmediaplayer";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kparts kxmlgui ];
}