mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-24 23:58:45 +00:00
Patch Atomicwidget
Add back libarchive to guix package post merge
This commit is contained in:
parent
5f26201cdf
commit
7ec47fd929
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
packages := boost openssl unbound qrencode libsodium polyseed hidapi abseil protobuf libusb zlib libgpg-error libgcrypt expat libzip zxing-cpp
|
packages := boost openssl unbound qrencode libsodium polyseed hidapi abseil protobuf libusb zlib libgpg-error libgcrypt expat libzip zxing-cpp libarchive
|
||||||
native_packages := native_qt native_abseil native_protobuf
|
native_packages := native_qt native_abseil native_protobuf
|
||||||
|
|
||||||
linux_packages := eudev libfuse libsquashfuse zstd appimage_runtime
|
linux_packages := eudev libfuse libsquashfuse zstd appimage_runtime
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
#include <QList>
|
#include <QList>
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
#include <QInputDialog>
|
#include <QInputDialog>
|
||||||
|
#include <QJsonParseError>
|
||||||
|
#include <QJsonDocument>
|
||||||
|
|
||||||
#include "AtomicConfigDialog.h"
|
#include "AtomicConfigDialog.h"
|
||||||
#include "OfferModel.h"
|
#include "OfferModel.h"
|
||||||
|
|
Loading…
Reference in a new issue