Fix strictDeps mercurium

This commit is contained in:
Aleix Boné 2025-07-23 11:33:00 +02:00
parent 8092140a9c
commit adbee036ef
No known key found for this signature in database

View File

@ -32,19 +32,22 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
buildInputs = [
nativeBuildInputs = [
autoreconfHook
nanos6
gperf
bison
flex
python3
gfortran
pkg-config
sqlite.dev
bison
flex
gperf
gcc
];
buildInputs = [
nanos6
sqlite.dev
];
patches = [ ./intel.patch ];
preConfigure = ''