about summary refs log tree commit diff
path: root/overlays/patches/emacs/overlay/repos/emacs/test.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-06-16 09:13:56 +0000
committerAlyssa Ross <hi@alyssa.is>2023-08-05 09:19:22 +0000
commit7517820d73ff3edcc8da721931aeeaf206929650 (patch)
tree32ddc2dd9ecba9f377b914bb84a719e560a4ee6e /overlays/patches/emacs/overlay/repos/emacs/test.nix
parent99fcaeccb89621dd492203ce1f2d551c06f228ed (diff)
parentf95c33d692cc174df41e40330aec4abf2a94b673 (diff)
downloadnixlib-7517820d73ff3edcc8da721931aeeaf206929650.tar
nixlib-7517820d73ff3edcc8da721931aeeaf206929650.tar.gz
nixlib-7517820d73ff3edcc8da721931aeeaf206929650.tar.bz2
nixlib-7517820d73ff3edcc8da721931aeeaf206929650.tar.lz
nixlib-7517820d73ff3edcc8da721931aeeaf206929650.tar.xz
nixlib-7517820d73ff3edcc8da721931aeeaf206929650.tar.zst
nixlib-7517820d73ff3edcc8da721931aeeaf206929650.zip
Merge https://github.com/nix-community/emacs-overlay
Diffstat (limited to 'overlays/patches/emacs/overlay/repos/emacs/test.nix')
-rw-r--r--overlays/patches/emacs/overlay/repos/emacs/test.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/overlays/patches/emacs/overlay/repos/emacs/test.nix b/overlays/patches/emacs/overlay/repos/emacs/test.nix
index 24ed78a07cc3..1fc3ac5b0a90 100644
--- a/overlays/patches/emacs/overlay/repos/emacs/test.nix
+++ b/overlays/patches/emacs/overlay/repos/emacs/test.nix
@@ -9,7 +9,5 @@ let
 in {
   emacsUnstable = mkTestBuild pkgs.emacsUnstable;
   emacsGit = mkTestBuild pkgs.emacsGit;
-  emacsGitNativeComp = mkTestBuild pkgs.emacsGitNativeComp;
   emacsPgtk = mkTestBuild pkgs.emacsPgtk;
-  emacsPgtkNativeComp = mkTestBuild pkgs.emacsPgtkNativeComp;
 }