make nix build work
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
d297449035
commit
60e561c239
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
result
|
@ -18,11 +18,12 @@ in pkgs.stdenv.mkDerivation {
|
||||
|
||||
buildPhase = ''
|
||||
cp -rf $src/src .
|
||||
mkdir out
|
||||
cd ./src && ./build.sh && cd ..
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp -vrf book/* $out
|
||||
cp -vrf out/* $out
|
||||
'';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user