mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
Merge staging-next into staging
This commit is contained in:
@@ -187,7 +187,9 @@ with pkgs;
|
||||
meta.platforms = lib.platforms.linux;
|
||||
} ../build-support/setup-hooks/auto-patchelf.sh;
|
||||
|
||||
appflowy = callPackage ../applications/office/appflowy { };
|
||||
appflowy = callPackage ../applications/office/appflowy {
|
||||
openssl = openssl_1_1;
|
||||
};
|
||||
|
||||
appimageTools = callPackage ../build-support/appimage {
|
||||
buildFHSUserEnv = buildFHSUserEnvBubblewrap;
|
||||
|
||||
Reference in New Issue
Block a user