Commit a343adb3 authored by Weijia Wang's avatar Weijia Wang
Browse files

elkhound: add darwin support

parent 53ae2f05
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ stdenv.mkDerivation rec {
    homepage = "https://scottmcpeak.com/elkhound/";
    license = licenses.bsd3;
    maintainers = with maintainers; [ peterhoeg ];
    # possibly works on Darwin
    platforms = platforms.linux;
    platforms = platforms.unix;
  };
}