mu: no relation to mesa so set platforms directly
For reasons unknown, the list of support platforms tracked that of mesa. That makes no sense whatsoever, so set it to a list of platforms that actually should be supported.
This commit is contained in:
parent
d64780ea0e
commit
969ef1f583
1 changed files with 10 additions and 10 deletions
|
@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://www.djcbsoftware.nl/code/mu/";
|
||||
changelog = "https://github.com/djcb/mu/releases/tag/v${version}";
|
||||
maintainers = with maintainers; [ antono chvp peterhoeg ];
|
||||
platforms = platforms.mesaPlatforms;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue