libdnet: fix cross build (#370316)

authored by Christian Kögler and committed by GitHub 18b6ca21 143a0284

+3 -1
+3 -1
pkgs/by-name/li/libdnet/package.nix
··· 26 automake 27 autoconf 28 pkg-config 29 check 30 ]; 31 - buildInputs = [ libtool ]; 32 33 # .so endings are missing (quick and dirty fix) 34 postInstall = ''
··· 26 automake 27 autoconf 28 pkg-config 29 + ]; 30 + buildInputs = [ 31 check 32 + libtool 33 ]; 34 35 # .so endings are missing (quick and dirty fix) 36 postInstall = ''