Files
nixpkgs/pkgs/applications/misc/cdrtools/builder.sh
2005-08-30 19:41:10 +00:00

12 lines
109 B
Bash

source $stdenv/setup
prefix=$out
configurePhase() {
echo ;
}
configurePhase=configurePhase
genericBuild