diff --git a/pkgs/applications/qmapshack/bin.nix b/pkgs/applications/qmapshack/bin.nix
new file mode 100644
index 0000000000000000000000000000000000000000..38b3e651dbca53f26c69c39045604f5e5bda11de
--- /dev/null
+++ b/pkgs/applications/qmapshack/bin.nix
@@ -0,0 +1,32 @@
+{ stdenv, fetchfromgh, unzip }:
+let
+in
+stdenv.mkDerivation {
+}
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 94bc4cfd64aef3334969f77212a0127bfa55e6d9..6978f8ea105937b573e86f17a6ec9273c587b9a0 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -23,6 +23,7 @@ nnn-plugins = callPackage ./applications/nnn-plugins { };
openorienteering-mapper = libsForQt5.callPackage ./applications/openorienteering-mapper {
inherit sources;
};
redict = libsForQt5.callPackage ./applications/redict {
inherit sources;
};
application/octet-stream
This content has been proxied by September (3851b).