diff --git a/pkgs/applications/keeweb/default.nix b/pkgs/applications/keeweb/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..ce7f47066b70f9030c37c2451f52bf16dacd07be
--- /dev/null
+++ b/pkgs/applications/keeweb/default.nix
@@ -0,0 +1,67 @@
+{ stdenv, fetchfromgh, appimageTools }:
+let
x86_64-linux = "1d4qx9yf7rgwb24d79c8gjx7i9vdic0mayw7vzwbdncpjd095i1v";
x86_64-darwin = "0cv2s6bvd8ybvxd7m9pvjzawryg1vwsq20h6xbqj4r7mgq09zwfc";
mv $out/bin/{${name},${pname}}
install -Dm644 ${appimageContents}/keeweb.desktop -t $out/share/applications
install -Dm644 ${appimageContents}/keeweb.png -t $out/share/icons/hicolor/256x256/apps
install -Dm644 ${appimageContents}/usr/share/mime/keeweb.xml -t $out/share/mime
substituteInPlace $out/share/applications/keeweb.desktop \
--replace 'Exec=AppRun' 'Exec=${pname}'
/usr/bin/hdiutil mount -nobrowse -mountpoint keeweb-mnt $src
mkdir -p $out/Applications
cp -r ./keeweb-mnt/KeeWeb.app $out/Applications
/usr/bin/hdiutil unmount keeweb-mnt
+in
+if stdenv.isDarwin
+then darwin
+else linux
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 242284456c67f19db7f8f1baa02448adea9cbb60..f226a31d7992a3747be6625878eab3da2b954d9a 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -14,6 +14,7 @@ };
gpxsee = libsForQt5.callPackage ./applications/gpxsee {
inherit sources;
};
librewolf = callPackage ./applications/librewolf { };
macpass = callPackage ./applications/macpass { };
mapsoft = callPackage ./applications/mapsoft { };
application/octet-stream
This content has been proxied by September (3851b).