treewide: configureFlags is a flat list
This commit is contained in:
@@ -10,9 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ boost libtool groff ghostscript libgcrypt ];
|
||||
|
||||
configureFlags = [
|
||||
(stdenv.lib.optional (libgcrypt == null) "--without-gcrypt")
|
||||
];
|
||||
configureFlags = stdenv.lib.optional (libgcrypt == null) "--without-gcrypt";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Collection of powerful tools for manipulating EPROM load files";
|
||||
|
||||
Reference in New Issue
Block a user