measureme: move to by-name, format

This commit is contained in:
t4ccer
2024-09-02 22:20:22 -06:00
parent 98b24991f1
commit e416cfd21c
3 changed files with 6 additions and 4 deletions
@@ -841,4 +841,4 @@ dependencies = [
"proc-macro2",
"quote",
"syn",
]
]
@@ -1,4 +1,8 @@
{ lib, fetchFromGitHub, rustPlatform }:
{
lib,
fetchFromGitHub,
rustPlatform,
}:
rustPlatform.buildRustPackage rec {
pname = "measureme";
-2
View File
@@ -5629,8 +5629,6 @@ with pkgs;
maxcso = callPackage ../tools/archivers/maxcso { };
measureme = callPackage ../development/tools/rust/measureme { };
medusa = callPackage ../tools/security/medusa { };
megasync = libsForQt5.callPackage ../applications/misc/megasync {