Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. wine = (super.wine.overrideAttrs (oldAttrs: rec {
  2. pname = "wine-wayland";
  3. version = "5.22";
  4. configureFlags = [ "--with-wayland" ];
  5. patches = [];
  6. src = self.fetchFromGitLab {
  7. domain = "gitlab.collabora.com";
  8. owner = "alf";
  9. repo = "wine";
  10. rev = "ab63a85759d5b5bbdfc6519f583bd5bfebfd792b";
  11. sha256 = "06l4hq2l19b8qlirhwkiszc2k0ppi6wkaqbalnvh106d17nmnzyc";
  12. };
  13. })).override {
  14. wineBuild = "wineWow";
  15. wineRelease = "staging";
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement