Skip to content

Commit 744bdac

Browse files
committedJun 22, 2017
Re-add iolib subsystems
1 parent 3e430a8 commit 744bdac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

Diff for: ‎pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ in
4242
alexandria split-sequence cffi bordeaux-threads idna swap-bytes
4343
])
4444
;
45+
testSystems = ["iolib" "iolib/syscalls" "iolib/multiplex" "iolib/streams"
46+
"iolib/zstreams" "iolib/sockets" "iolib/trivial-sockets"
47+
"iolib/pathnames" "iolib/os"];
4548
};
4649
cl-unicode = addDeps (with qlnp; [cl-ppcre flexi-streams]);
4750
clack = addDeps (with qlnp;[lack bordeaux-threads prove]);

0 commit comments

Comments
 (0)
Please sign in to comment.