waifu2x-photo-models: Specify license

This commit is contained in:
Simon Bruder 2021-01-03 13:03:12 +01:00
parent fb488a8bb5
commit fb173f06ad
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -14,6 +14,8 @@ let
installPhase = '' installPhase = ''
cp -r $src/models/vgg_7/photo $out cp -r $src/models/vgg_7/photo $out
''; '';
meta.license = lib.licenses.mit;
}; };
# waifu2x-converter-cpp wrapper for real life images # waifu2x-converter-cpp wrapper for real life images
waifu2x-photo = pkgs.writeShellScriptBin "waifu2x-photo" '' waifu2x-photo = pkgs.writeShellScriptBin "waifu2x-photo" ''