mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
profetch: add preBuild hook
Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
This commit is contained in:
parent
8b8a629b22
commit
e67b99da60
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ gprolog ];
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
gplc profetch.pl --no-top-level --no-debugger \
|
||||
--no-fd-lib --no-fd-lib-warn \
|
||||
--min-size -o profetch
|
||||
|
Loading…
Reference in New Issue
Block a user