From 48e3ced43a732abcb49721ac5cfbfc23ab2b2469 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 28 Jan 2016 14:55:10 +0100 Subject: machines/katara: Fix evaluation error The attribute "diffoscopes" doesn't exist in and should be "diffoscope" (without "s"). Evaluation tested with: nix-instantiate release.nix -A machines.profpatsch.katara Signed-off-by: aszlig --- machines/profpatsch/katara.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index d62dbcdf..66ebab1e 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -76,7 +76,7 @@ in { systemPkgs = [ atool # archive tools curl # transfer data to/from a URL - diffoscopes # diff whole filetrees (and archives) + diffoscope # diff whole filetrees (and archives) dos2unix # text file conversion fdupes # file duplicate finder file # file information -- cgit 1.4.1