cfitsio: Make configureFlags a list

This commit is contained in:
xbreak 2021-02-13 17:48:41 +00:00
parent 04250bb2fb
commit a2c3335cd3
No known key found for this signature in database
GPG Key ID: 727AA697791BE1F5

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
patches = [ ./darwin-rpath-universal.patch ];
configureFlags = "--with-bzip2=${bzip2.out}";
configureFlags = [ "--with-bzip2=${bzip2.out}" ];
hardeningDisable = [ "format" ];