libpng: rename name to pname&version (#160047)
This commit is contained in:
parent
a522dfbf85
commit
b72f4a4a2a
@ -11,7 +11,7 @@ let
|
|||||||
whenPatched = lib.optionalString apngSupport;
|
whenPatched = lib.optionalString apngSupport;
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "libpng" + whenPatched "-apng" + "-${version}";
|
pname = "libpng" + whenPatched "-apng";
|
||||||
version = "1.6.37";
|
version = "1.6.37";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
Reference in New Issue
Block a user