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, fetchurl, autoconf, automake, imlib2, libtool, libX11, pkgconfig, xorgproto }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "hsetroot-${version}";
|
||||
pname = "hsetroot";
|
||||
version = "1.0.2";
|
||||
|
||||
# The primary download site seems to no longer exist; use Gentoo's mirror for now.
|
||||
|
||||
Reference in New Issue
Block a user