Unverified Commit 1f0cc6f4 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

spotifywm: fix build (#443349)

parents 8eaee110 c6cc7bd5
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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