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

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation {
sha256 = "12f5zzyq2w56g95nni65hc0g5p7154033y2f3qmjvd016szn5qnn";
};
patchFlags = "-p0";
patchFlags = [ "-p0" ];
patches = [
# 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