mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
flopoco: fix strict deps
move flex from buildInputs to nativeBuildInputs
This commit is contained in:
parent
f88ef5b4f9
commit
7bf49fe2c1
@ -54,12 +54,12 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
bison
|
||||
cmake
|
||||
flex
|
||||
installShellFiles
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
boost
|
||||
flex
|
||||
gmp
|
||||
libxml2
|
||||
mpfi
|
||||
|
Loading…
Reference in New Issue
Block a user