diff --git a/pkgs/applications/keeweb/bin.nix b/pkgs/applications/keeweb/bin.nix
deleted file mode 100644
index 2d3a38ceb1b2a853b759f47d7ab96121f560a555..0000000000000000000000000000000000000000
--- a/pkgs/applications/keeweb/bin.nix
+++ /dev/null
@@ -1,71 +0,0 @@
-{ stdenv, fetchfromgh, appimageTools, undmg, libsecret }:
-let
x86_64-linux = "0cy0avl0m07xs523xm0rzsmifl28sv4rjb2jj3x492qmr2v64ckk";
x86_64-darwin = "0r8c3zi0ibj0bb0gfc1axfn0y4qpjqfr0xpcxf810d65kaz6wic4";
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}'
mkdir -p $out/Applications/KeeWeb.app
cp -R . $out/Applications/KeeWeb.app
-in
-if stdenv.isDarwin
-then darwin
-else linux
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 7b7b795518edcf71d44a8f5557b50ba327d16324..bfe501e305ffb2f272987ca18814f303cab099ac 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -20,7 +20,6 @@ inherit sources;
};
gpxsee-bin = callPackage ./applications/gpxsee/bin.nix { };
iterm2-bin = callPackage ./applications/iterm2/bin.nix { };
librewolf = callPackage ./applications/librewolf { };
macpass-bin = callPackage ./applications/macpass/bin.nix { };
mapsoft = callPackage ./applications/mapsoft { };
application/octet-stream
This content has been proxied by September (3851b).