honggfuzz: remove unused let in
This commit is contained in:
parent
1c3d61e8aa
commit
01e26ef209
@ -1,8 +1,7 @@
|
||||
{ lib, stdenv, fetchFromGitHub, callPackage, makeWrapper, clang, llvm, libbfd
|
||||
, libopcodes, libunwind, libblocksruntime }:
|
||||
|
||||
let
|
||||
honggfuzz = stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "honggfuzz";
|
||||
version = "2.5";
|
||||
|
||||
@ -47,5 +46,4 @@ let
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with lib.maintainers; [ cpu chivay ];
|
||||
};
|
||||
};
|
||||
in honggfuzz
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user