mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
tau-hydrogen: init at 1.0.11
Update pkgs/data/icons/tau-hydrogen/default.nix Co-authored-by: Lord-Valen <46138807+Lord-Valen@users.noreply.github.com> Update pkgs/data/icons/tau-hydrogen/default.nix Co-authored-by: Lily Foster <lily@lily.flowers> Update pkgs/data/icons/tau-hydrogen/default.nix Co-authored-by: Lily Foster <lily@lily.flowers> Update pkgs/data/icons/tau-hydrogen/default.nix Co-authored-by: Lily Foster <lily@lily.flowers>
This commit is contained in:
parent
7212d3de28
commit
ef8ed516be
36
pkgs/data/icons/tau-hydrogen/default.nix
Normal file
36
pkgs/data/icons/tau-hydrogen/default.nix
Normal 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 ];
|
||||
};
|
||||
})
|
@ -30060,6 +30060,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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user