mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #210] Can't compile on WSL #105
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Bios-Marcel on GitHub (Jan 15, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/210
This has worked before and broke at some point.
On trying to compile with the
cargoinstructions from the README, I get the following:@Rigellute commented on GitHub (Jan 23, 2020):
Just created another release, are you able to try again?
Although I suspect this might be due to the add the clipboard feature. Could you try this?
If it works, I will add to the README
@Bios-Marcel commented on GitHub (Jan 23, 2020):
Doesn't appear to work:
@Rigellute commented on GitHub (Jan 26, 2020):
Found a fix (same fix as is required to compile the app using github actions).
These deps are mostly required for the clipboard functionality.
I'll add this note to the readme.
@Bios-Marcel commented on GitHub (Jan 26, 2020):
cool, ty
qthendown#610