File tree Expand file tree Collapse file tree 1 file changed +37
-25
lines changed
Expand file tree Collapse file tree 1 file changed +37
-25
lines changed Original file line number Diff line number Diff line change 1- { lib
2- , stdenv
3- , cmake
4- , llvm
5- , fetchFromGitHub
6- , mbedtls
7- , gtk3
8- , pkg-config
9- , capstone
10- , dbus
11- , libGLU
12- , libGL
13- , glfw3
14- , file
15- , perl
16- , python3
17- , jansson
18- , curl
19- , fmt_8
20- , nlohmann_json
21- , yara
22- , rsync
23- , autoPatchelfHook
1+ {
2+ lib ,
3+ stdenv ,
4+ cmake ,
5+ llvm ,
6+ fetchFromGitHub ,
7+ mbedtls ,
8+ gtk3 ,
9+ pkg-config ,
10+ capstone ,
11+ dbus ,
12+ libGLU ,
13+ libGL ,
14+ glfw3 ,
15+ file ,
16+ perl ,
17+ python3 ,
18+ jansson ,
19+ curl ,
20+ fmt_8 ,
21+ nlohmann_json ,
22+ yara ,
23+ rsync ,
24+ autoPatchelfHook ,
2425} :
2526
2627let
@@ -49,7 +50,15 @@ stdenv.mkDerivation rec {
4950 hash = "sha256-8vhOOHfg4D9B9yYgnGZBpcjAjuL4M4oHHax9ad5PJtA=" ;
5051 } ;
5152
52- nativeBuildInputs = [ autoPatchelfHook cmake llvm python3 perl pkg-config rsync ] ;
53+ nativeBuildInputs = [
54+ autoPatchelfHook
55+ cmake
56+ llvm
57+ python3
58+ perl
59+ pkg-config
60+ rsync
61+ ] ;
5362
5463 buildInputs = [
5564 capstone
@@ -94,7 +103,10 @@ stdenv.mkDerivation rec {
94103 description = "Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM" ;
95104 homepage = "https://github.com/WerWolv/ImHex" ;
96105 license = with licenses ; [ gpl2Only ] ;
97- maintainers = with maintainers ; [ kashw2 cafkafk ] ;
106+ maintainers = with maintainers ; [
107+ kashw2
108+ cafkafk
109+ ] ;
98110 platforms = platforms . linux ;
99111 } ;
100112}
You can’t perform that action at this time.
0 commit comments