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