aboutsumma
aboutsummaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions
2/libobjc\\.la") "-lobjc") (("-I\\$[(]top_srcdir[)]/libobjc2") "")) ;; delete files (for-each (lambda (pth) (when (file-exists? pth) (delete-file-recursively pth))) `("include/gnu/symseg.h" ;; obsolete "libobjc2" ;; unbundle ;; generated files: "compile" "config.guess" "config.sub" "configure" "install-sh" "ltmain.sh" "missing" ,@(find-files "." "^Makefile\\.in$")))))))) (inputs (list libobjc2 clang-toolchain)) (native-inputs (list libtool autoconf automake clang-toolchain)) (build-system gnu-build-system) (arguments (list #:phases #~(modify-phases %standard-phases (add-after 'unpack 'chdir (lambda args (chdir "cctools")))))) (home-page "https://github.com/tpoechtrager/cctools-port") (synopsis "Darwin's @code{cctools} and @code{ld64}") ;; Confusingly enough, the program is called ld64, but the command is ;; just ld (with no symlink), so @command{ld64} would be wrong. (description "Darwin's @code{cctools} are a set of tools somewhat similar in purpose to GNU Binutils, but for Mach-O files targeting Darwin. The suite includes @command{install_name_tool}, @command{dyldinfo}, and other specialized tools in addition to standard utilities like @command{ld} and @command{as}. This package provides portable versions of the tools.") (license license:apsl2))))