krb5: rename name to pname&version
This commit is contained in:
parent
b69be3d855
commit
041dcd46a5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ let
|
|||
in
|
||||
with lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${type}krb5-${version}";
|
||||
pname = "${type}krb5";
|
||||
version = "1.19.2";
|
||||
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue