libretro-genode/shell.nix

11 lines
179 B
Nix
Raw Normal View History

2019-07-31 17:31:20 +02:00
{ pkgs ? import <genodepkgs> { } }:
pkgs.shell.mkShell
{ buildInputs = with pkgs;
[ ports.libc
ports.stdcxx
ports.egl_api
ports.mesa
];
}