Commit 893ddcd0 authored by holagus's avatar holagus Committed by Peter Hoeg
Browse files

pmccabe: format with nixfmt

parent 8ec5ad48
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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;
  };
}