diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-11-28 21:27:32 -0500 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-11-28 21:27:32 -0500 |
| commit | 412c2ffdc923e2759741e0c62b424cf74eb61ce6 (patch) | |
| tree | 06f774b8c1e0353ce773bffb7eccf4f2d8f33923 /modules/ryan-packages/linux.scm | |
| parent | ff9e209f8597900a334118c1771f8f9c5568a39b (diff) | |
Fixed neovim and systemd-stub
Diffstat (limited to 'modules/ryan-packages/linux.scm')
| -rw-r--r-- | modules/ryan-packages/linux.scm | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/modules/ryan-packages/linux.scm b/modules/ryan-packages/linux.scm index d5b215c..272280c 100644 --- a/modules/ryan-packages/linux.scm +++ b/modules/ryan-packages/linux.scm | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | (base32 | 54 | (base32 |
| 55 | "0arypdiycmss5g9wav21hfdc384v1ly82jnsc32zincl2y3f628q")))) | 55 | "0arypdiycmss5g9wav21hfdc384v1ly82jnsc32zincl2y3f628q")))) |
| 56 | (native-inputs (modify-inputs (package-native-inputs neovim) (prepend gcc-14))) | 56 | (native-inputs (modify-inputs (package-native-inputs neovim) (prepend gcc-14))) |
| 57 | (inputs (modify-inputs (package-inputs neovim) (append utf8proc-2.10.0) (replace "tree-sitter" treesitter-ryan))))) | 57 | (inputs (modify-inputs (package-inputs neovim) (append utf8proc) (replace "tree-sitter" treesitter-ryan))))) |
| 58 | 58 | ||
| 59 | (define-public treesitter-ryan | 59 | (define-public treesitter-ryan |
| 60 | (package | 60 | (package |
| @@ -73,20 +73,4 @@ | |||
| 73 | (snippet #~(begin | 73 | (snippet #~(begin |
| 74 | (delete-file-recursively "lib/src/unicode"))))))) | 74 | (delete-file-recursively "lib/src/unicode"))))))) |
| 75 | 75 | ||
| 76 | (define-public utf8proc-2.10.0 | ||
| 77 | (package | ||
| 78 | (inherit utf8proc-2.7.0) | ||
| 79 | (version "2.10.0") | ||
| 80 | (source (origin | ||
| 81 | (method git-fetch) | ||
| 82 | (uri (git-reference | ||
| 83 | (url "https://github.com/JuliaStrings/utf8proc") | ||
| 84 | (commit (string-append "v" version)))) | ||
| 85 | (file-name (git-file-name "utf8proc" version)) | ||
| 86 | (sha256 | ||
| 87 | (base32 | ||
| 88 | "1n1k67x39sk8xnza4w1xkbgbvgb1g7w2a7j2qrqzqaw1lyilqsy2")))) | ||
| 89 | (native-inputs (modify-inputs (package-native-inputs utf8proc-2.7.0) (prepend julia))) | ||
| 90 | (arguments (append (package-arguments utf8proc-2.7.0) (list #:tests? #f))))) | ||
| 91 | |||
| 92 | neovim-ryan | 76 | neovim-ryan |
