tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kerberos: Add development string
William A. Kennington III
11 years ago
e15cd237
c5dce2de
+4
2 changed files
expand all
collapse all
unified
split
pkgs
development
libraries
kerberos
heimdal.nix
krb5.nix
+2
pkgs/development/libraries/kerberos/heimdal.nix
···
50
50
platforms = platforms.linux;
51
51
maintainers = with maintainers; [ wkennington ];
52
52
};
53
53
+
54
54
+
passthru.implementation = "heimdal";
53
55
}
+2
pkgs/development/libraries/kerberos/krb5.nix
···
34
34
platforms = platforms.unix;
35
35
maintainers = with maintainers; [ wkennington ];
36
36
};
37
37
+
38
38
+
passthru.implementation = "krb5";
37
39
})