retroarch/cores.nix: use correct license for gw

This should be zlib the license, not zlib the package.
This commit is contained in:
Matthew Bauer 2020-03-21 23:38:58 -04:00
parent a8a0cb147f
commit ed46adb48b

View file

@ -507,7 +507,7 @@ in with stdenv.lib.licenses;
sha256 = "1jhgfys8hiipvbwq3gc48d7v6wq645d10rbr4w5m6px0fk6csshk";
};
description = "Port of Game and Watch to libretro";
license = zlib;
license = stdenv.lib.licenses.zlib;
makefile = "Makefile";
};