nixpkgs/pkgs/games/anki
Chuck Z d857988d21 anki-bin: add commandLineArgs to package arguments
anki-bin is built with buildFHSUserEnv on Linux, which makes using overrides
  to pass in command line arguments impossible. This commit adds the
  commandLineArgs argument to the package inputs and appends the string
  to the runscript, allowing pkgs.override to add flags to pass to anki
  when the derivation is built.

  This is useful when anki's desired directory isn't the default, allowing
  users to specify the directory in their overlays instead of adding a
  flag everytime they call the program.
2023-03-31 13:19:53 -06:00
..
bin.nix anki-bin: add commandLineArgs to package arguments 2023-03-31 13:19:53 -06:00
default.nix anki: Add mock to check inputs 2023-03-12 19:13:10 +01:00
no-version-check.patch