tradcpp: remove with lib

This commit is contained in:
kyehn
2025-09-02 11:55:02 +08:00
parent 29df84dada
commit ab8dc3437d
+3 -3
View File
@@ -21,10 +21,10 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ autoreconfHook ];
meta = with lib; {
meta = {
description = "Traditional (K&R-style) C macro preprocessor";
mainProgram = "tradcpp";
platforms = platforms.all;
license = licenses.bsd2;
platforms = lib.platforms.all;
license = lib.licenses.bsd2;
};
})