1 2 3 4 5
with import <nixpkgs> {}; stdenv.mkDerivation { name = "dwm"; buildInputs = [ xorg.libX11 xorg.libXft xorg.libXinerama ]; }