texinfo: rename name to pname&version (#157454)

This commit is contained in:
Felix Bühler 2022-01-31 06:14:44 +01:00 committed by GitHub
parent c661b4d0eb
commit d6f7a38ad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ in
with lib;
stdenv.mkDerivation {
name = "texinfo-${optionalString interactive "interactive-"}${version}";
pname = "texinfo${optionalString interactive "-interactive"}";
inherit version;
src = fetchurl {