koreader-from-src: avoid a runtime dep on cmake

This commit is contained in:
Colin 2024-05-23 23:41:26 +00:00
parent 2ccb4d94c5
commit a9e31539ea

View File

@ -249,6 +249,10 @@ let
luajson
luasocket
];
# don't ship lua-Spore binaries: they drag in a whole copy of cmake
postInstall = ''
rm -rf "$out/bin"
'';
};
} // luaPkgs;
in ps;