mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
7 lines
79 B
Bash
7 lines
79 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
export DESTDIR=$out
|
||
|
ensureDir $out/usr/bin
|
||
|
|
||
|
genericBuild
|