Update offlate
more/packages/python.scm
716 | 716 | (("/opt/local/lib/libenchant.dylib\"") | |
717 | 717 | (string-append "/opt/local/lib/libenchant.dylib\"\n" | |
718 | 718 | " yield \"" (assoc-ref inputs "enchant") | |
719 | - | "/lib/libenchant.so\"")))))))) | |
719 | + | "/lib/libenchant-2.so\"")))))))) | |
720 | 720 | ;(setenv "PYENCHANT_LIBRARY_PATH" | |
721 | 721 | ; (string-append (assoc-ref inputs "enchant") "/lib/libenchant.so"))))))) | |
722 | 722 | (propagated-inputs | |
… | |||
736 | 736 | (source (origin | |
737 | 737 | (method git-fetch) | |
738 | 738 | (uri (git-reference | |
739 | - | (url "https://framagit.org/tyreunom/offlate") | |
740 | - | (commit "52edc87f21e89eaea8eef21e376ef02b0a8d1cbb"))) | |
739 | + | (url "https://framagit.org/tyreunom/offlate.git") | |
740 | + | (commit "28fa87a163aa40d6770390792ce17e583618fb80"))) | |
741 | 741 | (sha256 | |
742 | 742 | (base32 | |
743 | - | "0rdg2vv16wld4zsf8jnk1ghc08wi05ydny6z9z0jj4f7ra64zbw0")))) | |
743 | + | "0hcg7fiwa51jfm8jgz65vjakid38kfsrrc805f4imldmv9j9gf3a")))) | |
744 | 744 | (build-system python-build-system) | |
745 | 745 | (arguments | |
746 | - | `(#:tests? #f | |
746 | + | `(#:tests? #f; no tests | |
747 | 747 | #:phases | |
748 | 748 | (modify-phases %standard-phases | |
749 | 749 | (add-before 'build 'generate-translations | |
750 | - | (lambda _ | |
751 | - | (invoke "make" "update-langs") | |
752 | - | #t))))) | |
750 | + | (lambda _ | |
751 | + | (invoke "make" "update-langs") | |
752 | + | #t))))) | |
753 | 753 | (propagated-inputs | |
754 | 754 | `(("python-android-stringslib" ,python-android-stringslib) | |
755 | 755 | ("python-dateutil" ,python-dateutil) | |
… | |||
759 | 759 | ("python-polib" ,python-polib) | |
760 | 760 | ("python-pyqt" ,python-pyqt) | |
761 | 761 | ("python-requests" ,python-requests))) | |
762 | + | (native-inputs | |
763 | + | `(("qt" ,qt))) | |
762 | 764 | (home-page "https://framagit.org/tyreunom/offlate") | |
763 | 765 | (synopsis "") | |
764 | 766 | (description "") |