mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 02:23:07 +03:00
8 lines
87 B
Bash
8 lines
87 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
makeFlags="-e PREFIX=\"$out\""
|
||
|
|
||
|
ensureDir $out/bin
|
||
|
|
||
|
genericBuild
|