mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
vmfs-tools: drop (#528671)
This commit is contained in:
commit
8eacdef05b
2 changed files with 1 additions and 49 deletions
|
|
@ -1,49 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
pkg-config,
|
||||
asciidoc,
|
||||
docbook_xsl,
|
||||
fuse,
|
||||
libuuid,
|
||||
libxslt,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "vmfs-tools";
|
||||
version = "0.2.5.20160116";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "glandium";
|
||||
repo = "vmfs-tools";
|
||||
rev = "4ab76ef5b074bdf06e4b518ff6d50439de05ae7f";
|
||||
sha256 = "14y412ww5hxk336ils62s3fwykfh6mx1j0iiaa5cwc615pi6qvi4";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
asciidoc
|
||||
docbook_xsl
|
||||
libxslt
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
fuse
|
||||
libuuid
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = ''
|
||||
install -Dm444 -t $out/share/doc/vmfs-tools AUTHORS LICENSE README TODO
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "FUSE-based VMFS (vmware) file system tools";
|
||||
maintainers = with lib.maintainers; [ peterhoeg ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
inherit (finalAttrs.src.meta) homepage;
|
||||
};
|
||||
})
|
||||
|
|
@ -2254,6 +2254,7 @@ mapAliases {
|
|||
vistafonts-cht = throw "'vistafonts-cht' has been renamed to/replaced by 'vista-fonts-cht'"; # Converted to throw 2025-10-27
|
||||
vkBasalt = throw "'vkBasalt' has been renamed to/replaced by 'vkbasalt'"; # Converted to throw 2025-10-27
|
||||
vkdt-wayland = throw "'vkdt-wayland' has been renamed to/replaced by 'vkdt'"; # Converted to throw 2025-10-27
|
||||
vmfs-tools = throw "'vmfs-tools' has been removed as it depends on unsupported fuse2 and is unmaintained upstream"; # Added 2026-06-07
|
||||
vokoscreen = throw "'vokoscreen' has been replaced by vokoscreen-ng"; # Added 2025-10-21
|
||||
volk_2 = throw "'volk_2' has been removed after not being used by any package for a long time"; # Added 2025-10-25
|
||||
volnoti = throw "'volnoti' has been removed due to lack of maintenance upstream. Consider using 'rumno' instead."; # Added 2024-12-04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue