Unverified Commit d28d16ef authored by Amadej Kastelic's avatar Amadej Kastelic
Browse files

idescriptor: add passthru updateScript and goModules

parent abd377ac
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  stdenv,
  fetchFromGitHub,
  buildGoModule,
  nix-update-script,
  copyDesktopItems,
  makeDesktopItem,
  cmake,
@@ -115,6 +116,12 @@ stdenv.mkDerivation (finalAttrs: {
    })
  ];

  passthru = {
    updateScript = nix-update-script { };

    goModules = finalAttrs.ipatool-go-modules;
  };

  meta = {
    homepage = "https://github.com/iDescriptor/iDescriptor";
    changelog = "https://github.com/iDescriptor/iDescriptor/releases/tag/v${finalAttrs.version}";