bencodetools: fix build (#345860)

This commit is contained in:
Cosima Neidahl 2024-10-02 15:04:43 +02:00 committed by GitHub
commit 1924327c4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,11 @@
{ 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