Unverified Commit e94875c7 authored by ocfox's avatar ocfox
Browse files

bencodetools: fix build



Co-authored-by: default avatarOPNA2608 <opna2608@protonmail.com>
parent fbdb99df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
  enableParallelBuilding = true;

  nativeBuildInputs = [
    python3
    (python3.withPackages (ps: with ps; [ distutils ]))
  ];

  # installCheck instead of check due to -install_name'd library on Darwin