stdenv.mkDerivation
Nixpkgsにおける標準的なビルド関数
引数の説明など
name
pname
version
src
buildPhase
buildCommand
The package's dependencies.
This attribute ensures that the outputs of the dependencies (e.g. bin, includes) are in scope during the package build.
installPhase
builder