Loading pkgs/development/libraries/bencodetools/default.nix +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"; Loading @@ -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 Loading Loading
pkgs/development/libraries/bencodetools/default.nix +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"; Loading @@ -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 Loading