Commit 21e58324 authored by Guy Chronister's avatar Guy Chronister Committed by Gaetan Lepage
Browse files

noti: migrate to by-name

parent 33a1b634
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
{
  stdenv,
  lib,
  buildGoModule,
  fetchFromGitHub,
  Cocoa,
  installShellFiles,
}:

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

  nativeBuildInputs = [ installShellFiles ];

  buildInputs = lib.optional stdenv.hostPlatform.isDarwin Cocoa;

  ldflags = [
    "-s"
    "-w"
+0 −4
Original line number Diff line number Diff line
@@ -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;