mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
Update default.nix
This commit is contained in:
parent
b2a1e0bd7f
commit
61bae56557
@ -15,16 +15,16 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
gplc profetch.pl --no-top-level --no-debugger \
|
||||
--no-fd-lib --no-fd-lib-warn \
|
||||
--min-size -o profetch
|
||||
runHook postBuild
|
||||
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
|
||||
runHook postInstall
|
||||
runHook preInstall
|
||||
install -Dm755 -t $out/bin profetch
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user