diff --git a/pkgs/applications/anki/bin.nix b/pkgs/applications/anki/bin.nix

index 256a3019694678db99707c1d824b5c8d26d9b85f..eec5a5d2f7d6cc618a735c2733560e45c4b1b2f1 100644

--- a/pkgs/applications/anki/bin.nix

+++ b/pkgs/applications/anki/bin.nix

@@ -1,7 +1,7 @@

{ stdenv, fetchfromgh, undmg }:

stdenv.mkDerivation rec {

version = "2.1.35";

src = fetchfromgh {

@@ -20,7 +20,7 @@ sourceRoot = "Anki.app";

installPhase = ''

 mkdir -p $out/Applications/Anki.app

'';

meta = with stdenv.lib; {

diff --git a/pkgs/applications/gis/qgis/bin.nix b/pkgs/applications/gis/qgis/bin.nix

index e019d4758b244e80a7655aa5aa1714a430be9ae8..8b4683ebb021c1768e9ec9b90300f654094e232f 100644

--- a/pkgs/applications/gis/qgis/bin.nix

+++ b/pkgs/applications/gis/qgis/bin.nix

@@ -3,7 +3,7 @@

assert stdenv.lib.assertOneOf "releaseType" releaseType [ "pr" "ltr" ];

stdenv.mkDerivation rec {

version = {

 pr = "3.14.16";

 ltr = "3.10.10";

@@ -26,7 +26,7 @@ sourceRoot = if releaseType == "pr" then "QGIS3.14.app" else "QGIS3.10.app";

installPhase = ''

 mkdir -p $out/Applications/QGIS.app

'';

meta = with stdenv.lib; {

diff --git a/pkgs/applications/gis/qmapshack/bin.nix b/pkgs/applications/gis/qmapshack/bin.nix

index 0bb56d752bea46c62f0039c397fcfc13a0251eb9..12d9e93fdee3e12c19f3ea112955e06b2c8a6966 100644

--- a/pkgs/applications/gis/qmapshack/bin.nix

+++ b/pkgs/applications/gis/qmapshack/bin.nix

@@ -1,7 +1,7 @@

{ stdenv, fetchfromgh, unzip }:

stdenv.mkDerivation rec {

version = "1.15.0";

src = fetchfromgh {

diff --git a/pkgs/applications/goldencheetah/bin.nix b/pkgs/applications/goldencheetah/bin.nix

index 59cacd47259b612f0d93d9d8e1438154a939f344..ec7c5f512f80bd6fe165999b91d992d30c9dce9d 100644

--- a/pkgs/applications/goldencheetah/bin.nix

+++ b/pkgs/applications/goldencheetah/bin.nix

@@ -3,7 +3,7 @@ let

inherit (stdenv.hostPlatform) system;

throwSystem = throw "Unsupported system: ${system}";

version = "3.5";

name = "${pname}-${version}";

@@ -55,7 +55,7 @@ nativeBuildInputs = [ undmg ];

 installPhase = ''

   mkdir -p $out/Applications/GoldenCheetah.app

 '';

};

in

diff --git a/pkgs/applications/goldendict/bin.nix b/pkgs/applications/goldendict/bin.nix

index f8150ac8d2a82dd1038601fca7120bd862af7778..ce8d72211c690470c63aeb1cc0ca2057be682247 100644

--- a/pkgs/applications/goldendict/bin.nix

+++ b/pkgs/applications/goldendict/bin.nix

@@ -1,7 +1,7 @@

{ stdenv, fetchurl, undmg }:

stdenv.mkDerivation rec {

version = "1.5.0-RC2-372-gc3ff15f";

src = fetchurl {

@@ -16,7 +16,7 @@ nativeBuildInputs = [ undmg ];

installPhase = ''

 mkdir -p $out/Applications/GoldenDict.app

'';

meta = with stdenv.lib; {

diff --git a/pkgs/applications/i18n-editor/default.nix b/pkgs/applications/i18n-editor/default.nix

index 24285673ba2f25401dd59a056dc5fdbc9070ad24..4892cb96c21f51182605f3506112c5bd6913dd5e 100644

--- a/pkgs/applications/i18n-editor/default.nix

+++ b/pkgs/applications/i18n-editor/default.nix

@@ -1,7 +1,7 @@

{ stdenv, fetchfromgh, unzip, jre, makeWrapper }:

stdenv.mkDerivation rec {

version = "2.0.0-beta.1";

src = fetchfromgh {

diff --git a/pkgs/applications/iterm2/bin.nix b/pkgs/applications/iterm2/bin.nix

index 141529a1d8374815ffebc43f85e640e152a8d37a..b5d04fdf370adab6a44a5f5db028a0a4de2679a1 100644

--- a/pkgs/applications/iterm2/bin.nix

+++ b/pkgs/applications/iterm2/bin.nix

@@ -1,7 +1,7 @@

{ stdenv, fetchurl, unzip }:

stdenv.mkDerivation rec {

version = "3.3.12";

src = fetchurl {

diff --git a/pkgs/applications/macpass/bin.nix b/pkgs/applications/macpass/bin.nix

index 0babfb3eff2dee52ed34c3fc3446e761326da546..3e6c50c4b8302f57d2225851cc23fb4c95a34dce 100644

--- a/pkgs/applications/macpass/bin.nix

+++ b/pkgs/applications/macpass/bin.nix

@@ -1,7 +1,7 @@

{ stdenv, fetchfromgh, unzip }:

stdenv.mkDerivation rec {

version = "0.7.12";

src = fetchfromgh {

diff --git a/pkgs/applications/misc/klogg/bin.nix b/pkgs/applications/misc/klogg/bin.nix

index 451f649078dd3e3185d05edb5d6743d1330a9be7..ded51430d7b562f5e7dd93fb3c1484f8220b8efe 100644

--- a/pkgs/applications/misc/klogg/bin.nix

+++ b/pkgs/applications/misc/klogg/bin.nix

@@ -1,7 +1,7 @@

{ stdenv, fetchfromgh, undmg, sources }:

stdenv.mkDerivation rec {

version = "20.4";

src = fetchfromgh {

@@ -20,7 +20,7 @@ sourceRoot = "klogg.app";

installPhase = ''

 mkdir -p $out/Applications/klogg.app

'';

meta = with stdenv.lib; {

diff --git a/pkgs/applications/networking/qutebrowser/bin.nix b/pkgs/applications/networking/qutebrowser/bin.nix

index f7eae838a938b918515fd3c0cb1fed8be6c64238..151ecbd148f67ab0d9bad4d4d6c7e721abc8b5ed 100644

--- a/pkgs/applications/networking/qutebrowser/bin.nix

+++ b/pkgs/applications/networking/qutebrowser/bin.nix

@@ -1,7 +1,7 @@

{ stdenv, fetchfromgh, undmg }:

stdenv.mkDerivation rec {

version = "1.14.0";

src = fetchfromgh {

@@ -20,7 +20,7 @@ sourceRoot = "qutebrowser.app";

installPhase = ''

 mkdir -p $out/Applications/qutebrowser.app

'';

meta = with stdenv.lib; {

diff --git a/pkgs/applications/window-managers/amethyst/bin.nix b/pkgs/applications/window-managers/amethyst/bin.nix

index bb7b09030abe5a995a7ca9fc0fdb422b8b04fbb0..cab3d1386a266bcd54bb469035c9f1a9d0fd876f 100644

--- a/pkgs/applications/window-managers/amethyst/bin.nix

+++ b/pkgs/applications/window-managers/amethyst/bin.nix

@@ -1,7 +1,7 @@

{ stdenv, fetchfromgh, unzip }:

stdenv.mkDerivation rec {

version = "0.15.4";

src = fetchfromgh {

diff --git a/pkgs/applications/wireguard-statusbar/default.nix b/pkgs/applications/wireguard-statusbar/default.nix

index 9ec0ed44f146225e2651ff3d6f58496fd1c6edd3..21f5e04f165017b6c65af8645c5f3b833c24f0ec 100644

--- a/pkgs/applications/wireguard-statusbar/default.nix

+++ b/pkgs/applications/wireguard-statusbar/default.nix

@@ -1,7 +1,7 @@

{ stdenv, fetchfromgh, undmg }:

stdenv.mkDerivation rec {

version = "1.24";

src = fetchfromgh {

@@ -20,7 +20,7 @@ sourceRoot = "WireGuardStatusbar.app";

installPhase = ''

 mkdir -p $out/Applications/WireGuardStatusbar.app

'';

meta = with stdenv.lib; {

diff --git a/pkgs/default.nix b/pkgs/default.nix

index 09f162a5d4ba979e06e2095ee86ec4dd2ef180c7..ea902cab10c9563ef0be6c31f4a1bc2de7a88ffd 100644

--- a/pkgs/default.nix

+++ b/pkgs/default.nix

@@ -20,7 +20,7 @@ gpxsee = libsForQt5.callPackage ./applications/gpxsee {

   inherit sources;

 };

 gpxsee-bin = callPackage ./applications/gpxsee/bin.nix { };

 iterm2-bin = callPackage ./applications/iterm2/bin.nix { };

 klogg = libsForQt5.callPackage ./applications/misc/klogg {

   inherit sources;

@@ -45,7 +45,7 @@ };

 sasplanet = callPackage ./applications/gis/sasplanet { };

 tdh = callPackage ./applications/gis/tdh { };

 visualgps = libsForQt5.callPackage ./applications/visualgps { };

 yabai = callPackage ./applications/window-managers/yabai {

   inherit (darwin.apple_sdk.frameworks) Cocoa ScriptingBridge;

 };

Proxy Information
Original URL
gemini://git.sikmir.ru/nur-packages/commits/320313a4b98ac0cbd6e1fe2bfcee73b78d17360c.patch
Status Code
Success (20)
Meta
application/octet-stream
Capsule Response Time
144.683182 milliseconds
Gemini-to-HTML Time
6.144906 milliseconds

This content has been proxied by September (3851b).