~kris/suckless

st

ref: c9bda1de1f3f94ba507fa0eacc96d6a4f338637f st/shell.nix -rw-r--r-- 142 bytes
c9bda1de — siduck76 re-add many patches , bump to 0.8.4 | This isnt based on luke smiths build :D 5 years ago
                                                                                
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
  nativeBuildInputs = with pkgs; [ pkgconfig xorg.libX11 xorg.libXft fontconfig harfbuzz ];
}