- 16 Feb, 2020 5 commits
-
-
Andreas Rottmann authored
This allows avoiding a symlink loop in the `setup` script ("packages/_libs/dorodango -> "../..").
-
Andreas Rottmann authored
-
Andreas Rottmann authored
-
Andreas Rottmann authored
-
Andreas Rottmann authored
While Racket still uses `.mzscheme.sls` as an implementation-specific suffix for R6RS libraries, any other user-facing interfaces should refer to it as "racket".
-
- 22 Aug, 2015 1 commit
-
-
Andreas Rottmann authored
-
- 04 Aug, 2015 2 commits
-
-
Andreas Rottmann authored
Fixes a bug during bootstrap if (spells foreign) is not ported (e.g. on Guile).
-
Andreas Rottmann authored
-
- 03 Aug, 2015 2 commits
-
-
Andreas Rottmann authored
-
Andreas Rottmann authored
-
- 01 Aug, 2015 3 commits
-
-
Andreas Rottmann authored
-
Andreas Rottmann authored
-
Andreas Rottmann authored
-
- 26 Jul, 2015 1 commit
-
-
Andreas Rottmann authored
This file was added in b8d91cff, missing an update to the test suite.
-
- 25 Jul, 2015 3 commits
-
-
Andreas Rottmann authored
This fixes a bug introduced by commit b8d91cff (Implement library compilation for Guile).
-
Andreas Rottmann authored
-
Andreas Rottmann authored
This library has been moved in spells due to Guile compatiblity issues.
-
- 28 Feb, 2012 4 commits
-
-
Andreas Rottmann authored
-
Andreas Rottmann authored
-
Andreas Rottmann authored
-
Andreas Rottmann authored
-
- 15 Feb, 2012 3 commits
-
-
Andreas Rottmann authored
-
Andreas Rottmann authored
Compile libraries in topological dependency order.
-
Andreas Rottmann authored
-
- 16 Nov, 2011 4 commits
-
-
Andreas Rottmann authored
Now during setup of a destination, the package "dorodango-support" is installed instead of running an arbitrary, destination-specific procedure. However, the contents of the dorodango-support package can be defined by the destination.
-
Andreas Rottmann authored
-
Andreas Rottmann authored
Add the following categories intended for a package's private-use files: - package-programs: Scheme programs - package-executables: executables - package-auxiliaries: other auxiliary files
-
Andreas Rottmann authored
-
- 10 Nov, 2011 1 commit
-
-
Andreas Rottmann authored
-
- 09 Nov, 2011 2 commits
-
-
Andreas Rottmann authored
-
Andreas Rottmann authored
There is now a destination-specific list of hooks run after a package has been unpacked and its installation hook run. This facility is used by the FHS destination to create the shell wrappers for programs, instead of doing that directly upon installation of these programs. A nice effect of this change is that each entry in an inventory of a package maps to exactly one pathname for the destination, instead of potentially multiple ones.
-
- 06 Nov, 2011 1 commit
-
-
Andreas Rottmann authored
-
- 02 Nov, 2011 1 commit
-
-
Andreas Rottmann authored
-
- 01 Nov, 2011 4 commits
-
-
Andreas Rottmann authored
Its functionality is now subsumed in the new procedure `destination-script-pathname'.
-
Andreas Rottmann authored
-
Andreas Rottmann authored
- The script runners don't need to be in the PATH, and are now moved into ${prefix}/lib/dorodango/scripts to avoid cluttering the namespace. - The source directory for the scripts has been moved to allow for simply installing all files in that directory during destination setup. - The script runner filename is no longer hardcoded in hooks.sls.
-
Andreas Rottmann authored
-
- 31 Oct, 2011 1 commit
-
-
Andreas Rottmann authored
This category is intended to be for files that are required for by libraries, but are not themselves R6RS libraries, for instance Scheme code pulled in by `include' macros.
-
- 27 Oct, 2011 1 commit
-
-
Andreas Rottmann authored
-
- 27 Sep, 2011 1 commit
-
-
Andreas Rottmann authored
-