Unverified Commit 9f9d9a6d authored by Lily Foster's avatar Lily Foster Committed by GitHub
Browse files

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

tau-hydrogen: init at 1.0.11
parents 651bacfe ef8ed516
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";
+36 −0
Original line number Diff line number Diff line
{
  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 ];
  };
})
+2 −0
Original line number Diff line number Diff line
@@ -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 { };