Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 22e40db034 - Show all commits

View File

@@ -198,6 +198,7 @@ let
libffi_3_3
libelf
libxml2
zlib
hwloc
stdenv.cc.cc.lib
];

View File

@@ -8,6 +8,7 @@
, autoconf
, automake
, pkg-config
, zlib
}:
let
@@ -51,5 +52,6 @@ stdenv.mkDerivation rec {
autoconf
automake
pkg-config
zlib
];
}