{ pkgs ? import { } }: with pkgs; mkShell { shellHook = ''export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.lib.makeLibraryPath [ wayland ]}"''; buildInputs = [ pkgconfig wayland ]; }