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 @@
|
||||
imlib2, libstartup_notification, makeWrapper, libSM }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "obconf-${version}";
|
||||
pname = "obconf";
|
||||
version = "2.0.4";
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user