From e3c5eb331315c9c252bf27e259ea98c6fb51003b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 18 May 2023 13:58:54 +0300 Subject: chore(3p/sources): bump nixpkgs channels & overlays * 3p/buzz: delete package This is unused, old, and uses an insecure version of OpenSSL which broke eval. * 3p/overlays: remove nvd patch Newer versions of nvd are compatible with Nix 2.3 by default. * users/grfn/system/home: remove explicit rust-analyser package This conflicts with `rustup`, causing eval failures, as the wrapper seems to now be included in `rustup` by default. * users/grfn/system: temporarily disable ISO builds They were broken upstream in nixpkgs by a change to stdenv/setup.sh, being fixed in https://github.com/NixOS/nixpkgs/pull/234883 Change-Id: I0eea99ec98f4e73e615c012ffae1d0e37122e73b Reviewed-on: https://cl.tvl.fyi/c/depot/+/8585 Tested-by: BuildkiteCI Reviewed-by: grfn Reviewed-by: sterni Autosubmit: tazjin --- third_party/buzz/default.nix | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 third_party/buzz/default.nix (limited to 'third_party/buzz') diff --git a/third_party/buzz/default.nix b/third_party/buzz/default.nix deleted file mode 100644 index 801eed29f5..0000000000 --- a/third_party/buzz/default.nix +++ /dev/null @@ -1,30 +0,0 @@ -{ depot, pkgs, ... }: - -depot.third_party.naersk.buildPackage { - src = pkgs.fetchFromGitHub { - owner = "jonhoo"; - repo = "buzz"; - rev = "02479643ed1b0325050245dbb3b70411b8cffb7a"; - sha256 = "1spklfv02qlinlail5rmhh1c4926gyrkr2ydd9g6z919rxkl0ywk"; - }; - - buildInputs = with pkgs; [ - pkg-config - dbus - glib - openssl_1_1 - cairo - pango - atk - gdk-pixbuf - gtk3 - dbus-glib - libappindicator-gtk3 - llvmPackages.llvm - llvmPackages.bintools - llvmPackages.clang - llvmPackages.libclang - ]; - - LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib/libclang.so"; -} -- cgit 1.4.1