Expose genhash program as output package
All checks were successful
Run tests / run_tests (push) Successful in 35s
All checks were successful
Run tests / run_tests (push) Successful in 35s
This commit is contained in:
parent
e3c72dd2ef
commit
ed13c22b64
3 changed files with 29 additions and 3 deletions
|
@ -11,8 +11,8 @@ pkgs.stdenv.mkDerivation rec {
|
|||
phases = ["buildPhase"];
|
||||
|
||||
buildPhase = ''
|
||||
mkdir -p $out
|
||||
gcc $src -o $out/${name} -lnettle
|
||||
mkdir -p $out/bin
|
||||
gcc $src -o $out/bin/${name} -lnettle
|
||||
echo $out
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue