Skip to content
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

lutris: Add metadata from lutris-unwrapped also to lutris #81107

Closed
wants to merge 1 commit into from

Conversation

clkamp
Copy link
Contributor

@clkamp clkamp commented Feb 26, 2020

...and lutris-free, so that they can be found by repology.

Motivation for this change

Closes #72921

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

...and lutris-free, so that they can be found by repology.

Closes NixOS#72921
@clkamp
Copy link
Contributor Author

clkamp commented Feb 26, 2020

@GrahamcOfBorg build lutris-free

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review-may-2019/3032/126

@@ -113,5 +113,13 @@ in buildFHSUserEnv {
mkdir -p $out/share
ln -sf ${lutris-unwrapped}/share/applications $out/share
ln -sf ${lutris-unwrapped}/share/icons $out/share
ln -s $out/bin/lutris-${lutris-unwrapped.version} $out/bin/lutris
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a metadata change. Please move it to separate commit.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this

Copy link
Member

@davidak davidak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good except the one line

@@ -113,5 +113,13 @@ in buildFHSUserEnv {
mkdir -p $out/share
ln -sf ${lutris-unwrapped}/share/applications $out/share
ln -sf ${lutris-unwrapped}/share/icons $out/share
ln -s $out/bin/lutris-${lutris-unwrapped.version} $out/bin/lutris
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this

'';

meta = with lutris-unwrapped.meta; {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this just meta = lutris-unwrapped.meta; ?

@baracoder
Copy link
Contributor

ping
@clkamp to move this PR forward, can you take a look look at the requested changes and update the PR?

@stale
Copy link

stale bot commented Jun 4, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jun 4, 2021
Artturin pushed a commit that referenced this pull request Oct 15, 2021
github-actions bot pushed a commit that referenced this pull request Oct 23, 2021
jordanisaacs pushed a commit to jordanisaacs/nixpkgs that referenced this pull request Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lutris: clean up metadata
6 participants