From ed46adb48bbfadb4641ba26b787dc873986a7c86 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sat, 21 Mar 2020 23:38:58 -0400 Subject: [PATCH] retroarch/cores.nix: use correct license for gw This should be zlib the license, not zlib the package. --- pkgs/misc/emulators/retroarch/cores.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/emulators/retroarch/cores.nix b/pkgs/misc/emulators/retroarch/cores.nix index 63e1db108e7..e055e5a15fa 100644 --- a/pkgs/misc/emulators/retroarch/cores.nix +++ b/pkgs/misc/emulators/retroarch/cores.nix @@ -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"; };