mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nix*: set meta.donationPage
Good software is worth supporting. Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
@@ -190,6 +190,7 @@ let
|
||||
pos = builtins.unsafeGetAttrPos "pname" prevAttrs;
|
||||
meta = prevAttrs.meta or { } // {
|
||||
homepage = prevAttrs.meta.homepage or "https://nixos.org/nix";
|
||||
donationPage = prevAttrs.meta.donationPage or "https://nixos.org/donate/";
|
||||
longDescription =
|
||||
prevAttrs.longDescription or ''
|
||||
Nix is a powerful package manager for mainly Linux and other Unix systems that
|
||||
|
||||
@@ -240,6 +240,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Nix package manager";
|
||||
longDescription = nix-cli.meta.longDescription;
|
||||
homepage = nix-cli.meta.homepage;
|
||||
donationPage = nix-cli.meta.donationPage;
|
||||
license = nix-cli.meta.license;
|
||||
teams = teams;
|
||||
platforms = nix-cli.meta.platforms;
|
||||
|
||||
Reference in New Issue
Block a user