mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 14:48:14 +00:00
Merge pull request #210513 from actionshrimp/tcpflow-platforms
tcpflow: broaden platforms
This commit is contained in:
commit
f55df0d09e
@ -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 New Issue
Block a user