mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
xarchive: remove
This commit is contained in:
parent
a7e2595388
commit
19f851fca1
@ -1,24 +0,0 @@
|
||||
{ lib, stdenv, fetchurl, gtk2, pkg-config }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.2.8-6";
|
||||
pname = "xarchive";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/xarchive/${pname}-${version}.tar.gz";
|
||||
sha256 = "0chfim7z27s00naf43a61zsngwhvim14mg1p3csbv5i3f6m50xx4";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ gtk2 ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
meta = {
|
||||
description = "GTK front-end for command line archiving tools";
|
||||
maintainers = [ lib.maintainers.domenkozar ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "xarchive";
|
||||
};
|
||||
}
|
@ -1240,6 +1240,7 @@ mapAliases {
|
||||
### X ###
|
||||
|
||||
x509-limbo = throw "'x509-limbo' has been removed from nixpkgs"; # Added 2024-10-22
|
||||
xarchive = throw "'xarchive' has been removed due to lack of maintenance upstream. Consider using 'file-roller' instead"; # Added 2024-10-19
|
||||
xbmc-retroarch-advanced-launchers = throw "'xbmc-retroarch-advanced-launchers' has been renamed to/replaced by 'kodi-retroarch-advanced-launchers'"; # Converted to throw 2024-10-17
|
||||
xdg_utils = throw "'xdg_utils' has been renamed to/replaced by 'xdg-utils'"; # Converted to throw 2024-10-17
|
||||
xen-light = throw "'xen-light' has been renamed to/replaced by 'xen-slim'"; # Added 2024-06-30
|
||||
|
@ -13641,8 +13641,6 @@ with pkgs;
|
||||
buildGoModule = buildGo123Module;
|
||||
};
|
||||
|
||||
xarchive = callPackage ../tools/archivers/xarchive { };
|
||||
|
||||
xarchiver = callPackage ../tools/archivers/xarchiver { };
|
||||
|
||||
xbanish = callPackage ../tools/X11/xbanish { };
|
||||
|
Loading…
Reference in New Issue
Block a user