Unverified Commit 2a25b38c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #202364 from elohmeier/mkpasswd-darwin

mkpasswd: enable on darwin
parents 11edd8f1 17c497d2
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;
  };
}