libunwind: configureFlags should be a list

This commit is contained in:
Jörg Thalheim
2021-01-06 07:08:38 +01:00
parent 5322c1f7d7
commit c11d10fc6a

View File

@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
# Without latex2man, no man pages are installed despite being
# prebuilt in the source tarball.
configureFlags = "LATEX2MAN=${coreutils}/bin/true";
configureFlags = [ "LATEX2MAN=${coreutils}/bin/true" ];
propagatedBuildInputs = [ xz ];