uacme: set meta.platforms
This commit is contained in:
parent
85dae1482b
commit
41fe7a738c
1 changed files with 2 additions and 0 deletions
|
@ -38,5 +38,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/ndilieto/uacme";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ malte-v ];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue