lispPackages.dbi: break test-only dependency loops
This commit is contained in:
parent
a84b759e99
commit
da2a4ce7f4
@ -215,4 +215,16 @@ $out/lib/common-lisp/query-fs"
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
dbi = x: {
|
||||||
|
parasites = [];
|
||||||
|
deps = pkgs.lib.filter
|
||||||
|
(x:
|
||||||
|
(
|
||||||
|
x.name != quicklisp-to-nix-packages.dbd-mysql.name &&
|
||||||
|
x.name != quicklisp-to-nix-packages.dbd-postgres.name &&
|
||||||
|
x.name != quicklisp-to-nix-packages.dbd-sqlite3.name &&
|
||||||
|
x.name != quicklisp-to-nix-packages.dbi-test.name &&
|
||||||
|
true))
|
||||||
|
x.deps;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user