From c0656fe0c124326ea6f014d8b49fb9b0cebdffe3 Mon Sep 17 00:00:00 2001 From: Konstantin Heil Date: Thu, 14 Jul 2016 14:18:57 +0200 Subject: [PATCH] LiE: include forgotten file INFO.a by installation --- pkgs/applications/science/math/LiE/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/science/math/LiE/default.nix b/pkgs/applications/science/math/LiE/default.nix index 233f44b44cc..b448b511421 100644 --- a/pkgs/applications/science/math/LiE/default.nix +++ b/pkgs/applications/science/math/LiE/default.nix @@ -41,7 +41,7 @@ stdenv.mkDerivation rec { cp -v Lie.exe $out cp -v lie $out/bin - cp -v LEARN LEARN.ind $out - cp -v INFO.ind INFO.[0-4] $out + cp -v LEARN* $out + cp -v INFO* $out ''; }