forked from mirrors/nixpkgs
asciidoc: *Flags are lists
This commit is contained in:
parent
083d3550a5
commit
04c2b2f52e
|
@ -259,7 +259,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
preInstall = "mkdir -p $out/etc/vim";
|
||||
makeFlags = if stdenv.isCygwin then "DESTDIR=/." else null;
|
||||
makeFlags = stdenv.lib.optional stdenv.isCygwin "DESTDIR=/.";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Text-based document generation system";
|
||||
|
|
Loading…
Reference in a new issue