Commit Graph

56 Commits

Author SHA1 Message Date
jacekpoz
1d9a056400 anki-bin: inherit mainProgram from anki 2024-07-05 13:28:31 +02:00
Mahmoud Ayman
618405e587
anki-bin: sha256 -> hash 2024-07-01 14:08:11 +03:00
Mahmoud Ayman
4665cb527f
anki-bin: 24.04.2 -> 24.06.3 2024-07-01 13:28:38 +03:00
Mahmoud Ayman
f58b656d4a
anki-bin: 24.06.1 -> 24.06.2 2024-06-15 02:02:20 +03:00
Mahmoud Ayman
2786edc0e0
anki-bin: 24.04.1 -> 24.06.1 2024-06-15 02:02:14 +03:00
Mahmoud Ayman
38babf4bdd
anki-bin: reformat 2024-06-15 02:00:54 +03:00
Nick Cao
d8882fc434
Merge pull request #307164 from mahmoudk1000/master
anki-bin: 24.04 -> 24.04.1
2024-04-27 10:34:28 -04:00
Mahmoud Ayman
6ed71c8d71
anki-bin: 24.04 -> 24.04.1 2024-04-27 11:25:13 +03:00
Peder Bergebakken Sundt
7d5a185ec6 anki: don't set name to null 2024-04-24 15:26:52 +02:00
Jackson Abascal
adc7c54441 anki-bin: set SSL cert path environment variable 2024-04-15 15:15:02 -07:00
Mahmoud Ayman
cf8ec33cde
anki-bin: add new dependencies 2024-04-01 17:53:44 +02:00
Mahmoud Ayman
a2eb367a1a
anki-bin: 23.12.1 -> 24.04 2024-04-01 17:51:13 +02:00
Mahmoud Ayman
23251e3e0c
anki-bin: clear plugin path environment variable
Co-authored-by: SuperSandro2000 <sandro.jaeckel@gmail.com>
2024-03-25 23:30:36 +02:00
Mahmoud Ayman
530943ad83
anki-bin: 23.12 -> 23.12.1 2023-12-28 18:15:45 +02:00
Mahmoud Ayman
aa87596cdc
anki-bin: 23.10.1 -> 23.12 2023-12-25 11:11:08 +02:00
Mahmoud Ayman
6465bb8af2
maintainers: remove atemu 2023-11-10 17:27:13 +02:00
Mahmoud Ayman
41589dfbac
anki-bin: 23.10 -> 23.10.1 2023-11-10 14:24:30 +02:00
Mahmoud Ayman
3c381e85c7
anki-bin: 2.1.66 -> 23.10 2023-11-01 15:37:29 +02:00
Mahmoud Ayman
05727304f8
anki-bin: 2.1.65 -> 2.1.66 2023-08-29 11:34:34 +03:00
Evan Danaher
de88bd94d6 anki-bin: pass command-line arguments through anki-wrapper 2023-08-09 13:08:46 -04:00
Mahmoud Ayman
22d66165a9
anki-bin: 2.1.64 -> 2.1.65 2023-06-07 11:37:23 +03:00
Mahmoud Ayman
500c214b93
anki-bin: 2.1.63 -> 2.1.64 2023-05-24 11:13:22 +03:00
Mahmoud Ayman
4f57c4c1f9
anki-bin: 2.1.62 -> 2.1.63 2023-05-15 19:48:47 +03:00
Mahmoud Ayman
4a1e9009ad
anki-bin: add new dependencies 2023-05-06 17:26:19 +03:00
Mahmoud Ayman
948cf105b9
anki-bin: 2.1.61 -> 2.1.62 2023-05-01 09:22:05 +03:00
Atemu
f63a12f296 tree-wide: buildFHSUserEnv -> buildFHSEnv 2023-04-16 10:15:13 +02:00
Atemu
7a1de48994 anki-bin: use pname + version instead of hacky override 2023-04-11 13:27:29 +02:00
Norbert Melzer
28bd70b571
Merge pull request #224124 from chz101/submit/ankibin 2023-04-04 08:26:59 +02:00
Charles Zhang
052d589347
Update pkgs/games/anki/bin.nix
Co-authored-by: Norbert Melzer <timmelzer@gmail.com>
2023-03-31 14:21:40 -06:00
Charles Zhang
5f2678d7d3
Update pkgs/games/anki/bin.nix
Co-authored-by: Norbert Melzer <timmelzer@gmail.com>
2023-03-31 14:21:30 -06:00
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
Mahmoud Ayman
b86bb0e5a2
anki-bin: 2.1.60 -> 2.1.61 2023-03-31 14:31:34 +02:00
Dennis Gosnell
0467f6d76f
anki-bin: set correct name and version for derivation
anki-bin is built with buildFHSUserEnv on Linux, which doesn't set a
version for the resulting derivation.  This commit overrides the
resulting derivation to have a version set correctly.

This is important for end-users to be able to easily tell what
version of Anki they will get when they install `anki-bin`.  It is
normally very important to use the correct version of Anki.
2023-02-25 14:00:05 +09:00
Mahmoud Ayman
ad6c8e2a18
anki-bin: add mahmoudk1000 to the maintainers 2023-02-22 18:09:03 +02:00
Mahmoud Ayman
b021cf91ff
anki-bin: 2.1.58 -> 2.1.60 2023-02-22 13:48:49 +02:00
Mahmoud Ayman
06374bf2a2
anki-bin: 2.1.57 -> 2.1.58 2023-02-18 13:27:33 +02:00
Mahmoud Ayman
5381c53ab1
anki-bin: 2.1.56 -> 2.1.57 2023-02-07 09:15:38 +02:00
Mahmoud Ayman
87be5b0e9b
anki-bin: 2.1.55 -> 2.1.56 2023-01-09 18:55:45 +02:00
EsAu79p
9383b34f04 anki-bin: 2.1.54 -> 2.1.55 2023-01-04 12:50:34 +01:00
Izumi Raine
cc18e3ce0e anki-bin: 2.1.52 -> 2.1.54 2022-07-21 18:33:59 +02:00
Shaun Smiley
1cf8b6d6b1
anki-bin: 2.1.51 -> 2.1.52 2022-05-18 22:43:18 +08:00
dnaq
c9f742f7bc anki -> 2.1.51
Since the previous version of anki no longer works on nixos-unstable
due to glibc changes the version was bumped to 2.1.51 which works.
Also adds support for aarch64 on apple silicon

Fixes #167765
2022-05-01 17:54:06 +02:00
Atemu
fcd2ff5727 anki-bin: 2.1.48 -> 2.1.49 2021-11-01 10:01:11 +01:00
Atemu
09dfbdf96e Revert "anki-bin: force x11"
This reverts commit 847b317a95.

It is no longer necessary to disable wayland support, anki does that by itself
nowadays and actually works really well when wayland is forced on via
$ANKI_WAYLAND despite upstream claiming it's still buggy.
2021-09-21 09:31:19 +02:00
Atemu
c045c9b0e7 anki-bin: 2.1.47 -> 2.1.48 2021-09-21 09:11:33 +02:00
Atemu
75d580619d anki-bin: 2.1.46 -> 2.1.47 2021-08-29 10:11:47 +02:00
Atemu
e8d2c73f6e anki-bin: passthru sources
It wasn't possible to access the actual source on linux or that of the other OS
2021-08-29 10:08:55 +02:00
Robert Glossop
08c8e87b99 anki-bin: 2.1.44 -> 2.1.46 2021-08-07 20:30:38 -05:00
Alex Griffin
013fe00139 anki-bin: install desktop entry and man page 2021-07-20 13:53:09 -05:00
Atemu
e2b86ad1e7 anki-bin: 2.1.43 -> 2.1.44 2021-05-13 17:31:54 +02:00