Merge pull request #210513 from actionshrimp/tcpflow-platforms
tcpflow: broaden platforms
This commit is contained in:
commit
f55df0d09e
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;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue