mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Merge pull request #243037 from NixOS/qpdfview-fix
This commit is contained in:
commit
4afa90a84f
@ -52,6 +52,11 @@ mkDerivation rec {
|
||||
"APPDATA_INSTALL_PATH=${placeholder "out"}/share/appdata"
|
||||
];
|
||||
|
||||
env = {
|
||||
# Fix build due to missing `std::option`.
|
||||
NIX_CFLAGS_COMPILE = "-std=c++17";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tabbed document viewer";
|
||||
license = licenses.gpl2Plus;
|
||||
|
Loading…
Reference in New Issue
Block a user