mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
gershwin-system: init at 0-unstable-2026-08-19 (#556229)
This commit is contained in:
34
pkgs/by-name/ge/gershwin-system/package.nix
Normal file
34
pkgs/by-name/ge/gershwin-system/package.nix
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
lib,
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "gershwin-system";
|
||||
version = "0-unstable-2026-08-19";
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gershwin-desktop";
|
||||
repo = "gershwin-system";
|
||||
rev = "a29ac743fea4388d580467e1998d7bf4c06b1de2";
|
||||
hash = "sha256-T/1iGevtrkIfoUVDu645UTujd+lhUxOuGiYfCYlaCYw=";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
env.DESTDIR = placeholder "out";
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/gershwin-desktop/gershwin-system";
|
||||
description = "Gershwin Desktop configuration defaults and scaffolding files";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [
|
||||
OulipianSummer
|
||||
];
|
||||
};
|
||||
platforms = lib.platforms.linux;
|
||||
}
|
||||
Reference in New Issue
Block a user