{ stdenv , scons }: stdenv.mkDerivation { pname = "icosahedrical_destruction"; version = "0.0.0"; src = ./..; nativeBuildInputs = [ scons ]; }