From 238b18d7b2c8239f676358634bfb32693d3706f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Vask=C3=B3?= Date: Fri, 21 Aug 2020 11:26:07 +0200 Subject: [PATCH] nose: it has been removed from `emacsPackages` on nixpkgs master References: #37 --- nix/sources.json | 12 ++++++++++++ overrides.nix | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/nix/sources.json b/nix/sources.json index 59b33af..472081c 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -107,6 +107,18 @@ "url": "https://github.com/vlaci/nix-straight.el/archive/9e6f7d71760b997b09d9bd3046257bc9ec17265b.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, + "nose": { + "branch": "master", + "description": null, + "homepage": null, + "owner": "emacsattic", + "repo": "nose", + "rev": "f8528297519eba911696c4e68fa88892de9a7b72", + "sha256": "07bhzddaxdjd591xmg59yd657a1is0q515291jd83mjsmgq258bm", + "type": "tarball", + "url": "https://github.com/emacsattic/nose/archive/f8528297519eba911696c4e68fa88892de9a7b72.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + }, "ob-racket": { "branch": "master", "description": "Org babel support for racket", diff --git a/overrides.nix b/overrides.nix index dd9a37f..ccae250 100644 --- a/overrides.nix +++ b/overrides.nix @@ -42,6 +42,10 @@ self: super: { ''; }); + nose = self.straightBuild { + pname = "nose"; + }; + org-mode = self.straightBuild rec { pname = "org-mode"; version = "9.4";