mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
sqlitebrowser: link with libQt5PrintSupport explicitly
This commit is contained in:
parent
78ed568062
commit
a898c8335d
|
@ -16,6 +16,10 @@ mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ cmake antlr qttools ];
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-lQt5PrintSupport"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# We have to patch out Test and PrintSupport to make this work with Qt 5.9
|
||||
|
|
Loading…
Reference in a new issue