fix: add wrapQtAppsHook to SDDM theme derivation
This commit is contained in:
@@ -5,6 +5,7 @@ let
|
|||||||
pname = "nomarchy-sddm-theme";
|
pname = "nomarchy-sddm-theme";
|
||||||
version = "1.0";
|
version = "1.0";
|
||||||
src = ../../assets/sddm/nomarchy;
|
src = ../../assets/sddm/nomarchy;
|
||||||
|
nativeBuildInputs = [ pkgs.libsForQt5.qt5.wrapQtAppsHook ];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/share/sddm/themes/nomarchy
|
mkdir -p $out/share/sddm/themes/nomarchy
|
||||||
cp -r * $out/share/sddm/themes/nomarchy/
|
cp -r * $out/share/sddm/themes/nomarchy/
|
||||||
|
|||||||
Reference in New Issue
Block a user