Skip to content

Commit

Permalink
Merge pull request #98618 from jbaum98/tlp-aarch64
Browse files Browse the repository at this point in the history
tlp: Add support for non-x86 platforms
  • Loading branch information
flokli committed Oct 20, 2020
2 parents 8ea168d + e6c940c commit 76d6af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/tlp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
smartmontools
systemd
utillinux
x86_energy_perf_policy
] ++ lib.optional enableRDW networkmanager
++ lib.optional (lib.any (lib.meta.platformMatch stdenv.hostPlatform) x86_energy_perf_policy.meta.platforms) x86_energy_perf_policy
);
in
''
Expand Down

0 comments on commit 76d6af3

Please sign in to comment.