Advertisement
Guest User

Untitled

a guest
Aug 29th, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. (define-public python-pyxel
  2. (package
  3. (name "python-pyxel")
  4. (version "1.4.3")
  5. (source
  6. (origin
  7. (method url-fetch)
  8. (uri "file:///home/lil/src/ring/pyxel" ;; (pypi-uri "pyxel" version)
  9. )
  10. (sha256
  11. (base32
  12. "1gxvagmj37gs871bh77xafm5jyiaw1hvs76wb97w96kf3g8abhkz"))))
  13. (build-system python-build-system)
  14. (native-inputs
  15. `(("sdl-union"
  16. ,(sdl-union (list sdl2 sdl2-image)))
  17. ("pkg-config" ,pkg-config)))
  18. (inputs
  19. `(("gifsicle" ,gifsicle)))
  20. ;; ("sdl-union"
  21. ;; ,(sdl-union (list sdl2 sdl2-image)))))
  22. (home-page "https://github.com/kitao/pyxel")
  23. (synopsis "A retro game engine for Python")
  24. (description "A retro game engine for Python")
  25. (license license:expat)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement