mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 16:14:50 +00:00
10 lines
131 B
Bash
10 lines
131 B
Bash
source $stdenv/setup
|
|
|
|
installPhase=installPhase
|
|
installPhase() {
|
|
ensureDir $out/bin
|
|
cp -p zdc zdu $out/bin
|
|
}
|
|
|
|
genericBuild
|