minicom: broaden platforms
Builds fine for FreeBSD.
This commit is contained in:
parent
79a606608e
commit
b8f884e700
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
|
||||||
download.
|
download.
|
||||||
'';
|
'';
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue