Guest User

Untitled

a guest
Dec 9th, 2024
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. (arguments
  2. `(#:phases
  3. (modify-phases %standard-phases
  4. (add-before 'build 'set-fixed-version
  5. (lambda _
  6. (substitute* "setup.py"
  7. (("use_scm_version = True")
  8. (string-append "version='" ,version "',\nuse_scm_version = False"))))))))
  9.  
Advertisement
Add Comment
Please, Sign In to add comment