isl: rename name to pname&version

This commit is contained in:
Felix Buehler 2022-02-23 21:41:06 +01:00
parent 3bab4ac337
commit 1cf552b7db

View File

@ -9,7 +9,8 @@
}:
stdenv.mkDerivation {
name = "isl-${version}";
pname = "isl";
inherit version;
src = fetchurl {
inherit urls sha256;