3
0
Fork 0
forked from mirrors/nixpkgs

mkpasswd: enable on darwin

This commit is contained in:
Enno Richter 2022-11-22 16:27:35 +01:00
parent 353a64f7ba
commit 17c497d2e0

View file

@ -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;
};
}