gnumake: *Flags are lists

This commit is contained in:
Robin Gloster 2019-10-26 17:39:27 +02:00 committed by Jan Tojnar
parent 1e3c1c9fea
commit a8822b6ec2
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 1 additions and 1 deletions
pkgs/development/tools/build-managers/gnumake/4.2

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation {
sha256 = "12f5zzyq2w56g95nni65hc0g5p7154033y2f3qmjvd016szn5qnn"; sha256 = "12f5zzyq2w56g95nni65hc0g5p7154033y2f3qmjvd016szn5qnn";
}; };
patchFlags = "-p0"; patchFlags = [ "-p0" ];
patches = [ patches = [
# Purity: don't look for library dependencies (of the form `-lfoo') in /lib # Purity: don't look for library dependencies (of the form `-lfoo') in /lib
# and /usr/lib. It's a stupid feature anyway. Likewise, when searching for # and /usr/lib. It's a stupid feature anyway. Likewise, when searching for