Merge pull request #251846 from Ashvith10/tau-hydrogen-icon-theme

tau-hydrogen: init at 1.0.11
This commit is contained in:
Lily Foster 2023-09-12 06:49:46 -04:00 committed by GitHub
commit 9f9d9a6db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 0 deletions

View File

@ -1516,6 +1516,11 @@
githubId = 11037075;
name = "Ashley Hooper";
};
ashvith-shetty = {
github = "Ashvith10";
githubId = 113123021;
name = "Ashvith Shetty";
};
aske = {
email = "aske@fmap.me";
github = "aske";

View File

@ -0,0 +1,36 @@
{
stdenv,
lib,
fetchFromGitHub,
meson,
ninja,
librsvg,
xorg
}:
stdenv.mkDerivation (finalAttrs: {
pname = "tau-hydrogen";
version = "1.0.11";
src = fetchFromGitHub {
owner = "tau-OS";
repo = "tau-hydrogen";
rev = finalAttrs.version;
hash = "sha256-ECrRWWS/Am0lfCIJw/BVZg53oLw79Im8d8KgAYxE+pw=";
};
nativeBuildInputs = [
meson
ninja
librsvg
xorg.xcursorgen
];
meta = with lib; {
description = "The GTK icon theme for tauOS";
homepage = "https://github.com/tau-OS/tau-hydrogen";
license = licenses.gpl3Only;
platforms = platforms.unix;
maintainers = with maintainers; [ ashvith-shetty ];
};
})

View File

@ -30260,6 +30260,8 @@ with pkgs;
gtk = res.gtk2;
};
tau-hydrogen = callPackage ../data/icons/tau-hydrogen { };
theme-jade1 = callPackage ../data/themes/jade1 { };
theme-obsidian2 = callPackage ../data/themes/obsidian2 { };