tcpflow: broaden platforms to unix

Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
This commit is contained in:
Dave Aitken 2023-01-16 09:44:55 +00:00 committed by GitHub
parent 317f537c96
commit f59b2fbc63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}