Skip to content

Commit 21e5832

Browse files
guylamar2006GaetanLepage
authored andcommitted
noti: migrate to by-name
1 parent 33a1b63 commit 21e5832

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

pkgs/tools/misc/noti/default.nix renamed to pkgs/by-name/no/noti/package.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
stdenv,
32
lib,
43
buildGoModule,
54
fetchFromGitHub,
6-
Cocoa,
75
installShellFiles,
86
}:
97

@@ -22,8 +20,6 @@ buildGoModule rec {
2220

2321
nativeBuildInputs = [ installShellFiles ];
2422

25-
buildInputs = lib.optional stdenv.hostPlatform.isDarwin Cocoa;
26-
2723
ldflags = [
2824
"-s"
2925
"-w"

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2590,10 +2590,6 @@ with pkgs;
25902590

25912591
nixpkgs-pytools = with python3.pkgs; toPythonApplication nixpkgs-pytools;
25922592

2593-
noti = callPackage ../tools/misc/noti {
2594-
inherit (darwin.apple_sdk.frameworks) Cocoa;
2595-
};
2596-
25972593
nsz = with python3.pkgs; toPythonApplication nsz;
25982594

25992595
ocrmypdf = with python3.pkgs; toPythonApplication ocrmypdf;

0 commit comments

Comments
 (0)