tcpflow: broaden platforms to unix
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
This commit is contained in:
parent
317f537c96
commit
f59b2fbc63
1 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
|
|||
inherit (src.meta) homepage;
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ raskin obadz ];
|
||||
platforms = platforms.linux ++ [ "aarch64-darwin" ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue