auto-cpufreq: add gawk to propagatedBuildInputs

This commit is contained in:
Marc Bornand
2026-02-07 20:58:00 +01:00
parent 7af0ee1367
commit 65ec2b3e5a
+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