summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-05-06 21:39:16 +0300
committerArtturin <Artturin@artturin.com>2022-05-06 22:31:38 +0300
commit0bf838dc6eab2a9e3d21d1a7fa758467874005bb (patch)
treee8efe04874d19b067202056407988d85277357c1 /pkgs
parenta1439bc96590dae913369f4515ca3df6ca1a1556 (diff)
downloadnixpkgs-0bf838dc6eab2a9e3d21d1a7fa758467874005bb.tar
nixpkgs-0bf838dc6eab2a9e3d21d1a7fa758467874005bb.tar.gz
nixpkgs-0bf838dc6eab2a9e3d21d1a7fa758467874005bb.tar.bz2
nixpkgs-0bf838dc6eab2a9e3d21d1a7fa758467874005bb.tar.lz
nixpkgs-0bf838dc6eab2a9e3d21d1a7fa758467874005bb.tar.xz
nixpkgs-0bf838dc6eab2a9e3d21d1a7fa758467874005bb.tar.zst
nixpkgs-0bf838dc6eab2a9e3d21d1a7fa758467874005bb.zip
dgsh: mark broken
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/shells/dgsh/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/shells/dgsh/default.nix b/pkgs/shells/dgsh/default.nix
index 7a6ae67c3ae..2c98938b46d 100644
--- a/pkgs/shells/dgsh/default.nix
+++ b/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
   };
 }