Skip to content

Commit

Permalink
Merge pull request #296913 from wegank/radicle-upstream-broken
Browse files Browse the repository at this point in the history
radicle-upstream: mark as broken on linux
  • Loading branch information
wegank authored Mar 19, 2024
2 parents 427d4b2 + 87ddc18 commit 509d2e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ let
maintainers = with maintainers; [ d-xo ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
broken = stdenv.isLinux; # last successful build 2023-04-11
};
in
if stdenv.isDarwin
Expand Down

0 comments on commit 509d2e8

Please sign in to comment.