Skip to content

Commit

Permalink
fix litani again
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias J. Kannwischer <[email protected]>
  • Loading branch information
mkannwischer committed Jun 12, 2024
1 parent a7b08bf commit d9f9300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litani.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ stdenvNoCC.mkDerivation rec {
installPhase = ''
mkdir -p $out/bin
cp litani $out/bin
cp -r lib $out/
cp -r templates $out/
cp -r lib $out/bin
cp -r templates $out/bin
'';
dontStrip = true;
noAuditTmpdir = true;
Expand Down

0 comments on commit d9f9300

Please sign in to comment.