Mark mcxx as broken and remove from package list

Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
2025-12-02 16:21:43 +01:00
committed by Rodrigo Arias Mallo
parent 933c78a80b
commit a491546ffb
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 ];