diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-09-07 08:39:57 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-09-07 08:39:57 +0200 |
commit | 4b52b8a42b896cc749cf2ea4ee6822fba5380c71 (patch) | |
tree | 18157d2a33c2908c1af788b06f5910f42cb2daca | |
parent | 850adcf4b17afb6f5429b030f3c814d502d2b53e (diff) | |
download | Nix-4b52b8a42b896cc749cf2ea4ee6822fba5380c71.tar.gz Nix-4b52b8a42b896cc749cf2ea4ee6822fba5380c71.tar.zst Nix-4b52b8a42b896cc749cf2ea4ee6822fba5380c71.zip |
Re-enable flrn and slrn
-rw-r--r-- | environments/immae-eu.nix | 2 | ||||
-rw-r--r-- | pkgs/slang_1/default.nix | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/environments/immae-eu.nix b/environments/immae-eu.nix index 0d34ec4..04a9e9c 100644 --- a/environments/immae-eu.nix +++ b/environments/immae-eu.nix | |||
@@ -59,7 +59,7 @@ let | |||
59 | # nagnu | 59 | # nagnu |
60 | 60 | ||
61 | # messaging/forums/news | 61 | # messaging/forums/news |
62 | #flrn slrn | 62 | flrn slrn |
63 | telegram-cli telegram-history-dump telegramircd | 63 | telegram-cli telegram-history-dump telegramircd |
64 | weechat profanity | 64 | weechat profanity |
65 | newsboat irssi | 65 | newsboat irssi |
diff --git a/pkgs/slang_1/default.nix b/pkgs/slang_1/default.nix index 3054b1d..b3842f7 100644 --- a/pkgs/slang_1/default.nix +++ b/pkgs/slang_1/default.nix | |||
@@ -8,7 +8,6 @@ stdenv.mkDerivation rec { | |||
8 | }; | 8 | }; |
9 | patches = [ | 9 | patches = [ |
10 | (fetchpatch { | 10 | (fetchpatch { |
11 | name = "slang_1.4.9dbs-8.diff.gz"; | ||
12 | url = "http://archive.debian.org/debian-archive/debian-amd64/pool/main/s/slang/slang_1.4.9dbs-8.diff.gz"; | 11 | url = "http://archive.debian.org/debian-archive/debian-amd64/pool/main/s/slang/slang_1.4.9dbs-8.diff.gz"; |
13 | sha256 = "0xdq14k5ynqfwpmis1rcggs7m4n921i3bs27icbmbhfg5gb2hap2"; | 12 | sha256 = "0xdq14k5ynqfwpmis1rcggs7m4n921i3bs27icbmbhfg5gb2hap2"; |
14 | }) | 13 | }) |