We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ae2f0 commit a343adbCopy full SHA for a343adb
pkgs/by-name/el/elkhound/package.nix
@@ -50,7 +50,6 @@ stdenv.mkDerivation rec {
50
homepage = "https://scottmcpeak.com/elkhound/";
51
license = licenses.bsd3;
52
maintainers = with maintainers; [ peterhoeg ];
53
- # possibly works on Darwin
54
- platforms = platforms.linux;
+ platforms = platforms.unix;
55
};
56
}
0 commit comments