Merge pull request #170427 from armeenm/remove-xpf

main
Artturi 2 years ago committed by GitHub
commit 5d4bdece1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      pkgs/tools/text/xml/xpf/default.nix
  2. 1
      pkgs/top-level/aliases.nix
  3. 4
      pkgs/top-level/all-packages.nix

@ -1,21 +0,0 @@
{lib, stdenv, fetchurl, python2, libxml2}:
assert libxml2.pythonSupport == true;
stdenv.mkDerivation rec {
pname = "xpf";
version = "0.2";
src = fetchurl {
url = "http://tarballs.nixos.org/xpf-${version}.tar.gz";
sha256 = "0ljx91w68rnh4871c0xlq2whlmhqz8dr39wcdczfjjpniqz1fmpz";
};
buildInputs = [ python2 libxml2 ];
meta = {
description = "XML Pipes and Filters - command line tools for manipulating and querying XML data";
homepage = "http://www.cs.uu.nl/wiki/bin/view/Martin/XmlPipesAndFilters";
platforms = lib.platforms.unix;
};
}

@ -1394,6 +1394,7 @@ mapAliases ({
xmonad_log_applet_gnome3 = throw "'xmonad_log_applet_gnome3' has been renamed to/replaced by 'xmonad_log_applet'"; # Converted to throw 2022-02-22
xmpppy = throw "xmpppy has been removed from nixpkgs as it is unmaintained and python2-only";
xp-pen-g430 = pentablet-driver; # Added 2020-05-03
xpf = throw "xpf has been removed: abandoned by upstream"; # Added 2022-04-26
xf86_video_nouveau = throw "'xf86_video_nouveau' has been renamed to/replaced by 'xorg.xf86videonouveau'"; # Converted to throw 2022-02-22
xf86_input_mtrack = throw ''
xf86_input_mtrack has been removed from nixpkgs as it is broken and

@ -11801,10 +11801,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) AppKit;
};
xpf = callPackage ../tools/text/xml/xpf {
libxml2 = libxml2Python;
};
xsecurelock = callPackage ../tools/X11/xsecurelock { };
xsel = callPackage ../tools/misc/xsel { };

Loading…
Cancel
Save