Merge pull request #175127 from risicle/ris-libnatspec-darwin-fix

libnatspec: fix build on darwin
This commit is contained in:
Sandro 2022-05-30 23:47:35 +02:00 committed by GitHub
commit 67128e188a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,12 @@ stdenv.mkDerivation rec {
buildInputs = [ popt ];
propagatedBuildInputs = [ libiconv ];
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "http://natspec.sourceforge.net/";
description = "A library intended to smooth national specificities in using of programs";
platforms = platforms.unix;
license = licenses.lgpl21;
};
} // lib.optionalAttrs (!stdenv.isLinux) {
propagatedBuildInputs = [ libiconv ];
}