Mark mcxx as broken and remove from package list

This commit is contained in:
2025-12-02 16:21:43 +01:00
committed by Rodrigo Arias Mallo
parent 1a8549064b
commit 596bf121a6
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 ];