netbsd: remove broken attributes

This commit is contained in:
Matthew Bauer 2018-04-26 12:24:45 -05:00
parent 555c51b001
commit a026242e4a

View File

@ -287,7 +287,7 @@ let
};
in rec {
inherit compat libc libutil install make mtree netBSDDerivation;
inherit compat install make netBSDDerivation;
getent = netBSDDerivation {
path = "usr.bin/getent";