Skip to content

Commit

Permalink
tab: enable on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Jun 19, 2020
1 parent c45e090 commit c193d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/text/tab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stdenv.mkDerivation rec {

checkInputs = [ python3 ];

doCheck = true;
doCheck = !stdenv.isDarwin;

preCheck = ''
substituteInPlace Makefile --replace "python2 go2.py" "python go.py"
Expand All @@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = "https://tkatchev.bitbucket.io/tab/";
license = licenses.boost;
maintainers = with maintainers; [ mstarzyk ];
platforms = with platforms; linux;
platforms = with platforms; unix;
};
}

0 comments on commit c193d3b

Please sign in to comment.