about summary refs log tree commit diff
path: root/overlays
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-08-13 18:48:30 +0000
committerAlyssa Ross <hi@alyssa.is>2020-08-15 18:21:16 +0000
commit57b85b7ad0a0a1f06a9272c05a725158c1061659 (patch)
treedd1b443b036de1f1999a82a0eea4aae64015fcfd /overlays
parent86ceec2a687ad3d91b381aaa56736ab08c5fc74c (diff)
downloadnixlib-57b85b7ad0a0a1f06a9272c05a725158c1061659.tar
nixlib-57b85b7ad0a0a1f06a9272c05a725158c1061659.tar.gz
nixlib-57b85b7ad0a0a1f06a9272c05a725158c1061659.tar.bz2
nixlib-57b85b7ad0a0a1f06a9272c05a725158c1061659.tar.lz
nixlib-57b85b7ad0a0a1f06a9272c05a725158c1061659.tar.xz
nixlib-57b85b7ad0a0a1f06a9272c05a725158c1061659.tar.zst
nixlib-57b85b7ad0a0a1f06a9272c05a725158c1061659.zip
emacs-pgtk: expose from nixpkgs-wayland
Diffstat (limited to 'overlays')
-rw-r--r--overlays/patches/default.nix4
1 files changed, 4 insertions, 0 deletions
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);
 }