spotifywm: fix build (#443349)

This commit is contained in:
Rick van Schijndel
2025-09-19 10:33:27 +00:00
committed by GitHub
+5 -1
View File
@@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
libX11,
libxcb,
lndir,
makeBinaryWrapper,
spotify,
@@ -23,7 +24,10 @@ stdenv.mkDerivation {
lndir
];
buildInputs = [ libX11 ];
buildInputs = [
libX11
libxcb
];
installPhase = ''
runHook preInstall