mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
c556a6ea46
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
8 lines
104 B
Bash
8 lines
104 B
Bash
source $stdenv/setup
|
|
|
|
installPhase() {
|
|
mkdir -p $out/bin
|
|
cp -p zdc zdu $out/bin
|
|
}
|
|
|
|
genericBuild
|