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:
parent
f7d4bc2c71
commit
08e5ef20d8
@ -32,9 +32,12 @@ stdenv.mkDerivation rec {
|
|||||||
chmod -R 755 ial
|
chmod -R 755 ial
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
outputs = ["out" "lib"];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
mv cedille $out/bin/cedille
|
mv cedille $out/bin/cedille
|
||||||
|
mv lib $lib
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user