Fix nativeBuildInputs and add cross compilation target #10

Manually merged
abonerib merged 17 commits from abonerib/bscpkgs:CIstrictDeps into master 2025-10-01 15:57:34 +02:00
Showing only changes of commit 6c1d1f3b2b - Show all commits

View File

@ -8,7 +8,6 @@
, gnumake , gnumake
, boost , boost
, mpi , mpi
, gcc
, autoreconfHook , autoreconfHook
, enableOvni ? true , enableOvni ? true
, ovni ? null , ovni ? null
@ -51,7 +50,6 @@ in stdenv.mkDerivation {
autoconf autoconf
automake automake
autoreconfHook autoreconfHook
gcc
gnumake gnumake
libtool libtool
]; ];