compile uiop/version with uiop, seems needed for monolithic bundles in some cases
This commit is contained in:
@@ -134,6 +134,9 @@ in
|
||||
plump = addDeps (with qlnp; [array-utils trivial-indent]);
|
||||
sqlite = addNativeLibs [pkgs.sqlite];
|
||||
uiop = x: {
|
||||
testSystems = (x.testSystems or ["uiop"]) ++ [
|
||||
"uiop/version"
|
||||
];
|
||||
overrides = y: (x.overrides y) // {
|
||||
postInstall = ((x.overrides y).postInstall or "") + ''
|
||||
cp -r "${pkgs.asdf}/lib/common-lisp/asdf/uiop/contrib" "$out/lib/common-lisp/uiop"
|
||||
|
||||
Reference in New Issue
Block a user