Skip to content

Commit a343adb

Browse files
committed
elkhound: add darwin support
1 parent 53ae2f0 commit a343adb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkgs/by-name/el/elkhound/package.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ stdenv.mkDerivation rec {
5050
homepage = "https://scottmcpeak.com/elkhound/";
5151
license = licenses.bsd3;
5252
maintainers = with maintainers; [ peterhoeg ];
53-
# possibly works on Darwin
54-
platforms = platforms.linux;
53+
platforms = platforms.unix;
5554
};
5655
}

0 commit comments

Comments
 (0)