qt6.qtconnectivity: enable pcsclite, fix silly typo
This commit is contained in:
@@ -5,15 +5,20 @@
|
||||
qtbase,
|
||||
qtdeclarative,
|
||||
bluez,
|
||||
pcsclite,
|
||||
pkg-config,
|
||||
}:
|
||||
|
||||
qtModule {
|
||||
pname = "qtconnectivity";
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ bluez ];
|
||||
buildInputs = [ pcsclite ] ++ lib.optionals stdenv.hostPlatform.isLinux [ bluez ];
|
||||
propagatedBuildInputs = [
|
||||
qtbase
|
||||
qtdeclarative
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/nfc/configure.cmake --replace-fail "qt_configure_add_summary_entry(ARGS pcslite)" "qt_configure_add_summary_entry(ARGS pcsclite)"
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user