minuet: init at 17.08.1
This commit is contained in:
parent
c70d5b8657
commit
cccee1ddb7
@ -142,6 +142,7 @@ let
|
|||||||
marble = callPackage ./marble.nix {};
|
marble = callPackage ./marble.nix {};
|
||||||
mbox-importer = callPackage ./mbox-importer.nix {};
|
mbox-importer = callPackage ./mbox-importer.nix {};
|
||||||
messagelib = callPackage ./messagelib.nix {};
|
messagelib = callPackage ./messagelib.nix {};
|
||||||
|
minuet = callPackage ./minuet.nix {};
|
||||||
okteta = callPackage ./okteta.nix {};
|
okteta = callPackage ./okteta.nix {};
|
||||||
okular = callPackage ./okular.nix {};
|
okular = callPackage ./okular.nix {};
|
||||||
pimcommon = callPackage ./pimcommon.nix {};
|
pimcommon = callPackage ./pimcommon.nix {};
|
||||||
|
22
pkgs/applications/kde/minuet.nix
Normal file
22
pkgs/applications/kde/minuet.nix
Normal file
@ -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;
|
||||||
|
}
|
@ -15244,7 +15244,7 @@ with pkgs;
|
|||||||
akonadi akregator ark dolphin ffmpegthumbs filelight gwenview k3b
|
akonadi akregator ark dolphin ffmpegthumbs filelight gwenview k3b
|
||||||
kaddressbook kate kcachegrind kcalc kcolorchooser kcontacts kdenlive kdf
|
kaddressbook kate kcachegrind kcalc kcolorchooser kcontacts kdenlive kdf
|
||||||
kgpg khelpcenter kig kleopatra kmail kmix kolourpaint kompare konsole
|
kgpg khelpcenter kig kleopatra kmail kmix kolourpaint kompare konsole
|
||||||
kontact korganizer krfb kwalletmanager marble okteta okular spectacle;
|
kontact korganizer krfb kwalletmanager marble minuet okteta okular spectacle;
|
||||||
|
|
||||||
kdeconnect = libsForQt5.callPackage ../applications/misc/kdeconnect { };
|
kdeconnect = libsForQt5.callPackage ../applications/misc/kdeconnect { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user