ansifilter: small arguments ordering and formatting

This commit is contained in:
Doron Behar
2025-12-03 11:30:05 +02:00
parent c05be33f5a
commit d05a1c0454
+4 -2
View File
@@ -1,7 +1,7 @@
{
fetchurl,
lib,
stdenv,
fetchurl,
pkg-config,
boost,
lua,
@@ -16,7 +16,9 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-zP9BynQLgTv5EDhotQAPQkPTKnUwTqkpohTEm5Q+zJM=";
};
nativeBuildInputs = [ pkg-config ];
nativeBuildInputs = [
pkg-config
];
buildInputs = [
boost
lua