auto-cpufreq: add gawk to propagatedBuildInputs (#488076)

This commit is contained in:
Jo
2026-02-11 12:22:00 +00:00
committed by GitHub
+5 -1
View File
@@ -5,6 +5,7 @@
replaceVars,
gobject-introspection,
wrapGAppsHook3,
gawk,
gtk3,
getent,
nixosTests,
@@ -72,7 +73,10 @@ python3Packages.buildPythonPackage rec {
buildInputs = [ gtk3 ];
propagatedBuildInputs = [ getent ];
propagatedBuildInputs = [
getent
gawk
];
postInstall =
# copy script manually