pageedit: fix build on x86_64-darwin
This commit is contained in:
@@ -11826,7 +11826,9 @@ with pkgs;
|
||||
|
||||
page = callPackage ../tools/misc/page { };
|
||||
|
||||
pageedit = libsForQt5.callPackage ../applications/office/PageEdit { };
|
||||
pageedit = libsForQt5.callPackage ../applications/office/PageEdit {
|
||||
stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
|
||||
};
|
||||
|
||||
pagefind = libsForQt5.callPackage ../applications/misc/pagefind { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user