mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
paper over more dependency issues
This commit is contained in:
parent
fc5e6ce9ce
commit
1ec12e2016
@ -54,6 +54,25 @@ in
|
||||
sha256 = "0pa86bf3jrysnmhasbc0lm6cid9xzril4jsg02g3gziav1xw5x2m";
|
||||
};
|
||||
};
|
||||
iolib_slash_syscalls = x: rec {
|
||||
propagatedBuildInputs = (x.propagatedBuildInputs or [])
|
||||
++ (with pkgs; [libfixposix gcc])
|
||||
++ (with qlnp; [
|
||||
alexandria split-sequence cffi bordeaux-threads idna swap-bytes
|
||||
])
|
||||
;
|
||||
testSystems = ["iolib" "iolib/syscalls" "iolib/multiplex" "iolib/streams"
|
||||
"iolib/zstreams" "iolib/sockets" "iolib/trivial-sockets"
|
||||
"iolib/pathnames" "iolib/os"];
|
||||
|
||||
version = "0.8.3";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "sionescu";
|
||||
repo = "iolib";
|
||||
rev = "v${version}";
|
||||
sha256 = "0pa86bf3jrysnmhasbc0lm6cid9xzril4jsg02g3gziav1xw5x2m";
|
||||
};
|
||||
};
|
||||
cl-unicode = addDeps (with qlnp; [cl-ppcre flexi-streams]);
|
||||
clack = addDeps (with qlnp;[lack bordeaux-threads prove]);
|
||||
clack-v1-compat = addDeps (with qlnp;[
|
||||
|
Loading…
Reference in New Issue
Block a user