treewide: Make all the rest of configureFlags
This commit is contained in:
@@ -10,8 +10,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ boost libtool groff ghostscript libgcrypt ];
|
||||
|
||||
configureFlags = stdenv.lib.optionalString
|
||||
(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