packages/sssd: remove gcc reference
This commit is contained in:
parent
1003f039a7
commit
ce7c30c832
1 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,12 @@ super: rec {
|
||||||
|
|
||||||
lain-ipfs = patch-rename (super.ipfs_latest or super.ipfs) "lain-ipfs" "patches/base/ipfs";
|
lain-ipfs = patch-rename (super.ipfs_latest or super.ipfs) "lain-ipfs" "patches/base/ipfs";
|
||||||
|
|
||||||
sssd = super.sssd.override { withSudo = true; };
|
sssd = (super.sssd.override { withSudo = true; }).overrideAttrs (old: {
|
||||||
|
postFixup = (old.postFixup or "") + ''
|
||||||
|
${super.removeReferencesTo}/bin/remove-references-to -t ${super.stdenv.cc.cc} $out/modules/ldb/memberof.so
|
||||||
|
'';
|
||||||
|
disallowedReferences = [ super.stdenv.cc.cc ];
|
||||||
|
});
|
||||||
|
|
||||||
jre17_standard = super.jre_minimal.override {
|
jre17_standard = super.jre_minimal.override {
|
||||||
jdk = super.jdk17_headless;
|
jdk = super.jdk17_headless;
|
||||||
|
|
Loading…
Add table
Reference in a new issue