weblate: cleanup gettext change

This commit is contained in:
Sandro
2025-02-16 22:27:49 +01:00
committed by GitHub
parent 23157759eb
commit c559ae7ea4
+1 -1
View File
@@ -48,7 +48,7 @@ python.pkgs.buildPythonApplication rec {
./cache.lock.patch
];
build-system = [ gettext ] ++ (with python.pkgs; [ setuptools ]);
build-system = with python.pkgs; [ setuptools ];
nativeBuildInputs = [ gettext ];