committed by
Raphael Megzari
parent
473525a9f2
commit
96e567cbfe
@@ -0,0 +1,10 @@
|
||||
{ mkDerivation, lib
|
||||
, extra-cmake-modules
|
||||
, kguiaddons, kidletime, kwayland, kwindowsystem, qtbase, wayland-scanner, wayland, wayland-protocols
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
name = "layer-shell-qt";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ kguiaddons kidletime kwindowsystem kwayland qtbase wayland-scanner wayland wayland-protocols ];
|
||||
}
|
||||
Reference in New Issue
Block a user