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