···55}:
6677stdenv.mkDerivation rec {
88- pname = "libbencodetools";
88+ pname = "bencodetools";
99 version = "unstable-2022-05-11";
10101111 src = fetchFromGitLab {
···2626 nativeBuildInputs = [
2727 python3
2828 ];
2929+3030+ # installCheck instead of check due to -install_name'd library on Darwin
3131+ doInstallCheck = stdenv.buildPlatform == stdenv.hostPlatform;
3232+ installCheckTarget = "check";
29333034 meta = with lib; {
3135 description = "Collection of tools for manipulating bencoded data";
+1
pkgs/top-level/aliases.nix
···700700 letsencrypt = throw "'letsencrypt' has been renamed to/replaced by 'certbot'"; # Converted to throw 2022-02-22
701701 libGL_driver = throw "'libGL_driver' has been renamed to/replaced by 'mesa.drivers'"; # Converted to throw 2022-02-22
702702 libaudit = throw "'libaudit' has been renamed to/replaced by 'audit'"; # Converted to throw 2022-02-22
703703+ libbencodetools = bencodetools; # Added 2022-07-30
703704 libbluedevil = throw "'libbluedevil' (Qt4) is unmaintained and unused since 'kde4.bluedevil's removal in 2017"; # Added 2022-06-14
704705 libcanberra_gtk2 = throw "'libcanberra_gtk2' has been renamed to/replaced by 'libcanberra-gtk2'"; # Converted to throw 2022-02-22
705706 libcanberra_gtk3 = throw "'libcanberra_gtk3' has been renamed to/replaced by 'libcanberra-gtk3'"; # Converted to throw 2022-02-22