ijs: rename name to pname&version
This commit is contained in:
committed by
Matthieu Coudron
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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user