Loading pkgs/tools/text/tab/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { checkInputs = [ python3 ]; doCheck = true; doCheck = !stdenv.isDarwin; preCheck = '' substituteInPlace Makefile --replace "python2 go2.py" "python go.py" Loading @@ -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; }; } Loading
pkgs/tools/text/tab/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { checkInputs = [ python3 ]; doCheck = true; doCheck = !stdenv.isDarwin; preCheck = '' substituteInPlace Makefile --replace "python2 go2.py" "python go.py" Loading @@ -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; }; }