Skip to content

Commit

Permalink
gamescope_git: remove no-longer necessary interferences
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Jul 12, 2023
1 parent 866fcaf commit d71a7db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/gamescope-git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
prev.gamescope.overrideAttrs (pa: {
version = nyxUtils.gitToVersion flakes.gamescope-git-src;
src = flakes.gamescope-git-src;
patches = [ (final.lib.lists.take 1 pa.patches) ];
buildInputs = pa.buildInputs ++ (with final; [ glm gbenchmark ]);
})

1 comment on commit d71a7db

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

All packages were built and cached successfully!

Please sign in to comment.