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
|
|
@ -9,7 +9,7 @@
|
|||
jdk17,
|
||||
kdePackages,
|
||||
libnbtplusplus,
|
||||
qt-qrcodegenerator,
|
||||
qrcodegenerator,
|
||||
ninja,
|
||||
self,
|
||||
stripJavaArchivesHook,
|
||||
|
|
@ -64,8 +64,8 @@ stdenv.mkDerivation {
|
|||
rm -rf source/libraries/libnbtplusplus
|
||||
ln -s ${libnbtplusplus} source/libraries/libnbtplusplus
|
||||
|
||||
rm -rf source/libraries/qt-qrcodegenerator/QR-Code-generator
|
||||
ln -s ${qt-qrcodegenerator} source/libraries/qt-qrcodegenerator/QR-Code-generator
|
||||
rm -rf source/libraries/qrcodegenerator
|
||||
ln -s ${qrcodegenerator} source/libraries/qrcodegenerator
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue