libdnet: fix cross build

This commit is contained in:
FliegendeWurst
2025-01-13 22:09:39 +01:00
parent f28864e00d
commit 422d5e9e28
+4 -2
View File
@@ -26,9 +26,11 @@ stdenv.mkDerivation (finalAttrs: {
automake
autoconf
pkg-config
check
];
buildInputs = [ libtool ];
buildInputs = [
check
libtool
];
# .so endings are missing (quick and dirty fix)
postInstall = ''