oguri: drop (#516495)

This commit is contained in:
yaya
2026-05-05 11:17:11 +00:00
committed by GitHub
2 changed files with 1 additions and 48 deletions
-48
View File
@@ -1,48 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
pkg-config,
meson,
ninja,
cairo,
gdk-pixbuf,
wayland,
wayland-protocols,
wayland-scanner,
}:
stdenv.mkDerivation {
pname = "oguri";
version = "0-unstable-2020-12-19";
src = fetchFromGitHub {
owner = "vilhalmer";
repo = "oguri";
rev = "6937fee10a9b0ef3ad8f94f606c0e0d9e7dec564";
sha256 = "sXNvpI/YPDPd2cXQAfRO4ut21gSCXxbo1DpaZmHJDYQ=";
};
strictDeps = true;
nativeBuildInputs = [
pkg-config
meson
ninja
wayland-scanner
];
buildInputs = [
cairo
gdk-pixbuf
wayland
wayland-protocols
];
meta = {
homepage = "https://github.com/vilhalmer/oguri/";
description = "Very nice animated wallpaper daemon for Wayland compositors";
license = lib.licenses.mit;
maintainers = [ ];
inherit (wayland.meta) platforms;
broken = stdenv.hostPlatform.isDarwin; # this should be enfoced by wayland platforms in the future
};
}
+1
View File
@@ -1545,6 +1545,7 @@ mapAliases {
obb = throw "obb has been removed because it has been marked as broken since 2023."; # Added 2025-10-11
obliv-c = throw "obliv-c has been removed from Nixpkgs, as it has been unmaintained upstream for 4 years and does not build with supported GCC versions"; # Added 2025-08-18
oclgrind = throw "oclgrind has been removed, as it does not build with supported LLVM versions"; # Added 2025-08-10
oguri = throw "'oguri' has been removed from nixpkgs because the upstream repository was archived. Please see https://github.com/vilhalmer/oguri#notice-unmaintained for upstream's suggested replacements."; # Added 2026-05-04
oil = throw "'oil' has been renamed to/replaced by 'oils-for-unix'"; # Converted to throw 2025-10-27
olaris-server = throw "'olaris-server' has been removed as it failed to build since 2024"; # Added 2026-01-15
oneDNN = onednn; # Added 2026-02-08