mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
Merge pull request #296913 from wegank/radicle-upstream-broken
radicle-upstream: mark as broken on linux
This commit is contained in:
commit
509d2e8ed3
@ -77,6 +77,7 @@ let
|
|||||||
maintainers = with maintainers; [ d-xo ];
|
maintainers = with maintainers; [ d-xo ];
|
||||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
|
broken = stdenv.isLinux; # last successful build 2023-04-11
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
if stdenv.isDarwin
|
if stdenv.isDarwin
|
||||||
|
Loading…
Reference in New Issue
Block a user