garble: move to by-name; nixfmt
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{ stdenv
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
, git
|
||||
{
|
||||
stdenv,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
git,
|
||||
}:
|
||||
buildGoModule rec {
|
||||
pname = "garble";
|
||||
@@ -18,7 +19,7 @@ buildGoModule rec {
|
||||
vendorHash = "sha256-SOdIlu0QrQokl9j9Ff594+1K6twU1mCuECFQaVKaPV4=";
|
||||
|
||||
# Used for some of the tests.
|
||||
nativeCheckInputs = [git];
|
||||
nativeCheckInputs = [ git ];
|
||||
|
||||
preBuild = lib.optionalString (!stdenv.hostPlatform.isx86_64) ''
|
||||
# The test assumex amd64 assembly
|
||||
@@ -19450,8 +19450,6 @@ with pkgs;
|
||||
|
||||
ganv = callPackage ../development/libraries/ganv { };
|
||||
|
||||
garble = callPackage ../development/tools/garble { };
|
||||
|
||||
gcab = callPackage ../development/libraries/gcab { };
|
||||
|
||||
gcovr = with python3Packages; toPythonApplication gcovr;
|
||||
|
||||
Reference in New Issue
Block a user