We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2480c commit 4c0d286Copy full SHA for 4c0d286
contrib/guix/manifest.scm
@@ -167,15 +167,6 @@ chain for " target " development."))
167
(url "https://github.com/lief-project/LIEF")
168
(commit version)))
169
(file-name (git-file-name name version))
170
- (modules '((guix build utils)))
171
- (snippet
172
- '(begin
173
- ;; Configure build for Python bindings.
174
- (substitute* "api/python/config-default.toml"
175
- (("(ninja = )true" all m)
176
- (string-append m "false"))
177
- (("(parallel-jobs = )0" all m)
178
- (string-append m (number->string (parallel-job-count)))))))
179
(sha256
180
(base32
181
"1pq9nagrnkl1x943bqnpiyxmkd9vk99znfxiwqp6vf012b50bz2a"))
0 commit comments