with import {}; stdenv.mkDerivation { name = "a-robots-conundrum"; buildInputs = [ (python27.withPackages (ps: with ps; [ pygame numpy ])) ]; }