spotifywm: fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user