gnu: ruby-unf-ext: Build extension.

* gnu/packages/ruby.scm (ruby-unf-ext)[arguments]: Add phase "build-ext"
  to build "unf_ext.so".
This commit is contained in:
Ricardo Wurmus 2015-12-17 14:20:46 +01:00
parent 44157e9f3c
commit b809cc9add
1 changed files with 5 additions and 0 deletions

View File

@ -2551,6 +2551,11 @@ including comments and whitespace.")
(base32
"0ly2ms6c3irmbr1575ldyh52bz2v0lzzr2gagf0p526k12ld2n5b"))))
(build-system ruby-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'build 'build-ext
(lambda _ (zero? (system* "rake" "compile:unf_ext")))))))
(native-inputs
`(("bundler" ,bundler)
("ruby-rake-compiler" ,ruby-rake-compiler)