mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
7 lines
79 B
Bash
7 lines
79 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
export DESTDIR=$out
|
||
|
ensureDir $out/usr/bin
|
||
|
|
||
|
genericBuild
|