From 60752bebcbe19a91bb9e6b3a4b8377abc394d564 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 27 Mar 2019 14:24:57 +0100 Subject: [PATCH] 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 --- pkgs/development/interpreters/clisp/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/interpreters/clisp/default.nix b/pkgs/development/interpreters/clisp/default.nix index f850a9f57b8..5dcfa42c92f 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; }; }