Commit d546c548 authored by Justin Restivo's avatar Justin Restivo
Browse files

easyeasm: correct runtime dependencies

parent e8f0aac1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,8 +5,9 @@
  makeWrapper,
  amass,
  alterx,
  oam-tools,
  subfinder,
  dnsx,
  httpx,
}:

buildGoModule rec {
@@ -37,8 +38,9 @@ buildGoModule rec {
        lib.makeBinPath [
          amass
          alterx
          oam-tools
          subfinder
          dnsx
          httpx
        ]
      }"
  '';