Unverified Commit 0022de84 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

openclonk: fix license

The ISC license always applies, the unfree part only is added
additionally.
parent ed76a25a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ stdenv.mkDerivation {
  meta = {
    description = "Free multiplayer action game in which you control clonks, small but witty and nimble humanoid beings";
    homepage = "https://www.openclonk.org";
    license = with lib.licenses; if enableSoundtrack then unfreeRedistributable else isc;
    license = with lib.licenses; [ isc ] ++ lib.optional enableSoundtrack unfreeRedistributable;
    mainProgram = "openclonk";
    maintainers = [ ];
    platforms = lib.platforms.linux;