minuet: init at 17.08.1
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{ mkDerivation
|
||||
, lib, extra-cmake-modules
|
||||
, drumstick, fluidsynth
|
||||
, kcoreaddons, kcrash, kdoctools
|
||||
, qtquickcontrols2, qtsvg, qttools
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
name = "minuet";
|
||||
meta = with lib; {
|
||||
license = with licenses; [ lgpl21 gpl3 ];
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
propagatedBuildInputs = [
|
||||
drumstick fluidsynth
|
||||
kcoreaddons kcrash
|
||||
qtquickcontrols2 qtsvg qttools
|
||||
];
|
||||
enableParallelBuilding = true;
|
||||
}
|
||||
Reference in New Issue
Block a user