mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-anystyle-data: Don't write to installed gem.
* gnu/packages/patches/ruby-anystyle-data-immutable-install.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ruby.scm (ruby-anystyle-data)[patches]: Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3ee5460b63
commit
bc2de56572
3 changed files with 43 additions and 0 deletions
|
@ -13446,6 +13446,8 @@ the power of the built-in @code{OptionParser}.")
|
|||
(snippet
|
||||
;; remove pre-built file
|
||||
#~(delete-file "lib/anystyle/data/dict.txt.gz"))
|
||||
(patches
|
||||
(search-patches "ruby-anystyle-data-immutable-install.patch"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue