diff --git a/pkgs/applications/visualgps/default.nix b/pkgs/applications/visualgps/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..663f00a20e7faa8abe8f937167b77af45d6ba633
--- /dev/null
+++ b/pkgs/applications/visualgps/default.nix
@@ -0,0 +1,39 @@
+{ stdenv
+, mkDerivation
+, fetchFromGitHub
+, qmake
+, qtserialport
+}:
+mkDerivation {
- version = "unstable-2020-03-29";
- rev = "f2e213208a48e1f7d7294bc832a848de4efb4fd4";
- sha256 = "0f66xaisvgrjd25129li4lbp34d2hmw49i44vqq06hinjvpma7yp";
- nativeBuildInputs = [ qmake ];
- buildInputs = [ qtserialport ];
- qmakeFlags = [ "Software/VisualGPSqt/Source/VisualGPSqt.pro" ];
- postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
- mkdir -p $out/Applications
- mv VisualGPSqt.app $out/Applications
- wrapQtApp $out/Applications/VisualGPSqt.app/Contents/MacOS/VisualGPSqt
- meta = with stdenv.lib; {
- description = "A QT application (GUI) that makes use of the VisualGPS/NMEAParser project";
- homepage = "https://github.com/VisualGPS/VisualGPSqt";
- maintainers = with maintainers; [ sikmir ];
- platforms = with platforms; linux ++ darwin;
+}
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 44d39924d7acfe635e3efc1f285bc2187be38a94..e69b5d024317fcc32f1efe38feb0be92e0dc2fad 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -26,6 +26,7 @@ };
redict = libsForQt5.callPackage ./applications/redict {
inherit sources;
};
- visualgps = libsForQt5.callPackage ./applications/visualgps { };
wireguard-statusbar = callPackage ./applications/wireguard-statusbar { };
### BUILD SUPPORT
Proxy Information
- Original URL
- gemini://git.sikmir.ru/nur-packages/commits/f7586b4709cd251b3369f16984426be461ff83c5.patch
- Status Code
- Success (20)
- Meta
application/octet-stream
- Capsule Response Time
- 134.210368 milliseconds
- Gemini-to-HTML Time
- 1.735545 milliseconds
This content has been proxied by September (3851b).