rPackages.salso: fixed build

This commit is contained in:
Bruno Rodrigues
2025-03-04 10:29:04 +01:00
parent 5dc7071620
commit ddb4302bb8
+1 -1
View File
@@ -496,7 +496,7 @@ let
httpuv = [ pkgs.zlib.dev ];
clustermq = [ pkgs.zeromq ];
SAVE = with pkgs; [ zlib bzip2 icu xz pcre ];
salso = [ pkgs.cargo ];
salso = with pkgs; [ cargo rustc ];
ymd = with pkgs; [ cargo rustc ];
arcpbf = [ pkgs.cargo ];
sdcTable = with pkgs; [ gmp glpk ];