From 57b85b7ad0a0a1f06a9272c05a725158c1061659 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 13 Aug 2020 18:48:30 +0000 Subject: emacs-pgtk: expose from nixpkgs-wayland --- overlays/patches/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'overlays') diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix index 9635f42f169f..eb1626c48499 100644 --- a/overlays/patches/default.nix +++ b/overlays/patches/default.nix @@ -3,6 +3,8 @@ self: super: { dino = self.callPackage ./dino { inherit (super) dino; }; + inherit (self.waylandPkgs) emacs-pgtk; + firefoxPackages = self.callPackage ./firefox/packages.nix { inherit (super) firefoxPackages; }; @@ -16,4 +18,6 @@ self: super: { python3 = self.callPackage ./python { python = super.python3; }; tmux = self.callPackage ./tmux { inherit (super) tmux; }; + + waylandPkgs = self.extend (import ./nixpkgs-wayland); } -- cgit 1.4.1