about summary refs log tree commit diff
path: root/pkgs/servers/scaphandre
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-28 22:44:37 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-28 22:44:37 +0200
commit8004b0ed17eabf2dc8541e271a2a77136070a8ab (patch)
tree4dd87d83f8416531a1987120dc5ab3744c2200a5 /pkgs/servers/scaphandre
parentd90e8fdfb7ea4885907c1570877197160cff2d44 (diff)
scaphandre: cleanup
Diffstat (limited to 'pkgs/servers/scaphandre')
-rw-r--r--pkgs/servers/scaphandre/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/servers/scaphandre/default.nix b/pkgs/servers/scaphandre/default.nix
index 04a3c7fee1695..21b72c031be2c 100644
--- a/pkgs/servers/scaphandre/default.nix
+++ b/pkgs/servers/scaphandre/default.nix
@@ -1,10 +1,8 @@
-{ stdenv
-, lib
+{ lib
 , rustPlatform
 , fetchFromGitHub
 , pkg-config
 , openssl
-, powercap
 , nix-update-script
 , runCommand
 , dieHook
@@ -66,7 +64,7 @@ rustPlatform.buildRustPackage rec {
     description = "Electrical power consumption metrology agent";
     homepage = "https://github.com/hubblo-org/scaphandre";
     license = licenses.asl20;
-    platforms = with platforms; [ "x86_64-linux"];
+    platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ gaelreyrol ];
   };
 }