ijs: rename name to pname&version

This commit is contained in:
Felix Buehler 2022-02-23 22:16:32 +01:00 committed by Matthieu Coudron
parent 041dcd46a5
commit 9427d3e060

View File

@ -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";