Skip to content

Commit

Permalink
Merge pull request #175127 from risicle/ris-libnatspec-darwin-fix
Browse files Browse the repository at this point in the history
libnatspec: fix build on darwin
  • Loading branch information
SuperSandro2000 authored May 30, 2022
2 parents 765a6ab + 0120216 commit 67128e1
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 67128e1

Please sign in to comment.