This commit is contained in:
Wolfgang Walther
2025-10-23 12:34:49 +00:00
committed by GitHub
2 changed files with 1 additions and 37 deletions
-37
View File
@@ -1,37 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
cmake,
libphonenumber,
icu,
protobuf,
}:
stdenv.mkDerivation rec {
pname = "pn";
version = "0.9.0";
src = fetchFromGitHub {
owner = "Orange-OpenSource";
repo = "pn";
rev = "v${version}";
sha256 = "sha256-vRF9MPcw/hCreHVLD6QB7g1r0wQiZv1xrfzIHj1Yf9M=";
};
nativeBuildInputs = [ cmake ];
buildInputs = [
libphonenumber
icu
protobuf
];
meta = with lib; {
description = "Libphonenumber command-line wrapper";
mainProgram = "pn";
homepage = "https://github.com/Orange-OpenSource/pn";
license = licenses.asl20;
platforms = platforms.unix;
maintainers = [ maintainers.McSinyx ];
};
}
+1
View File
@@ -2112,6 +2112,7 @@ mapAliases {
platypus = throw "platypus is unmaintained and has not merged Python3 support"; # Added 2025-03-20
pleroma-otp = throw "'pleroma-otp' has been renamed to/replaced by 'pleroma'"; # Converted to throw 2024-10-17
plex-media-player = throw "'plex-media-player' has been discontinued, the new official client is available as 'plex-desktop'"; # Added 2025-05-28
pn = throw "'pn' has been removed as upstream was archived in 2020"; # Added 2025-10-17
plots = throw "'plots' has been replaced by 'gnome-graphs'"; # Added 2025-02-05
pltScheme = racket; # Added 2013-02-24
poac = cabinpkg; # Added 2025-01-22