Loading pkgs/development/python-modules/apprise/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ requests, requests-oauthlib, setuptools, stdenv, terminal-notifier, testers, }: Loading @@ -32,6 +34,11 @@ buildPythonPackage rec { hash = "sha256-Qga+nLVpSj0I3Y4Dk7u5s2ISrDp3acJjNiAFXnXGyu8="; }; postPatch = lib.optionalString stdenv.hostPlatform.isDarwin '' substituteInPlace apprise/plugins/macosx.py \ --replace-fail "/opt/homebrew/bin/terminal-notifier" "${lib.getExe' terminal-notifier "terminal-notifier"}" ''; nativeBuildInputs = [ installShellFiles ]; build-system = [ Loading Loading
pkgs/development/python-modules/apprise/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ requests, requests-oauthlib, setuptools, stdenv, terminal-notifier, testers, }: Loading @@ -32,6 +34,11 @@ buildPythonPackage rec { hash = "sha256-Qga+nLVpSj0I3Y4Dk7u5s2ISrDp3acJjNiAFXnXGyu8="; }; postPatch = lib.optionalString stdenv.hostPlatform.isDarwin '' substituteInPlace apprise/plugins/macosx.py \ --replace-fail "/opt/homebrew/bin/terminal-notifier" "${lib.getExe' terminal-notifier "terminal-notifier"}" ''; nativeBuildInputs = [ installShellFiles ]; build-system = [ Loading