nixpkgs/pkgs/tools/graphics/ploticus/builder.sh

16 lines
141 B
Bash
Raw Normal View History

source $stdenv/setup
preBuild() {
cd src
}
preBuild=preBuild
preInstall() {
ensureDir $out/bin
}
preInstall=preInstall
genericBuild