Added st
This commit is contained in:
parent
d55cffb571
commit
dc46b94d60
1 changed files with 12 additions and 0 deletions
12
shared/st.nix
Normal file
12
shared/st.nix
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{ pkgs, ...}:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
(st.overrideAttrs (oldAttrs: rec {
|
||||||
|
src = builtins.fetchGit {
|
||||||
|
url = "https://github.com/fwastring/st";
|
||||||
|
rev = "384ca157dbedaccf5939d75a6a2ea8137df5862d";
|
||||||
|
};
|
||||||
|
buildInputs = oldAttrs.buildInputs ++ [ xorg.libX11.dev xorg.libXft imlib2 xorg.libXinerama pkg-config];
|
||||||
|
}))
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue