]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/webapps/nextcloud/apps/gpxpod.nix
Squash changes containing private information
[perso/Immae/Config/Nix.git] / pkgs / webapps / nextcloud / apps / gpxpod.nix
diff --git a/pkgs/webapps/nextcloud/apps/gpxpod.nix b/pkgs/webapps/nextcloud/apps/gpxpod.nix
deleted file mode 100644 (file)
index 0750144..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-{ buildApp, nextcloudVersion }:
-assert nextcloudVersion >= 14 && nextcloudVersion <= 19;
-buildApp rec {
-  appName = "gpxpod";
-  version = "4.2.1";
-  url = "https://gitlab.com/eneiluj/gpxpod-oc/wikis/uploads/0361f9dc50633f0f39d929442935435c/${appName}-${version}.tar.gz";
-  sha256 = "0ycpychq6g8axdprvd0ahgdy2pwfdbfyf1pxk4cprr4ab986aq1x";
-  otherConfig = {
-    mimetypealiases = {
-      "application/gpx+xml" = "gpx";
-    };
-    mimetypemapping = {
-      "gpx" = ["application/gpx+xml"];
-    };
-  };
-}