Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-before 'build 'set-fixed-version
- (lambda _
- (substitute* "setup.py"
- (("use_scm_version = True")
- (string-append "version='" ,version "',\nuse_scm_version = False"))))))))
Advertisement
Add Comment
Please, Sign In to add comment