diff --git a/pkgs/applications/goldendict/bin.nix b/pkgs/applications/goldendict/bin.nix
new file mode 100644
index 0000000000000000000000000000000000000000..b936ac215947b10e96c618d909c284a8506285c9
--- /dev/null
+++ b/pkgs/applications/goldendict/bin.nix
@@ -0,0 +1,32 @@
+{ stdenv, fetchurl, undmg }:
+let
- version = "1.5.0-RC2-gc3ff15f";
+in
+stdenv.mkDerivation {
- url = "https://downloads.sourceforge.net/project/goldendict/early%20access%20builds/MacOS/GoldenDict-${version}}%28Qt_5121%29.dmg";
- sha256 = "1zvkwnpsybflgbgs3dvjcivrdpq4fc8njb96nsw507dmbnysq15w";
- name = "Goldendict-${version}.dmg";
- nativeBuildInputs = [ undmg ];
- mkdir -p $out/Applications/GoldenDict.app
- cp -R . $out/Applications/GoldenDict.app
- meta = with stdenv.lib; {
- description = "A feature-rich dictionary lookup program";
- homepage = "http://goldendict.org/";
- license = licenses.gpl3Plus;
- maintainers = [ maintainers.sikmir ];
- platforms = [ "x86_64-darwin" ];
+}
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 7de292cbbe1714176493b3e5e10ad3f5b22761e0..9d395a1490e36eb4a564795bf13e9a84991afe8e 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -8,6 +8,7 @@ inherit sources;
### APPLICATIONS
- goldendict-bin = callPackage ./applications/goldendict/bin.nix { };
gpxlab = libsForQt5.callPackage ./applications/gpxlab {
inherit sources;
};
Proxy Information
- Original URL
- gemini://git.sikmir.ru/nur-packages/commits/90a0b96c7b85fc0f189b7370a47a5bdd8506a010.patch
- Status Code
- Success (20)
- Meta
application/octet-stream
- Capsule Response Time
- 135.896166 milliseconds
- Gemini-to-HTML Time
- 0.930646 milliseconds
This content has been proxied by September (3851b).