quicklispPackages: give names to all somewhat-working versions

This commit is contained in:
Michael Raskin
2021-03-28 18:20:05 +02:00
parent 85b6efff7c
commit 3f6be2ae8f
2 changed files with 5 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ in
preConfigure = ((x.overrides y).preConfigure or "") + ''
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${pkgs.libmysqlclient}/include/mysql"
export NIX_LDFLAGS="$NIX_LDFLAGS -L${pkgs.libmysqlclient}/lib/mysql"
'';};})
'';};})
(ifLispIn ["ecl" "clisp"] (x: {
deps = pkgs.lib.filter (x: x.outPath != quicklisp-to-nix-packages.uffi.outPath)
(x.deps ++ (with quicklisp-to-nix-packages; [cffi-uffi-compat]));