remove adi1090x-plymouth package

This commit is contained in:
Adithya 2024-01-04 21:51:19 +05:30
parent 15f1b515c3
commit 94303e1acc
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 0 additions and 39 deletions

View file

@ -1,38 +0,0 @@
{ lib
, stdenvNoCC
, fetchFromGitHub
, pack ? "pack_1"
, theme ? "cuts"
,
}:
stdenvNoCC.mkDerivation {
pname = "adi1090x-plymouth";
version = "latest";
src = fetchFromGitHub {
owner = "adi1090x";
repo = "plymouth-themes";
rev = "5d8817458d764bff4ff9daae94cf1bbaabf16ede";
hash = "sha256-e3lRgIBzDkKcWEp5yyRCzQJM6yyTjYC5XmNUZZroDuw=";
};
installPhase = ''
runHook preInstall
mkdir -p $out/share/plymouth/themes/
cp -r ${pack}/${theme} $out/share/plymouth/themes/adi1090x
sed -i "s@\/usr\/@$out\/@" $out/share/plymouth/themes/adi1090x/${theme}.plymouth
mv $out/share/plymouth/themes/adi1090x/${theme}.plymouth $out/share/plymouth/themes/adi1090x/adi1090x.plymouth
sed -i 's/${theme}/adi1090x/g' $out/share/plymouth/themes/adi1090x/adi1090x.plymouth
mv $out/share/plymouth/themes/adi1090x/${theme}.script $out/share/plymouth/themes/adi1090x/adi1090x.script
runHook postInstall
'';
meta = with lib; {
description = "A hugh collection (80+) of plymouth themes ported from android bootanimations";
homepage = "https://github.com/adi1090x/plymouth-themes";
license = licenses.gpl3;
platform = platforms.linux;
};
}

View file

@ -1,5 +1,4 @@
final: prev: {
adi1090x-plymouth = prev.callPackage ./adi1090x-plymouth { };
dracula-gtk = prev.callPackage ./dracula-gtk { };
scripts = prev.callPackage ./scripts { };
rofi-bluetooth = prev.callPackage ./rofi-bluetooth { };