prison: init at 5.33.0
This commit is contained in:
parent
fceb3794a2
commit
9149faf6a9
@ -158,6 +158,7 @@ let
|
|||||||
networkmanager-qt = callPackage ./networkmanager-qt.nix {};
|
networkmanager-qt = callPackage ./networkmanager-qt.nix {};
|
||||||
oxygen-icons5 = callPackage ./oxygen-icons5.nix {};
|
oxygen-icons5 = callPackage ./oxygen-icons5.nix {};
|
||||||
plasma-framework = callPackage ./plasma-framework.nix {};
|
plasma-framework = callPackage ./plasma-framework.nix {};
|
||||||
|
prison = callPackage ./prison.nix {};
|
||||||
solid = callPackage ./solid.nix {};
|
solid = callPackage ./solid.nix {};
|
||||||
sonnet = callPackage ./sonnet.nix {};
|
sonnet = callPackage ./sonnet.nix {};
|
||||||
syntax-highlighting = callPackage ./syntax-highlighting.nix {};
|
syntax-highlighting = callPackage ./syntax-highlighting.nix {};
|
||||||
|
12
pkgs/development/libraries/kde-frameworks/prison.nix
Normal file
12
pkgs/development/libraries/kde-frameworks/prison.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
mkDerivation, lib,
|
||||||
|
extra-cmake-modules,
|
||||||
|
libdmtx, qrencode, qtbase,
|
||||||
|
}:
|
||||||
|
|
||||||
|
mkDerivation {
|
||||||
|
name = "prison";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
|
buildInputs = [ libdmtx qrencode qtbase ];
|
||||||
|
}
|
@ -9754,7 +9754,7 @@ with pkgs;
|
|||||||
knotifyconfig kpackage kparts kpeople kplotting kpty kross krunner
|
knotifyconfig kpackage kparts kpeople kplotting kpty kross krunner
|
||||||
kservice ktexteditor ktextwidgets kunitconversion kwallet kwayland
|
kservice ktexteditor ktextwidgets kunitconversion kwallet kwayland
|
||||||
kwidgetsaddons kwindowsystem kxmlgui kxmlrpcclient modemmanager-qt
|
kwidgetsaddons kwindowsystem kxmlgui kxmlrpcclient modemmanager-qt
|
||||||
networkmanager-qt plasma-framework solid sonnet syntax-highlighting
|
networkmanager-qt plasma-framework prison solid sonnet syntax-highlighting
|
||||||
threadweaver;
|
threadweaver;
|
||||||
|
|
||||||
### KDE PLASMA 5
|
### KDE PLASMA 5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user