mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
libunwind: configureFlags should be a list
This commit is contained in:
parent
5322c1f7d7
commit
c11d10fc6a
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user