ijs: rename name to pname&version
This commit is contained in:
parent
041dcd46a5
commit
9427d3e060
@ -1,9 +1,8 @@
|
|||||||
{ lib, stdenv, autoreconfHook, ghostscript }:
|
{ lib, stdenv, autoreconfHook, ghostscript }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ijs-${ghostscript.version}";
|
pname = "ijs";
|
||||||
|
inherit (ghostscript) version src;
|
||||||
inherit (ghostscript) src;
|
|
||||||
|
|
||||||
postPatch = "cd ijs";
|
postPatch = "cd ijs";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user