libdnet: fix cross build (#370316)

This commit is contained in:
Christian Kögler
2025-01-13 22:32:42 +01:00
committed by GitHub
+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 = ''