forked from mirrors/nixpkgs
Merge staging-next into staging
This commit is contained in:
commit
f3500ee029
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue