diff --git a/pkgs/darwin/cudatext/bin.nix b/pkgs/darwin/cudatext/bin.nix

index 1867053648faf7e3b73de97872ba855851491cfc..897ee34d35e7fd534deeeeac964583711fa63244 100644

--- a/pkgs/darwin/cudatext/bin.nix

+++ b/pkgs/darwin/cudatext/bin.nix

@@ -1,23 +1,25 @@

-{ lib, stdenv, fetchurl, undmg, makeWrapper, cudatext }:

+{ lib, stdenv, fetchurl, _7zz, makeWrapper, cudatext }:

stdenv.mkDerivation (finalAttrs: {

pname = "cudatext-bin";

src = {

 "aarch64-darwin" = fetchurl {

   url = "mirror://sourceforge/cudatext/cudatext-macos-cocoa-aarch64-${finalAttrs.version}.dmg";

 };

 "x86_64-darwin" = fetchurl {

   url = "mirror://sourceforge/cudatext/cudatext-macos-cocoa-amd64-${finalAttrs.version}.dmg";

 };

}.${stdenv.hostPlatform.system};

installPhase = ''

 runHook preInstall

diff --git a/pkgs/darwin/darktable/bin.nix b/pkgs/darwin/darktable/bin.nix

index dcf42cbb1b2aa9118bc99986f1a6813abfb31098..30ce375236601ca9621663c6510b452a92991044 100644

--- a/pkgs/darwin/darktable/bin.nix

+++ b/pkgs/darwin/darktable/bin.nix

@@ -2,13 +2,13 @@ { lib, stdenv, fetchfromgh, undmg, darktable }:

stdenv.mkDerivation (finalAttrs: {

pname = "darktable-bin";

src = fetchfromgh {

 owner = "darktable-org";

 repo = "darktable";

 name = "darktable-${finalAttrs.version}-x86_64.dmg";

 version = "release-${finalAttrs.version}";

};

diff --git a/pkgs/darwin/podman-desktop/bin.nix b/pkgs/darwin/podman-desktop/bin.nix

index 58e162f3ecfefd3a33806ba40ba65afb23bcb0ba..34574625798a9f7a9a28c3cbf841c52a713f2835 100644

--- a/pkgs/darwin/podman-desktop/bin.nix

+++ b/pkgs/darwin/podman-desktop/bin.nix

@@ -6,13 +6,13 @@ "aarch64-darwin" = "arm64";

 "x86_64-darwin" = "x64";

}.${stdenv.hostPlatform.system};

hash = {

}.${stdenv.hostPlatform.system};

in

stdenv.mkDerivation (finalAttrs: {

pname = "podman-desktop";

src = fetchfromgh {

 owner = "containers";

@@ -27,13 +27,16 @@

sourceRoot = ".";

installPhase = ''

 mkdir -p $out/Applications

 cp -R *.app $out/Applications

'';

meta = with lib; {

 description = "A graphical tool for developing on containers and Kubernetes";

 homepage = "https://podman-desktop.io/";

 license = licenses.asl20;

 platforms = [ "aarch64-darwin" "x86_64-darwin" ];

 maintainers = [ maintainers.sikmir ];

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

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