Merge pull request #210513 from actionshrimp/tcpflow-platforms
tcpflow: broaden platforms
This commit is contained in:
@@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
|
||||
inherit (src.meta) homepage;
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ raskin obadz ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user