File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
, python3
8
8
, pkgs
9
9
, llvm
10
+ , gcc
10
11
} :
11
12
12
13
let
18
19
in
19
20
stdenvNoCC . mkDerivation rec {
20
21
pname = "slothy-cli" ;
21
- version = "5fafd8048c3ba7c5924cbd2e16e77040fa847447 " ;
22
+ version = "915c224166207ce07b31152194305c3b6687d09b " ;
22
23
23
24
src = fetchFromGitHub {
24
25
owner = "slothy-optimizer" ;
25
26
repo = "slothy" ;
26
27
rev = version ;
27
- sha256 = "sha256-3X8Z4Wgb+sGrDYTffBrG4hF3UAIVwab60XMiijtZlIY " ;
28
+ sha256 = "sha256-ebZjm+nhmML/+DZF78eN1ezoxbv5Rrc5kWsh0Ycww4U= " ;
28
29
} ;
29
30
30
31
nativeBuildInputs = [ pkgs . makeWrapper ] ;
@@ -42,7 +43,7 @@ stdenvNoCC.mkDerivation rec {
42
43
43
44
dontStrip = true ;
44
45
noAuditTmpdir = true ;
45
- propagatedBuildInputs = [ pythonEnv llvm ] ;
46
+ propagatedBuildInputs = [ pythonEnv llvm gcc ] ;
46
47
47
48
meta = {
48
49
description = "Slothy: assembly-level superoptimizer" ;
You can’t perform that action at this time.
0 commit comments