diff --git a/pkgs/applications/keeweb/bin.nix b/pkgs/applications/keeweb/bin.nix

index 0c22823d6f6aeaaa30237a1568c3624ad3a12945..fe2bc9ec9341c21b788fa2c9b960d5f8c39b10f0 100644

--- a/pkgs/applications/keeweb/bin.nix

+++ b/pkgs/applications/keeweb/bin.nix

@@ -1,4 +1,4 @@

-{ stdenv, fetchfromgh, appimageTools }:

+{ stdenv, fetchfromgh, appimageTools, undmg }:

let

inherit (stdenv.hostPlatform) system;

throwSystem = throw "Unsupported system: ${system}";

@@ -39,6 +39,8 @@

linux = appimageTools.wrapType2 rec {

 inherit name src meta;

 extraInstallCommands = ''

   mv $out/bin/{${name},${pname}}

   install -Dm644 ${appimageContents}/keeweb.desktop -t $out/share/applications

@@ -52,13 +54,15 @@

darwin = stdenv.mkDerivation {

 inherit name src meta;

 installPhase = ''

 '';

};

in

Proxy Information
Original URL
gemini://git.sikmir.ru/nur-packages/commits/a6ba86f00eaf987781cea523959adcae5334dadc.patch
Status Code
Success (20)
Meta
application/octet-stream
Capsule Response Time
135.503436 milliseconds
Gemini-to-HTML Time
1.335186 milliseconds

This content has been proxied by September (3851b).