Minor changes to reduce kde build deps
This commit is contained in:
parent
f1e50306f8
commit
97b759c92a
5 changed files with 69 additions and 7 deletions
23
default.nix
Normal file
23
default.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{ stdenv, cmake, qt6, wayland, wayland-scanner, wayland-protocols, pkg-config, libsForQt5 }: stdenv.mkDerivation {
|
||||
pname = "layer-shell-qt-nokde";
|
||||
version = "6.0.80";
|
||||
|
||||
src = ./.;
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
pkg-config
|
||||
wayland-scanner
|
||||
libsForQt5.extra-cmake-modules
|
||||
];
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
buildInputs = [
|
||||
qt6.qtbase
|
||||
qt6.qtdeclarative
|
||||
qt6.qtwayland
|
||||
wayland
|
||||
wayland-protocols
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue