about summary refs log tree commit diff
path: root/pkgs/sternenseemann/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/sternenseemann: unvendor fetchcvssternenseemann2021-02-111-5/+1
| | | | | | nixpkgs-unstable has advanced enough that the fetchcvs fix is now available via that channel, so our hydra won't choke on this derivation with the upstream fetchcvs.
* pkgs/sternenseemann/mandoc: initsternenseemann2021-02-091-0/+21
| | | | | | | | | | | | | Build mandoc from cvs and apply a patch which adds an exception for the checks does makewhatis(8): with this the realpaths of man pages to be indexed may be symlinks referring to files outside of the root man directory if they are located in /nix/store. This allows indexing /run/current-system/sw/share/man using mandoc's makewhatis(8). Since fetchcvs is currently broken in nixos-unstable we vendor in the fixed variant from nixpkgs master until the channel has advanced.
* pkgs/sternenseemann/lib: init with mapAttrsByAttrssternenseemann2021-02-071-0/+2
|
* pkgs/sternenseemann/scripts: initsternenseemann2021-02-061-2/+10
|
* pkgs/sternenseemann/texlive: initsternenseemann2021-02-061-0/+7
| | | | sterni's personal texlive.combine { ... }
* pkgs/sternenseemann/pass: initsternenseemann2021-02-061-1/+23
| | | | sterni's patched pass with passmenu
* pkgs/sternenseemann/unicode_clock: init at 0.1sternenseemann2021-02-061-0/+2
|
* pkgs/sternenseemann/shakti: init at 2021-01-29sternenseemann2021-02-061-0/+2
|
* pkgs/sternenseemann/t: init at unstable-2020-04-11sternenseemann2021-02-061-0/+3
|
* pkgs/sternenseemann/tep: initsternenseemann2021-02-061-2/+42
| | | | pkgs/sternenseemann/emoji-generic: init at unstable-2020-11-22
* pkgs/sternenseemann: remove spacecookiesternenseemann2020-04-301-2/+1
| | | | More up to date version is available via nixpkgs
* sternenseemann/logbook: Support newer Angstrongaszlig2018-03-011-2/+2
| | | | | | | | | | | | | | | | | Angstrong doesn't work anymore for OCaml versions lower that 4.03, so let's use version 4.04.2 and fix logbook to cope with the interface changes in Angstrong 0.7.0. I've opened a pull request (sternenseemann/logbook#1) to fix it upstream and also using the commit from the pull request here. This fixes the following evaluation error: in job 'channels.generic': angstrom is not available for OCaml 4.02.3 Signed-off-by: aszlig <aszlig@nix.build> Cc: @sternenseemann
* pkgs: Use callPackageScope wherever applicableaszlig2017-04-231-0/+6
This should remove a lot of clutter from pkgs/default.nix into corresponding sub-scopes, eg. pkgs/openlab/default.nix. Apart from restructuring there is no change of runtime functionality involved. Tested by evaluating with "nix-env -f pkgs -qaP". Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch, @sternenseemann