pmccabe: format with nixfmt
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user