···27}:
2829let
30- version = "1.12.1";
3132 # build stimuli file for PGO build and the script to generate it
33 # independently of the foot's build, so we can cache the result
···99 owner = "dnkl";
100 repo = pname;
101 rev = version;
102- sha256 = "14jqs4sarxbrgi5pxz0afqa9jxq90cb5ayqd21qj2n65whqa5bpk";
103 };
104105 depsBuildBuild = [
···144 mesonBuildType = "release";
145146 # See https://codeberg.org/dnkl/foot/src/tag/1.9.2/INSTALL.md#options
147- # TODO(@sternenseemann): install systemd user units
148 mesonFlags = [
149 # Use lto
150 "-Db_lto=true"
···154 "-Ddefault-terminfo=foot"
155 # Tell foot to set TERMINFO and where to install the terminfo files
156 "-Dcustom-terminfo-install-location=${terminfoDir}"
00157 ];
158159 # build and run binary generating PGO profiles,
···27}:
2829let
30+ version = "1.13.0";
3132 # build stimuli file for PGO build and the script to generate it
33 # independently of the foot's build, so we can cache the result
···99 owner = "dnkl";
100 repo = pname;
101 rev = version;
102+ sha256 = "0cc262jpqp8l25p04pcqh3w671gw0p1d2zrr3d34ch8k9c6s4nzq";
103 };
104105 depsBuildBuild = [
···144 mesonBuildType = "release";
145146 # See https://codeberg.org/dnkl/foot/src/tag/1.9.2/INSTALL.md#options
0147 mesonFlags = [
148 # Use lto
149 "-Db_lto=true"
···153 "-Ddefault-terminfo=foot"
154 # Tell foot to set TERMINFO and where to install the terminfo files
155 "-Dcustom-terminfo-install-location=${terminfoDir}"
156+ # Install systemd user units for foot-server
157+ "-Dsystemd-units-dir=${placeholder "out"}/lib/systemd/user"
158 ];
159160 # build and run binary generating PGO profiles,