mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
Add iolanguage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user