mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 21:37:38 +00:00
mpris-timer: restrict platforms to linux
This commit is contained in:
parent
71fb526a35
commit
8e6d6fdcb8
@ -72,5 +72,7 @@ buildGoModule rec {
|
||||
getchoo
|
||||
];
|
||||
mainProgram = "mpris-timer";
|
||||
# Always uses ALSA
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user