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
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

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 ];