dash: add licenses

This commit is contained in:
Markus Kowalewski
2018-11-14 23:24:09 +01:00
parent d76c275605
commit a6b854c9a2

View File

@@ -10,10 +10,11 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
meta = {
meta = with stdenv.lib; {
homepage = http://gondor.apana.org.au/~herbert/dash/;
description = "A POSIX-compliant implementation of /bin/sh that aims to be as small as possible";
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = with licenses; [ bsd3 gpl2 ];
};
passthru = {