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>
This commit is contained in:
parent
349921047e
commit
60752bebcb
@ -99,5 +99,6 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
# problems on Darwin: https://github.com/NixOS/nixpkgs/issues/20062
|
# problems on Darwin: https://github.com/NixOS/nixpkgs/issues/20062
|
||||||
broken = stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isAarch64;
|
broken = stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isAarch64;
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user