{ stdenv , scons , forstio }: stdenv.mkDerivation { pname = "icosahedrical_destruction"; version = "0.0.0"; src = ./..; nativeBuildInputs = [ scons forstio.core ]; doCheck = true; checkPhase = '' scons test ./bin/tests ''; }