mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
7 lines
78 B
Bash
7 lines
78 B
Bash
source $stdenv/setup
|
|
|
|
export DESTDIR=$out
|
|
mkdir -p $out/usr/bin
|
|
|
|
genericBuild
|