Commit 17c497d2 authored by Enno Richter's avatar Enno Richter
Browse files

mkpasswd: enable on darwin

parent 353a64f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,6 +16,6 @@ stdenv.mkDerivation {
    description = "Overfeatured front-end to crypt, from the Debian whois package";
    license = licenses.gpl2;
    maintainers = with maintainers; [ cstrahan fpletz ];
    platforms = platforms.linux;
    platforms = platforms.unix;
  };
}