Skip to content

Commit

Permalink
lispPackages.iolib: precompile iolib/os
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Apr 9, 2017
1 parent 2db5b5a commit 917ecc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix
Expand Up @@ -32,7 +32,10 @@ in
};
};
hunchentoot = addNativeLibs [pkgs.openssl];
iolib = addNativeLibs [pkgs.libfixposix pkgs.gcc];
iolib = x: {
propagatedBuildInputs = (x.propagatedBuildInputs or []) ++ [pkgs.libfixposix pkgs.gcc];
testSystems = (x.testSystems or ["iolib"]) ++ ["iolib/os" "iolib/zstreams"];
};
cl-unicode = addDeps (with qlnp; [cl-ppcre flexi-streams]);
clack = addDeps (with qlnp;[lack bordeaux-threads prove]);
clack-v1-compat = addDeps (with qlnp;[
Expand Down

0 comments on commit 917ecc2

Please sign in to comment.