flopoco: fix strict deps

move flex from buildInputs to nativeBuildInputs
This commit is contained in:
Reno Dakota 2024-06-19 01:17:23 +00:00
parent f88ef5b4f9
commit 7bf49fe2c1
No known key found for this signature in database

View File

@ -54,12 +54,12 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
bison
cmake
flex
installShellFiles
];
buildInputs = [
boost
flex
gmp
libxml2
mpfi