mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
pal: drop (#436649)
This commit is contained in:
@@ -1,42 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchurl,
|
||||
glib,
|
||||
gettext,
|
||||
readline,
|
||||
pkg-config,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pal";
|
||||
version = "0.4.3";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/palcal/pal-${version}.tgz";
|
||||
sha256 = "072mahxvd7lcvrayl32y589w4v3vh7bmlcnhiksjylknpsvhqiyf";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
sed -i -e 's/-o root//' -e 's,ESTDIR}/etc,ESTDIR}'$out/etc, src/Makefile
|
||||
sed -i -e 's,/etc/pal\.conf,'$out/etc/pal.conf, src/input.c
|
||||
'';
|
||||
|
||||
makeFlags = [ "prefix=$(out)" ];
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [
|
||||
glib
|
||||
gettext
|
||||
readline
|
||||
];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://palcal.sourceforge.net/";
|
||||
description = "Command-line calendar program that can keep track of events";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; linux;
|
||||
};
|
||||
}
|
||||
@@ -1802,6 +1802,7 @@ mapAliases {
|
||||
packet-cli = throw "'packet-cli' has been renamed to/replaced by 'metal-cli'"; # Converted to throw 2024-10-17
|
||||
paco = throw "'paco' has been removed as it has been abandoned"; # Added 2025-04-30
|
||||
inherit (perlPackages) pacup;
|
||||
pal = throw "pal has been removed, as it was broken"; # Added 2025-08-25
|
||||
panopticon = throw "'panopticon' has been removed because it is unmaintained upstream"; # Added 2025-01-25
|
||||
paperoni = throw "paperoni has been removed, because it is unmaintained"; # Added 2024-07-14
|
||||
paperless = throw "'paperless' has been renamed to/replaced by 'paperless-ngx'"; # Converted to throw 2024-10-17
|
||||
|
||||
Reference in New Issue
Block a user