mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
krb5: rename name to pname&version
This commit is contained in:
parent
b69be3d855
commit
041dcd46a5
@ -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 New Issue
Block a user