From 08935749bef29aacd497bf03b9fc323644eb583a Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Thu, 3 Jun 2021 06:49:33 -0600 Subject: [PATCH] shell: remove libhandy --- shell.nix | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/shell.nix b/shell.nix index 1892749..e02cdab 100644 --- a/shell.nix +++ b/shell.nix @@ -1,23 +1,5 @@ let - pkgs = import { - overlays = [ - ( - self: super: { - libhandy = super.libhandy.overrideAttrs ( - old: { - src = pkgs.fetchFromGitLab { - domain = "gitlab.gnome.org"; - owner = "BenjaminSchaaf"; - repo = "libhandy"; - rev = "14431ed38cd0d655678497310a6400c7ee5ce68f"; - sha256 = "1528m91h5pllacalmih7fy3gf7f3s1kq0n3kix1gc1q43wkbjq91"; - }; - } - ); - } - ) - ]; - }; + pkgs = import {}; in pkgs.mkShell { nativeBuildInputs = with pkgs; [ @@ -33,7 +15,6 @@ pkgs.mkShell { glib gobjectIntrospection gtk3 - libhandy libnotify pango pkgconfig