treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ xorg.libX11 xorg.libXfixes xorg.libXrandr ];
|
||||
|
||||
makeFlags = "prefix=$(out)";
|
||||
makeFlags = [ "prefix=$(out)" ];
|
||||
|
||||
meta = {
|
||||
homepage = https://uninformativ.de/git/xpointerbarrier;
|
||||
|
||||
Reference in New Issue
Block a user