xpf: remove
This commit is contained in:
parent
6e4f70e880
commit
1be5ae112f
@ -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;
|
||||
};
|
||||
}
|
@ -1384,6 +1384,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
|
||||
|
@ -11727,10 +11727,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…
Reference in New Issue
Block a user