profetch: update code alignment
Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
This commit is contained in:
co-authored by
Christoph Neidahl
parent
eab56c384b
commit
2bd7a492ba
@@ -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
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user