mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
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:
commit
9884c918e7
@ -1,14 +1,14 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub }:
|
{ lib, stdenvNoCC, fetchFromGitHub }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "ananicy-rules-cachyos";
|
pname = "ananicy-rules-cachyos";
|
||||||
version = "unstable-2024-04-10";
|
version = "unstable-2024-04-16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "CachyOS";
|
owner = "CachyOS";
|
||||||
repo = "ananicy-rules";
|
repo = "ananicy-rules";
|
||||||
rev = "de55e2f55e6adf559bf4990aa433f5c202dc073d";
|
rev = "7abaddd5cac23d9fd7a0f0aeccb7a0287456802b";
|
||||||
sha256 = "sha256-TWaOMVEeTLI67eG5BPyb+OSnz31QvTueQD2yfEEbTEo=";
|
hash = "sha256-06q9dYLdg+AhT8L2OeoDsG7hHlmx/uf/RIwblODiSnE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
@ -16,15 +16,15 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
mkdir -p $out
|
mkdir -p $out/etc/ananicy.d
|
||||||
cp -r * $out
|
rm README.md LICENSE
|
||||||
rm $out/README.md
|
cp -r * $out/etc/ananicy.d
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/CachyOS/ananicy-rules";
|
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;
|
license = licenses.gpl3Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ artturin johnrtitor diniamo ];
|
maintainers = with maintainers; [ artturin johnrtitor diniamo ];
|
||||||
|
Loading…
Reference in New Issue
Block a user