mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-11 15:37:01 +00:00
cyrus-sasl: remove non-existing freebsd patch
This commit is contained in:
parent
a00c862e97
commit
f92943932d
1 changed files with 1 additions and 6 deletions
|
@ -24,12 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
patches = [
|
patches = [
|
||||||
./missing-size_t.patch # https://bugzilla.redhat.com/show_bug.cgi?id=906519
|
./missing-size_t.patch # https://bugzilla.redhat.com/show_bug.cgi?id=906519
|
||||||
./cyrus-sasl-ac-try-run-fix.patch
|
./cyrus-sasl-ac-try-run-fix.patch
|
||||||
] ++ lib.optional stdenv.isFreeBSD (
|
];
|
||||||
fetchurl {
|
|
||||||
url = "http://www.linuxfromscratch.org/patches/blfs/svn/cyrus-sasl-2.1.26-fixes-3.patch";
|
|
||||||
sha256 = "1vh4pc2rxxm6yvykx0b7kg09jbcwcxwv5rs6yq2ag3y8p6a9x86w";
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-openssl=${openssl.dev}"
|
"--with-openssl=${openssl.dev}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue