treewide: name -> pname
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "protobuf-c-${version}";
|
||||
pname = "protobuf-c";
|
||||
inherit version;
|
||||
|
||||
inherit src;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user