openmp: no longer broken

This commit is contained in:
Will Dietz
2022-03-12 10:21:48 -06:00
parent 790c4f13dd
commit 5e04d64aed

View File

@@ -50,6 +50,5 @@ stdenv.mkDerivation rec {
# "All of the code is dual licensed under the MIT license and the UIUC
# License (a BSD-like license)":
license = with lib.licenses; [ mit ncsa ];
broken = true; # TODO: gnu-install-dirs.patch fails to apply
};
}