rcshm: Maybe this works ``` { pkgs ? import {} }: pkgs.stdenv.mkDerivation { name = "haskell-playground"; nativeBuildInputs = [ pkgs.libGLU ]; } ```