nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

asciidoc: *Flags are lists

authored by

Robin Gloster and committed by
Jan Tojnar
04c2b2f5 083d3550

+1 -1
+1 -1
pkgs/tools/typesetting/asciidoc/default.nix
··· 259 259 ''; 260 260 261 261 preInstall = "mkdir -p $out/etc/vim"; 262 - makeFlags = if stdenv.isCygwin then "DESTDIR=/." else null; 262 + makeFlags = stdenv.lib.optional stdenv.isCygwin "DESTDIR=/."; 263 263 264 264 meta = with stdenv.lib; { 265 265 description = "Text-based document generation system";