Skip to content

Commit

Permalink
nixos/portunus: use openldap-libxcrypt-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Apr 3, 2023
1 parent 8a34629 commit 8ad4889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/services/misc/portunus.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ in
ldap = {
package = mkOption {
type = types.package;
default = pkgs.openldap;
defaultText = lib.literalExpression "pkgs.openldap";
default = pkgs.openldap-libxcrypt-legacy;
defaultText = lib.literalExpression "pkgs.openldap-libxcrypt-legacy";
description = lib.mdDoc "The OpenLDAP package to use.";
};

Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22939,6 +22939,7 @@ with pkgs;
openldap = callPackage ../development/libraries/openldap {
openssl = openssl_legacy;
};
openldap-libxcrypt-legacy = openldap.override { libxcrypt = libxcrypt-legacy; };

opencolorio = darwin.apple_sdk_11_0.callPackage ../development/libraries/opencolorio {
inherit (darwin.apple_sdk_11_0.frameworks) Carbon GLUT Cocoa;
Expand Down

0 comments on commit 8ad4889

Please sign in to comment.