Skip to content

Commit

Permalink
Merge pull request #175529 from NixOS/backport-175127-to-release-22.05
Browse files Browse the repository at this point in the history
[Backport release-22.05] libnatspec: fix build on darwin
  • Loading branch information
risicle authored May 30, 2022
2 parents fbba8a2 + cc7b00b commit 9895371
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/libraries/libnatspec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
}

0 comments on commit 9895371

Please sign in to comment.