Skip to content

Commit

Permalink
anki: 2.1.15 -> 2.1.60
Browse files Browse the repository at this point in the history
This redoes all the packaging for their new build-system.

It feels a bit fragile, but in practice it works.

Basically, we build most of it in nix, write some wrapper scripts to
mock out stuff we just did in nix, and then call thier build system to
make a wheel
  • Loading branch information
euank committed Mar 16, 2023
1 parent 2006fd9 commit bd4a249
Show file tree
Hide file tree
Showing 6 changed files with 374 additions and 172 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/protobuf/3.21.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ callPackage, ... } @ args:

callPackage ./generic-v3-cmake.nix ({
version = "3.21.12";
sha256 = "sha256-VZQEFHq17UsTH5CZZOcJBKiScGV2xPJ/e6gkkVliRCU=";
version = "3.21.8";
sha256 = "sha256-cSNHX18CvMmydpYWqfe6WWk9rGxIlFfY/85rfSyznU4=";
} // args)
Loading

0 comments on commit bd4a249

Please sign in to comment.