Merge pull request #144721 from knl/ngrep-works-on-darwin

This commit is contained in:
Sandro
2021-11-05 10:33:40 +01:00
committed by GitHub
+1 -1
View File
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
# 'BSD-like' license but that the 'regex' library (in the ngrep tarball) is
# GPLv2.
license = "ngrep"; # Some custom BSD-style, see LICENSE.txt
platforms = platforms.linux;
platforms = with platforms; linux ++ darwin;
maintainers = [ maintainers.bjornfor ];
};
}