lprof: Mark as broken

The Hydra build fails since 2020-07-28:
x86_64-linux:  https://hydra.nixos.org/build/135234622

The patch was broken by eb627de968 but since there is no maintainer it
seems best to simply mark it as broken and eventually remove it.
This commit is contained in:
Michael Weiss
2021-01-22 11:50:46 +01:00
parent 59863dc3d7
commit 588643a13d

View File

@@ -33,5 +33,6 @@ stdenv.mkDerivation {
homepage = "https://sourceforge.net/projects/lprof";
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
broken = true; # Broken since 2020-07-28 (https://hydra.nixos.org/build/135234622)
};
}