mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
9 lines
104 B
Bash
9 lines
104 B
Bash
source $stdenv/setup
|
|
|
|
installPhase() {
|
|
mkdir -p $out/bin
|
|
cp -p zdc zdu $out/bin
|
|
}
|
|
|
|
genericBuild
|