lizardfs: drop

Has been marked broken for a full release cycle.

Dropping per RFC 180.
This commit is contained in:
Michael Daniels
2025-09-28 22:31:11 -04:00
parent 958efcec43
commit b61e00d75e
2 changed files with 2 additions and 70 deletions
-70
View File
@@ -1,70 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
cmake,
makeWrapper,
python3,
db,
fuse,
asciidoc,
libxml2,
libxslt,
docbook_xml_dtd_412,
docbook_xsl,
boost,
pkg-config,
judy,
pam,
spdlog,
systemdMinimal,
zlib, # optional
}:
stdenv.mkDerivation rec {
pname = "lizardfs";
version = "3.13.0-rc3";
src = fetchFromGitHub {
owner = "lizardfs";
repo = "lizardfs";
rev = version;
sha256 = "sha256-rgaFhJvmA1RVDL4+vQLMC0GrdlgUlvJeZ5/JJ67C20Q=";
};
nativeBuildInputs = [
cmake
pkg-config
makeWrapper
];
buildInputs = [
db
fuse
asciidoc
libxml2
libxslt
docbook_xml_dtd_412
docbook_xsl
zlib
boost
judy
pam
spdlog
python3
systemdMinimal
];
meta = with lib; {
homepage = "https://lizardfs.com";
description = "Highly reliable, scalable and efficient distributed file system";
platforms = platforms.linux;
license = licenses.gpl3;
maintainers = with maintainers; [
rushmorem
shamilton
];
# 'fprintf' was not declared in this scope
broken = true;
};
}
+2
View File
@@ -1488,6 +1488,8 @@ mapAliases {
lixVersions = lixPackageSets.renamedDeprecatedLixVersions; # Added 2025-03-20, warning in ../tools/package-management/lix/default.nix
lizardfs = throw "lizardfs has been removed because it has been marked as broken since at least November 2024."; # Added 2025-09-28
llvmPackages_git = (callPackages ../development/compilers/llvm { }).git; # Added 2024-08-02
llvmPackages_9 = throw "llvmPackages_9 has been removed from nixpkgs"; # Added 2024-04-08