treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
, jre, makeWrapper, bash, gnused }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "confluent-platform-${version}";
|
||||
pname = "confluent-platform";
|
||||
version = "5.3.0";
|
||||
scalaVersion = "2.12";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user