about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-09-23 10:48:14 +0300
committerGitHub <noreply@github.com>2023-09-23 10:48:14 +0300
commitec159b40a0825bc2069449d2a0b4a712d57d5eb0 (patch)
tree64d95b9a6d94a678102618f2819a7a71afa78bfd /pkgs/tools
parent6b24ac145587fd3b0d1185795f9c94c75e5a257a (diff)
parentefa63d7dc3a9cef394a014b9af80189ceab2d14f (diff)
Merge pull request #256818 from aaronjheng/txr
txr: unbreak
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/text/txr/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/text/txr/default.nix b/pkgs/tools/text/txr/default.nix
index dceedbdc51019..1b7062d9ddcc2 100644
--- a/pkgs/tools/text/txr/default.nix
+++ b/pkgs/tools/text/txr/default.nix
@@ -69,6 +69,5 @@ stdenv.mkDerivation (finalAttrs: {
     license = lib.licenses.bsd2;
     maintainers = with lib.maintainers; [ AndersonTorres dtzWill ];
     platforms = lib.platforms.all;
-    broken = stdenv.isDarwin && stdenv.isx86_64; # ofborg fails while testing
   };
 })