aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters/clisp
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-03-27 14:24:57 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-04-09 13:23:55 +0200
commit60752bebcbe19a91bb9e6b3a4b8377abc394d564 (patch)
tree336496e0f1a29272fdb52af9060b1f4ed44fe4a1 /pkgs/development/interpreters/clisp
parent349921047e9e598bb2088df0694cc72a20f7b56c (diff)
clisp: Add license
Source: http://ftp.gnu.org/pub/gnu/clisp/release/latest/clisp-2.49.tar.gz File: GNU-GPL Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/development/interpreters/clisp')
-rw-r--r--pkgs/development/interpreters/clisp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/clisp/default.nix b/pkgs/development/interpreters/clisp/default.nix
index f850a9f57b80..5dcfa42c92fc 100644
--- a/pkgs/development/interpreters/clisp/default.nix
+++ b/pkgs/development/interpreters/clisp/default.nix
@@ -99,5 +99,6 @@ stdenv.mkDerivation rec {
platforms = stdenv.lib.platforms.unix;
# problems on Darwin: https://github.com/NixOS/nixpkgs/issues/20062
broken = stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isAarch64;
+ license = stdenv.lib.licenses.gpl2;
};
}