Unverified Commit f0df73cc authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

isle-portable: set pname (#485781)

parents ee5eb638 d2cb7600
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
  strictDeps = true;
  name = "isle-portable";
  pname = "isle-portable";
  version = "0-unstable-2025-11-15";

  src = fetchFromGitHub {