noti: migrate to by-name

This commit is contained in:
Guy Chronister
2025-05-04 17:17:51 +02:00
committed by Gaetan Lepage
parent 33a1b634ac
commit 21e58324a6
2 changed files with 0 additions and 8 deletions
@@ -1,9 +1,7 @@
{
stdenv,
lib,
buildGoModule,
fetchFromGitHub,
Cocoa,
installShellFiles,
}:
@@ -22,8 +20,6 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles ];
buildInputs = lib.optional stdenv.hostPlatform.isDarwin Cocoa;
ldflags = [
"-s"
"-w"
-4
View File
@@ -2590,10 +2590,6 @@ with pkgs;
nixpkgs-pytools = with python3.pkgs; toPythonApplication nixpkgs-pytools;
noti = callPackage ../tools/misc/noti {
inherit (darwin.apple_sdk.frameworks) Cocoa;
};
nsz = with python3.pkgs; toPythonApplication nsz;
ocrmypdf = with python3.pkgs; toPythonApplication ocrmypdf;