mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
retroarch/cores.nix: use correct license for gw
This should be zlib the license, not zlib the package.
This commit is contained in:
parent
a8a0cb147f
commit
ed46adb48b
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user