Skip to content

Commit

Permalink
librist: avoid rebuild on Linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat authored and paparodeo committed Dec 15, 2024
1 parent c516d10 commit ab93553
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/by-name/li/librist/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
hash = "sha256-xWqyQl3peB/ENReMcDHzIdKXXCYOJYbhhG8tcSh36dY=";
};

patches = [
# avoid rebuild on Linux for now
patches = lib.optionals stdenv.isDarwin [
# https://code.videolan.org/rist/librist/-/issues/192
./no-brew-darwin.diff
];
Expand Down

0 comments on commit ab93553

Please sign in to comment.