resim: add license

gstqt5
Markus Kowalewski 2020-06-30 21:34:44 +02:00
parent b9e6b1d198
commit 0a2a353ad5
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 2 additions and 0 deletions

View File

@ -15,4 +15,6 @@ stdenv.mkDerivation {
cp -v libresim/libarmsim.so $out/lib/libarmsim.so
cp -v vc4emul/vc4emul $out/bin/vc4emul
'';
meta.license = stdenv.lib.licenses.mit;
}