scaphandre: cleanup

This commit is contained in:
Weijia Wang
2023-09-28 22:44:37 +02:00
parent d90e8fdfb7
commit 8004b0ed17

View File

@@ -1,10 +1,8 @@
{ stdenv { lib
, lib
, rustPlatform , rustPlatform
, fetchFromGitHub , fetchFromGitHub
, pkg-config , pkg-config
, openssl , openssl
, powercap
, nix-update-script , nix-update-script
, runCommand , runCommand
, dieHook , dieHook
@@ -66,7 +64,7 @@ rustPlatform.buildRustPackage rec {
description = "Electrical power consumption metrology agent"; description = "Electrical power consumption metrology agent";
homepage = "https://github.com/hubblo-org/scaphandre"; homepage = "https://github.com/hubblo-org/scaphandre";
license = licenses.asl20; license = licenses.asl20;
platforms = with platforms; [ "x86_64-linux"]; platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ gaelreyrol ]; maintainers = with maintainers; [ gaelreyrol ];
}; };
} }