cedille: Make a seperate output for the base library

For now, for normal usage you need to add `${cedille.lib}` to
the `~/.cedille/options` file so that cedille will find the base
libraries. There is no option to pass options by the command line.
This commit is contained in:
Matthew Pickering 2018-10-22 08:43:07 +00:00
parent f7d4bc2c71
commit 08e5ef20d8

View file

@ -32,9 +32,12 @@ stdenv.mkDerivation rec {
chmod -R 755 ial
'';
outputs = ["out" "lib"];
installPhase = ''
mkdir -p $out/bin
mv cedille $out/bin/cedille
mv lib $lib
'';
meta = {