Mark mcxx as broken and remove from package list

This commit is contained in:
2025-12-02 16:21:43 +01:00
parent 87bf095dae
commit 1d3bda33a0
2 changed files with 3 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ stdenv.mkDerivation rec {
];
meta = {
broken = true;
homepage = "https://github.com/bsc-pm/mcxx";
description = "C/C++/Fortran source-to-source compilation infrastructure aimed at fast prototyping";
maintainers = with lib.maintainers.bsc; [ rpenacob ];