Skip to content

Commit

Permalink
fdr: mark broken
Browse files Browse the repository at this point in the history
fdr requires Qt >= 5.7, which is not available in this release.
  • Loading branch information
ttuegel committed Apr 19, 2017
1 parent 9db1178 commit ad5f65a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/science/programming/fdr/default.nix
Expand Up @@ -65,5 +65,6 @@ stdenv.mkDerivation {
license = licenses.unfreeRedistributable;
platforms = platforms.linux;
maintainers = with maintainers; [ nickhu ];
broken = true; # requires Qt 5.7 or later (not available in NixOS 17.03)
};
}

0 comments on commit ad5f65a

Please sign in to comment.