measureme: move to by-name, format
This commit is contained in:
+1
-1
@@ -841,4 +841,4 @@ dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
]
|
||||
+5
-1
@@ -1,4 +1,8 @@
|
||||
{ lib, fetchFromGitHub, rustPlatform }:
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "measureme";
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user