Merge pull request #304469 from JohnRTitor/ananicy-cachyos-rules

ananicy-rules-cachyos: unstable-2024-04-10 -> unstable-2024-04-16
This commit is contained in:
Aleksana 2024-04-18 00:21:14 +08:00 committed by GitHub
commit 9884c918e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 9 deletions

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub }:
{ lib, stdenvNoCC, fetchFromGitHub }:
stdenv.mkDerivation {
stdenvNoCC.mkDerivation {
pname = "ananicy-rules-cachyos";
version = "unstable-2024-04-10";
version = "unstable-2024-04-16";
src = fetchFromGitHub {
owner = "CachyOS";
repo = "ananicy-rules";
rev = "de55e2f55e6adf559bf4990aa433f5c202dc073d";
sha256 = "sha256-TWaOMVEeTLI67eG5BPyb+OSnz31QvTueQD2yfEEbTEo=";
rev = "7abaddd5cac23d9fd7a0f0aeccb7a0287456802b";
hash = "sha256-06q9dYLdg+AhT8L2OeoDsG7hHlmx/uf/RIwblODiSnE=";
};
dontConfigure = true;
@ -16,15 +16,15 @@ stdenv.mkDerivation {
installPhase = ''
runHook preInstall
mkdir -p $out
cp -r * $out
rm $out/README.md
mkdir -p $out/etc/ananicy.d
rm README.md LICENSE
cp -r * $out/etc/ananicy.d
runHook postInstall
'';
meta = with lib; {
homepage = "https://github.com/CachyOS/ananicy-rules";
description = "ananicy-cpp-rules for CachyOS ";
description = "CachyOS' ananicy-rules meant to be used with ananicy-cpp";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ artturin johnrtitor diniamo ];