diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
| commit | b2b74114667c7596aee9cde1898bd5c64db4eecc (patch) | |
| tree | e21d674bacd6cf6605b48e8339e7f3113cb07173 /gnu/packages/code.scm | |
| parent | 974b04ab8063382f3a91b0cf5e46bac6e0238672 (diff) | |
gnu: astyle: Update to 3.4.8.
* gnu/packages/code.scm (astyle): Update to 3.4.8.
[arguments]: Don't explicitly return #t from phases.
Diffstat (limited to 'gnu/packages/code.scm')
| -rw-r--r-- | gnu/packages/code.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index a982e111e94..769b5bb3cc9 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -835,15 +835,14 @@ Objective@tie{}C, D, Java, Pawn, and Vala). Features: | |||
| 835 | (define-public astyle | 835 | (define-public astyle |
| 836 | (package | 836 | (package |
| 837 | (name "astyle") | 837 | (name "astyle") |
| 838 | (version "3.1") | 838 | (version "3.4.8") |
| 839 | (source | 839 | (source |
| 840 | (origin | 840 | (origin |
| 841 | (method url-fetch) | 841 | (method url-fetch) |
| 842 | (uri (string-append "mirror://sourceforge/astyle/astyle/astyle%20" | 842 | (uri (string-append "mirror://sourceforge/astyle/astyle/astyle%20" |
| 843 | version "/astyle_" version "_linux.tar.gz")) | 843 | version "/astyle_" version "_linux.tar.gz")) |
| 844 | (sha256 | 844 | (sha256 |
| 845 | (base32 | 845 | (base32 "1ms54wcs7hg1bsywqwf2lhdfizgbk7qxc9ghasxk8i99jvwlrk6b")))) |
| 846 | "1ms54wcs7hg1bsywqwf2lhdfizgbk7qxc9ghasxk8i99jvwlrk6b")))) | ||
| 847 | (build-system gnu-build-system) | 846 | (build-system gnu-build-system) |
| 848 | (arguments | 847 | (arguments |
| 849 | `(#:tests? #f ;no tests | 848 | `(#:tests? #f ;no tests |
| @@ -856,7 +855,7 @@ Objective@tie{}C, D, Java, Pawn, and Vala). Features: | |||
| 856 | #:phases | 855 | #:phases |
| 857 | (modify-phases %standard-phases | 856 | (modify-phases %standard-phases |
| 858 | (replace 'configure | 857 | (replace 'configure |
| 859 | (lambda _ (chdir "build/gcc") #t)) | 858 | (lambda _ (chdir "build/gcc"))) |
| 860 | (add-after 'install 'install-libs | 859 | (add-after 'install 'install-libs |
| 861 | (lambda* (#:key outputs #:allow-other-keys) | 860 | (lambda* (#:key outputs #:allow-other-keys) |
| 862 | ;; Libraries and includes are not installed by default | 861 | ;; Libraries and includes are not installed by default |
| @@ -881,8 +880,7 @@ Objective@tie{}C, D, Java, Pawn, and Vala). Features: | |||
| 881 | (lambda (sofile) | 880 | (lambda (sofile) |
| 882 | (make-so-link sofile "(\\.[0-9]){3}$") ;; link .so | 881 | (make-so-link sofile "(\\.[0-9]){3}$") ;; link .so |
| 883 | (make-so-link sofile "(\\.[0-9]){2}$")) ;; link .so.3 | 882 | (make-so-link sofile "(\\.[0-9]){2}$")) ;; link .so.3 |
| 884 | (find-files libdir "lib.*\\.so\\..*"))) | 883 | (find-files libdir "lib.*\\.so\\..*")))))))) |
| 885 | #t))))) | ||
| 886 | (home-page "https://astyle.sourceforge.net/") | 884 | (home-page "https://astyle.sourceforge.net/") |
| 887 | (synopsis "Source code indenter, formatter, and beautifier") | 885 | (synopsis "Source code indenter, formatter, and beautifier") |
| 888 | (description | 886 | (description |
