Unverified Commit de831492 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

nzportable: set pname (#487765)

parents 2bf00f37 509f819c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ writeShellApplication {
  '';

  derivationArgs = {
    pname = "nzportable";
    inherit version;
    passthru = {
      updateScript = callPackage ./update.nix { };