1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

Add iolanguage

This commit is contained in:
Kierán Meinhardt
2019-01-14 15:20:55 +01:00
parent 6945c1b1b9
commit a0f9e50cb5
3 changed files with 29 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ pandoc ];
buildPhase = ''
mkdir -p $out/share/man/man1
pandoc --standalone --to man daybook.1.md -o $out/share/man/man1/daybook.1
mkdir -p $out/man/man1
pandoc --standalone --to man daybook.1.md -o $out/man/man1/daybook.1
'';
installPhase = ''
mkdir -p $out/bin