profetch: update code alignment

Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
This commit is contained in:
veleth
2021-08-13 09:28:00 +03:00
committed by GitHub
co-authored by Christoph Neidahl
parent eab56c384b
commit 2bd7a492ba
+2
View File
@@ -18,9 +18,11 @@ stdenv.mkDerivation rec {
gplc profetch.pl --no-top-level \
--no-debugger --no-fd-lib \
--no-fd-lib-warn --min-size -o profetch
runHook postBuild
'';
installPhase = ''
runHook preInstall
install -Dm755 -t $out/bin profetch
'';