diff --git a/pkgs/by-name/pm/pmccabe/package.nix b/pkgs/by-name/pm/pmccabe/package.nix index 1b861d42901d..4c740db6e2aa 100644 --- a/pkgs/by-name/pm/pmccabe/package.nix +++ b/pkgs/by-name/pm/pmccabe/package.nix @@ -13,9 +13,7 @@ stdenv.mkDerivation rec { sha256 = "0a3h1b9fb87c82d5fbql5lc4gp338pa5s9i66dhw7zk8jdygx474"; }; - patches = [ - ./getopt_on_darwin.patch - ]; + patches = [ ./getopt_on_darwin.patch ]; # GCC 14 made implicit function declarations an error. With this switch we turn them # back into a warning. @@ -54,4 +52,3 @@ stdenv.mkDerivation rec { platforms = platforms.unix; }; } -