stdenv.mkDerivation
Nixのstdenv
で定義されている関数
http://blog.ielliott.io/nix-docs/stdenv-mkDerivation.html
引数の説明など
name
pname
version
src
buildPhase
buildCommand
buildInputs
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
shellHook
https://qiita.com/hnakano863/items/4abfa4475ddc4c8684b1