bspwm: fix package

This commit is contained in:
rnhmjoj 2017-07-28 05:55:35 +02:00
parent 9c7718d6fc
commit 80a0c5c2fe
No known key found for this signature in database
GPG Key ID: 91BE884FBA4B591A

@ -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";