treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
This commit is contained in:
@@ -44,7 +44,7 @@ let
|
||||
};
|
||||
};
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "opam-${version}";
|
||||
pname = "opam";
|
||||
version = "1.2.2";
|
||||
|
||||
buildInputs = [ unzip curl ncurses ocaml makeWrapper ];
|
||||
|
||||
Reference in New Issue
Block a user