Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
syncplay: remove all patches
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Apr 5, 2024
1 parent 049f903 commit 399b42c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/syncplay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
}:
syncplay.overrideAttrs (oldAttrs: rec {
name = "${pname}-${version}";

pname = "syncplay";
version = builtins.substring 0 7 syncplay-src.rev;

src = syncplay-src;

patches = builtins.tail oldAttrs.patches;
patches = [ ];
})

0 comments on commit 399b42c

Please sign in to comment.