Loading nixos/modules/services/x11/desktop-managers/cinnamon.nix +1 −0 Original line number Diff line number Diff line Loading @@ -211,6 +211,7 @@ in mint-x-icons mint-y-icons xapp # provides some xapp-* icons xapp-symbolic-icons ] config.environment.cinnamon.excludePackages ); Loading pkgs/by-name/xa/xapp-symbolic-icons/package.nix 0 → 100644 +37 −0 Original line number Diff line number Diff line { stdenvNoCC, lib, fetchFromGitHub, meson, ninja, python3, }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "xapp-symbolic-icons"; version = "1.0.1"; src = fetchFromGitHub { owner = "xapp-project"; repo = "xapp-symbolic-icons"; tag = finalAttrs.version; hash = "sha256-TOSbEcxYXuUtc0RC1Seva8uqF5qveVRq2dpG0BZmCK0="; }; nativeBuildInputs = [ meson ninja ]; buildInputs = [ python3 # xsi-replace-adwaita-symbolic ]; meta = { homepage = "https://github.com/xapp-project/xapp-symbolic-icons"; description = "Set of symbolic icons for GTK applications and projects"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; teams = [ lib.teams.cinnamon ]; }; }) pkgs/by-name/xa/xapp/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { pname = "xapp"; version = "3.0.1"; version = "3.2.0"; outputs = [ "out" Loading @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { owner = "linuxmint"; repo = "xapp"; rev = version; hash = "sha256-y7NRlRgITXtSpd0RMt6Am8loUNs734RlIobogqSVo9o="; hash = "sha256-jO1FyJfAg/kZExAS6gT0u15ans8cDsXfBE5V+w2fQXU="; }; # Recommended by upstream, which enables the build of xapp-debug. Loading Loading
nixos/modules/services/x11/desktop-managers/cinnamon.nix +1 −0 Original line number Diff line number Diff line Loading @@ -211,6 +211,7 @@ in mint-x-icons mint-y-icons xapp # provides some xapp-* icons xapp-symbolic-icons ] config.environment.cinnamon.excludePackages ); Loading
pkgs/by-name/xa/xapp-symbolic-icons/package.nix 0 → 100644 +37 −0 Original line number Diff line number Diff line { stdenvNoCC, lib, fetchFromGitHub, meson, ninja, python3, }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "xapp-symbolic-icons"; version = "1.0.1"; src = fetchFromGitHub { owner = "xapp-project"; repo = "xapp-symbolic-icons"; tag = finalAttrs.version; hash = "sha256-TOSbEcxYXuUtc0RC1Seva8uqF5qveVRq2dpG0BZmCK0="; }; nativeBuildInputs = [ meson ninja ]; buildInputs = [ python3 # xsi-replace-adwaita-symbolic ]; meta = { homepage = "https://github.com/xapp-project/xapp-symbolic-icons"; description = "Set of symbolic icons for GTK applications and projects"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; teams = [ lib.teams.cinnamon ]; }; })
pkgs/by-name/xa/xapp/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { pname = "xapp"; version = "3.0.1"; version = "3.2.0"; outputs = [ "out" Loading @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { owner = "linuxmint"; repo = "xapp"; rev = version; hash = "sha256-y7NRlRgITXtSpd0RMt6Am8loUNs734RlIobogqSVo9o="; hash = "sha256-jO1FyJfAg/kZExAS6gT0u15ans8cDsXfBE5V+w2fQXU="; }; # Recommended by upstream, which enables the build of xapp-debug. Loading