From 2ae760316f9ed8280da429d45608d63a0807fc29 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 3 Jun 2022 15:03:03 +0200 Subject: [PATCH] remove laminar patch --- overlays/laminar.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 overlays/laminar.nix diff --git a/overlays/laminar.nix b/overlays/laminar.nix deleted file mode 100644 index 5555e389..00000000 --- a/overlays/laminar.nix +++ /dev/null @@ -1,16 +0,0 @@ -final: prev: { - laminar = prev.laminar.overrideAttrs (old: { - patches = - (old.patches or []) - ++ [ - (prev.fetchpatch { - url = "https://github.com/ohwgiles/laminar/commit/549f49052a31863fdf7fe6e299e1874d66d6dc57.patch"; - sha256 = "sha256-U4b7SFt4qcBqYvMdaXpRrlD4+mIjqlPzo7UALvM5bPc="; - }) - (prev.fetchpatch { - url = "https://github.com/ohwgiles/laminar/commit/37bbf6ade49a01eb8feeb47b3aba254aea28ade4.patch"; - sha256 = "sha256-rP2wwkiO78neuryLnTD+eooBqCqfBeKVqL2DyEZDjok="; - }) - ]; - }); -}