summaryrefslogtreecommitdiff
path: root/pkgs/overlay.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/overlay.nix')
-rw-r--r--pkgs/overlay.nix23
1 files changed, 0 insertions, 23 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix
index 0f38c5f..b3876d5 100644
--- a/pkgs/overlay.nix
+++ b/pkgs/overlay.nix
@@ -18,11 +18,6 @@ in
});
});
- typst = self.callPackage ./typst.nix {
- rust-bin =
- self.rust-bin;
- };
-
almanac = self.rustPlatform.buildRustPackage rec {
pname = "almanac";
version = "git";
@@ -64,22 +59,6 @@ in
isabelle-rust-utils = self.isabelle-utils;
};
- emacs29 = self.callPackage
- (import "${inputs.nixpkgs.outPath}/pkgs/applications/editors/emacs/generic.nix" {
- version = "29";
- sha256 = "sha256-52ww8DBlDu1frfmLMTnsCmQld6OVX7qBNqVXjuY3GA8=";
- }) {
- inherit (self.darwin.apple_sdk.frameworks) AppKit Carbon Cocoa IOKit OSAKit Quartz
- QuartzCore WebKit ImageCaptureCore GSS ImageIO;
- gconf = null;
- alsa-lib = null;
- gpm = null;
- libXaw = self.xorg.libXaw;
- inherit (self.darwin) sigtool;
- withPgtk = true;
- withX = false;
- };
-
crs-tracker = crs-tools.tracker;
crs-php = crs-tools.php;
@@ -97,7 +76,5 @@ in
src = inputs.bahnhof-name;
};
-
- # dbus = super.dbus.override { x11Support = false; };
mu = oldstable.mu;
}