treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Don't use this for anything important yet!
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "fscrypt-${version}";
|
||||
pname = "fscrypt";
|
||||
version = "0.2.4";
|
||||
|
||||
goPackagePath = "github.com/google/fscrypt";
|
||||
|
||||
Reference in New Issue
Block a user