From 574d33a2ded4fc36fd0b63fa70e44d9ab378da47 Mon Sep 17 00:00:00 2001 From: sterni Date: Tue, 26 Apr 2022 15:32:10 +0200 Subject: chore(3p/sources): Bump channels & overlays * //3p/farmhash: drop, as it is unused and started to fail * //3p/overlays/tvl: - patch barrier to work with gcc 11 - disable outdated test suite for python38Packages.backports-zoneinfo which still assumes zoneinfo 2020a. * //3p/overlays/haskell: patch generic-arbitrary to avoid neg resizes * //users/grfn/achilles: disable CI due to linking trouble (ugh). * //users/grfn/system/home/games: Disable DFHack for dwarf fortress as it's now failing to build Refs: ENG-328 Change-Id: I4e1ee8fd9525d4868b82f9bad8ca5f09e7fdb9d0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5506 Tested-by: BuildkiteCI Reviewed-by: grfn --- third_party/farmhash/default.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 third_party/farmhash/default.nix (limited to 'third_party/farmhash') diff --git a/third_party/farmhash/default.nix b/third_party/farmhash/default.nix deleted file mode 100644 index d7431dbd0108..000000000000 --- a/third_party/farmhash/default.nix +++ /dev/null @@ -1,13 +0,0 @@ -# Google's farmhash family of hash functions -{ pkgs, ... }: - -pkgs.stdenv.mkDerivation { - name = "farmhash"; - - src = pkgs.fetchFromGitHub { - owner = "google"; - repo = "farmhash"; - rev = "0d859a811870d10f53a594927d0d0b97573ad06d"; - sha256 = "1w2583m5289hby0r91gds5yia6l8qpmzkl5b9bv58g5gacfj2h17"; - }; -} -- cgit 1.4.1