dgsh: mark broken

This commit is contained in:
Artturin 2022-05-06 21:39:16 +03:00
parent a1439bc965
commit 0bf838dc6e

View File

@ -41,5 +41,8 @@ stdenv.mkDerivation {
license = with licenses; asl20;
maintainers = with maintainers; [ vrthra ];
platforms = with platforms; all;
# lib/freadseek.c:68:3: error: #error "Please port gnulib freadseek.c to your platform! Look at the definition of getc, getc_unlocked on your >
# 68 | #error "Please port gnulib freadseek.c to your platform! Look at the definition of getc, getc_unlocked on your system, then report >
broken = true; # marked 2022-05-06
};
}