forked from mirrors/nixpkgs
bspwm: fix package
This commit is contained in:
parent
9c7718d6fc
commit
80a0c5c2fe
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue