nixpkgs/pkgs/desktops/plasma-5/plank-player.nix

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

18 lines
269 B
Nix
Raw Normal View History

{ mkDerivation
, extra-cmake-modules
, qtquickcontrols2
, qtmultimedia
, kirigami2
, ki18n
2022-09-15 16:23:51 +00:00
}:
mkDerivation {
pname = "plank-player";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [
qtquickcontrols2
qtmultimedia
kirigami2
ki18n
];
}