File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments