1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

qrcp: migrate to by-name

(cherry picked from commit dcb3223139)
This commit is contained in:
Nikolay Korotkiy 2024-09-03 22:51:56 +04:00 committed by github-actions[bot]
parent f2336a4f1b
commit 4d58adbc14
2 changed files with 0 additions and 2 deletions

View file

@ -12225,8 +12225,6 @@ with pkgs;
qprint = callPackage ../tools/text/qprint { };
qrcp = callPackage ../tools/networking/qrcp { };
qrscan = callPackage ../tools/misc/qrscan { };
qtikz = libsForQt5.callPackage ../applications/graphics/ktikz { };