yokadi: migrate to by-name

(cherry picked from commit 2c4fd9af61)
This commit is contained in:
TomaSajt 2026-06-15 16:31:33 +02:00
commit 9de94f0812
No known key found for this signature in database
GPG key ID: F011163C050122A1
2 changed files with 0 additions and 2 deletions

View file

@ -10344,8 +10344,6 @@ with pkgs;
ydiff = with python3.pkgs; toPythonApplication ydiff;
yokadi = callPackage ../applications/misc/yokadi { };
your-editor = callPackage ../applications/editors/your-editor { stdenv = gccStdenv; };
youtube-dl = with python3Packages; toPythonApplication youtube-dl;