Merge pull request #27702 from rnhmjoj/bspwm

bspwm: fix package
This commit is contained in:
Joachim F 2017-07-28 05:45:30 +01:00 committed by GitHub
commit 439dfd91ae

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libxcb libXinerama xcbutil xcbutilkeysyms xcbutilwm ];
PREFIX = "$out";
makeFlags = [ "PREFIX=$(out)" ];
meta = with stdenv.lib; {
description = "A tiling window manager based on binary space partitioning";