Unverified Commit 1924327c authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

bencodetools: fix build (#345860)

parents e46dc3b8 1e5c59ca
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
{ stdenv
, lib
, fetchFromGitLab
, python3
{
  stdenv,
  lib,
  fetchFromGitLab,
  python3,
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation {
  pname = "bencodetools";
  version = "unstable-2022-05-11";

@@ -24,7 +25,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