glibc: Use pname and version

This commit is contained in:
John Ericson
2021-05-10 20:56:33 +00:00
parent 31d5f234d0
commit 77e97ac4ca
5 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ callPackage, texinfo, perl }:
callPackage ./common.nix {} {
name = "glibc-info";
pname = "glibc-info";
outputs = [ "out" ];