treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, buildPythonApplication, pyxdg, PyGithub }:
|
||||
|
||||
buildPythonApplication rec {
|
||||
name = "cligh-${version}";
|
||||
pname = "cligh";
|
||||
version = "0.3";
|
||||
|
||||
doCheck = false; # no tests
|
||||
|
||||
Reference in New Issue
Block a user