Unverified Commit a93d66c9 authored by wxt's avatar wxt
Browse files

garble: move to by-name; nixfmt

parent 46615171
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
{ stdenv
, buildGoModule
, fetchFromGitHub
, lib
, git
{
  stdenv,
  buildGoModule,
  fetchFromGitHub,
  lib,
  git,
}:
buildGoModule rec {
  pname = "garble";
+0 −2
Original line number Diff line number Diff line
@@ -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;