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 77, python3
88, pkgs
99, llvm
10+ , gcc
1011} :
1112
1213let
1819in
1920stdenvNoCC . mkDerivation rec {
2021 pname = "slothy-cli" ;
21- version = "5fafd8048c3ba7c5924cbd2e16e77040fa847447 " ;
22+ version = "915c224166207ce07b31152194305c3b6687d09b " ;
2223
2324 src = fetchFromGitHub {
2425 owner = "slothy-optimizer" ;
2526 repo = "slothy" ;
2627 rev = version ;
27- sha256 = "sha256-3X8Z4Wgb+sGrDYTffBrG4hF3UAIVwab60XMiijtZlIY " ;
28+ sha256 = "sha256-ebZjm+nhmML/+DZF78eN1ezoxbv5Rrc5kWsh0Ycww4U= " ;
2829 } ;
2930
3031 nativeBuildInputs = [ pkgs . makeWrapper ] ;
@@ -42,7 +43,7 @@ stdenvNoCC.mkDerivation rec {
4243
4344 dontStrip = true ;
4445 noAuditTmpdir = true ;
45- propagatedBuildInputs = [ pythonEnv llvm ] ;
46+ propagatedBuildInputs = [ pythonEnv llvm gcc ] ;
4647
4748 meta = {
4849 description = "Slothy: assembly-level superoptimizer" ;
You can’t perform that action at this time.
0 commit comments