St: Difference between revisions
imported>Artturin add troubleshooting |
imported>Artturin m less than and greater than showed wrong |
||
| Line 160: | Line 160: | ||
=== See files after patching === | === See files after patching === | ||
{{file|st-test.nix|nix| | {{file|st-test.nix|nix| | ||
with import <nixpkgs> {}; | with import <nixpkgs> {}; | ||
<nowiki> | |||
(st.overrideAttrs (oldAttrs: rec { | (st.overrideAttrs (oldAttrs: rec { | ||
buildInputs = oldAttrs.buildInputs ++ [ harfbuzz ]; | buildInputs = oldAttrs.buildInputs ++ [ harfbuzz ]; | ||