mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
feat: move qr code glue in MSALoginDialog
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
f086233186
commit
476054ba19
14 changed files with 55 additions and 85 deletions
|
|
@ -16,7 +16,7 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
qt-qrcodegenerator = {
|
||||
qrcodegenerator = {
|
||||
url = "github:nayuki/QR-Code-generator";
|
||||
flake = false;
|
||||
};
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
self,
|
||||
nixpkgs,
|
||||
libnbtplusplus,
|
||||
qt-qrcodegenerator,
|
||||
qrcodegenerator,
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
prismlauncher-unwrapped = prev.callPackage ./nix/unwrapped.nix {
|
||||
inherit
|
||||
libnbtplusplus
|
||||
qt-qrcodegenerator
|
||||
qrcodegenerator
|
||||
self
|
||||
;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue