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
co-authored by Mario Rodas
parent 317f537c96
commit f59b2fbc63
+1 -1
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;
};
}