nixpkgs/pkgs/applications/misc/cdrtools/builder.sh

12 lines
109 B
Bash

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