Unverified Commit 37a749b6 authored by quantenzitrone's avatar quantenzitrone
Browse files

libxinerama: resolve license todo

X11-no-permit-persons got accepted upstream:
https://github.com/spdx/license-list-XML/pull/2877
parent 7e68960d
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -57,10 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
    license = with lib.licenses; [
      mit
      mitOpenGroup
      # TODO: change this to a new license depending on if this
      # https://github.com/spdx/license-list-XML/issues/2831
      # actually creates a new license or just new markup for X11
      x11
      x11NoPermitPersons
    ];
    maintainers = [ ];
    pkgConfigModules = [ "xinerama" ];