dgsh: mark broken

main
Artturin 2 years ago
parent a1439bc965
commit 0bf838dc6e
  1. 3
      pkgs/shells/dgsh/default.nix

@ -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
};
}

Loading…
Cancel
Save