lol

Merge pull request #97927 from NieDzejkob/chez-fix

chez-modules: Fix path to csv-site.

authored by

Robert Scott and committed by
GitHub
9743a383 cc4a33d7

+2 -2
+1 -1
pkgs/development/chez-modules/chez-mit/default.nix
··· 13 13 buildInputs = [ chez chez-srfi ]; 14 14 15 15 buildPhase = '' 16 - export CHEZSCHEMELIBDIRS=${chez-srfi}/lib/csv9.5-site 16 + export CHEZSCHEMELIBDIRS=${chez-srfi}/lib/csv-site 17 17 make PREFIX=$out CHEZ=${chez}/bin/scheme 18 18 ''; 19 19
+1 -1
pkgs/development/chez-modules/chez-scmutils/default.nix
··· 13 13 buildInputs = [ chez chez-srfi chez-mit ]; 14 14 15 15 buildPhase = '' 16 - export CHEZSCHEMELIBDIRS=${chez-srfi}/lib/csv9.5-site:${chez-mit}/lib/csv9.5-site 16 + export CHEZSCHEMELIBDIRS=${chez-srfi}/lib/csv-site:${chez-mit}/lib/csv-site 17 17 make PREFIX=$out CHEZ=${chez}/bin/scheme 18 18 ''; 19 19