-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
fetchFromGit{Hub,Lab}: add meta.changelog #144141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec { | |
|
|
||
| meta = with lib; { | ||
| description = "Lightweight GTK Clipboard Manager"; | ||
| inherit (src.meta) homepage; | ||
| inherit (src.meta) homepage changelog; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we should just be fetching from the tag here |
||
| license = licenses.gpl3; | ||
| platforms = platforms.linux; | ||
| maintainers = with maintainers; [ kamilchm ]; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -65,7 +65,7 @@ let | |
| ''; | ||
|
|
||
| meta = with lib; { | ||
| inherit (src.meta) homepage; | ||
| inherit (src.meta) homepage changelog; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| description = "QtLocation plugin for Google maps tile API"; | ||
| maintainers = with maintainers; [ orivej ]; | ||
| license = licenses.mit; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -92,7 +92,7 @@ let | |
| # nixpkgs.nodePackages | ||
| passthru.updateScript = import ./update.nix { | ||
| inherit lib; | ||
| inherit (src.meta) homepage; | ||
| inherit (src.meta) homepage changelog; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure the update script needs the changelog. |
||
| inherit | ||
| pname | ||
| version | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -76,7 +76,7 @@ stdenvNoCC.mkDerivation rec { | |
|
|
||
| passthru.updateScript = import ./update.nix { | ||
| inherit lib; | ||
| inherit (src.meta) homepage; | ||
| inherit (src.meta) homepage changelog; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure this update script needs the changelog either.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah no, it doesn't 😅 |
||
| inherit | ||
| pname | ||
| version | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.