Commit Graph

12 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Thibault Polge
b9f2512891
auto-multiple-choice: 1.5.2 -> 1.6.0 2023-09-14 12:15:22 +02:00
Artturin
9999bf7a21 treewide: gobject-introspection from buildInputs to nativeBuildInputs
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
Vincenzo Mantova
a66723d4bf auto-multiple-choice: create pkgs fixpoint for texlive using mkDerivation 2023-04-02 12:58:11 +01:00
Thibault Polge
e69c7f7814
auto-multiple-choice: Use default value for $MODSDIR
Changing this value broke the program, because the variable controls
the installation path of Perl modules, but the main binary uses a
constant, hardcoded path.
2023-02-15 18:56:50 +01:00
Thibault Polge
a8e609a399
auto-multiple-choice: change default module dir (fix #214724)
AMC will look for its libraries on the nix store path if and only iff
its default modules directory doesn't exist.  The value for this
variable was /lib/, which exists on some systems.  This commit changes
it to /nonexistent, the "canonical non-existent home directory" per
Debian policy, which probably won't exist anywhere.
2023-02-06 14:10:03 +01:00
Weijia Wang
f16bbb58e1 auto-multiple-choice: fix build on darwin 2022-11-06 14:01:33 +01:00
Stig
196873f601
Merge pull request #155116 from wentasah/amc-add-oodoc
auto-multiple-choice: add OpenOfficeOODoc perl module as dependency
2022-01-27 17:37:02 +01:00
Michal Sojka
960ef9fe03 auto-multiple-choice: add OpenOfficeOODoc as dependency
Without this, AMC cannot export the results to OpenOffice. When one
presses "Reports->OpenOffice->Export", a dialog appears saying that
OpenOffice::OODoc perl module is not installed.

We switch to using makeFullPerlPath to make dependencies of
OpenOfficeOODoc also available. Without this, export complains about
missing XMLTwig.
2022-01-16 16:06:47 +01:00
Michal Sojka
3c2dc29a04 auto-multiple-choice: Fix TEXINPUTS
Without this change, LaTeX run during "Update documents" (AMC-prepare)
phase complains about not finding automultiplechoice.sty. TEXINPUTS
should match TEXDIR value specified in makeFlags.
2022-01-15 14:14:16 +01:00
R. Ryantm
f075c1c970 auto-multiple-choice: 1.5.1 -> 1.5.2 2021-12-11 22:11:56 +00:00
Thibault Polge
5b3e4e5408
auto-multiple-choice: init at 1.5.1 2021-10-28 19:17:55 +02:00