lib.licenses: replace wxWindows with wxWindowsException31
wxWindows git deprecated by spedx and got replaced with an exeption that needs to be combined with other licenses https://spdx.org/licenses/wxWindows.html
This commit is contained in:
+2
-2
@@ -1444,8 +1444,8 @@ lib.mapAttrs mkLicense (
|
||||
fullName = "Do What The F*ck You Want To Public License";
|
||||
};
|
||||
|
||||
wxWindows = {
|
||||
spdxId = "wxWindows";
|
||||
wxWindowsException31 = {
|
||||
spdxId = "WxWindows-exception-3.1";
|
||||
fullName = "wxWindows Library Licence, Version 3.1";
|
||||
};
|
||||
|
||||
|
||||
@@ -35,6 +35,9 @@ python3Packages.buildPythonApplication rec {
|
||||
description = "Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers (client tools)";
|
||||
homepage = "https://www.frida.re/";
|
||||
maintainers = with lib.maintainers; [ s1341 ];
|
||||
license = lib.licenses.wxWindows;
|
||||
license = with lib.licenses; [
|
||||
lgpl2Plus
|
||||
wxWindowsException31
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -126,7 +126,10 @@ stdenv.mkDerivation rec {
|
||||
multithreading, image loading and saving in a variety of popular formats,
|
||||
database support, HTML viewing and printing, and much more.
|
||||
'';
|
||||
license = licenses.wxWindows;
|
||||
license = with licenses; [
|
||||
lgpl2Plus
|
||||
wxWindowsException31
|
||||
];
|
||||
maintainers = with maintainers; [ tfmoraes ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -147,7 +147,10 @@ stdenv.mkDerivation rec {
|
||||
multithreading, image loading and saving in a variety of popular formats,
|
||||
database support, HTML viewing and printing, and much more.
|
||||
'';
|
||||
license = licenses.wxWindows;
|
||||
license = with licenses; [
|
||||
lgpl2Plus
|
||||
wxWindowsException31
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
tfmoraes
|
||||
fliegendewurst
|
||||
|
||||
@@ -37,7 +37,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "C language binding for wxWidgets";
|
||||
homepage = "https://wiki.haskell.org/WxHaskell";
|
||||
license = lib.licenses.wxWindows;
|
||||
license = with lib.licenses; [
|
||||
lgpl2Plus
|
||||
wxWindowsException31
|
||||
];
|
||||
maintainers = with lib.maintainers; [ fgaz ];
|
||||
platforms = wxGTK32.meta.platforms;
|
||||
};
|
||||
|
||||
@@ -127,7 +127,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
multithreading, image loading and saving in a variety of popular formats,
|
||||
database support, HTML viewing and printing, and much more.
|
||||
'';
|
||||
license = lib.licenses.wxWindows;
|
||||
license = with lib.licenses; [
|
||||
lgpl2Plus
|
||||
wxWindowsException31
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
tfmoraes
|
||||
fliegendewurst
|
||||
|
||||
@@ -52,7 +52,10 @@ buildPythonPackage {
|
||||
meta = {
|
||||
description = "Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers (Python bindings)";
|
||||
homepage = "https://www.frida.re";
|
||||
license = lib.licenses.wxWindows;
|
||||
license = with lib.licenses; [
|
||||
lgpl2Plus
|
||||
wxWindowsException31
|
||||
];
|
||||
maintainers = with lib.maintainers; [ s1341 ];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
|
||||
@@ -136,7 +136,10 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/wxWidgets/Phoenix/blob/wxPython-${version}/CHANGES.rst";
|
||||
description = "Cross platform GUI toolkit for Python, Phoenix version";
|
||||
homepage = "http://wxpython.org/";
|
||||
license = licenses.wxWindows;
|
||||
license = with licenses; [
|
||||
lgpl2Plus
|
||||
wxWindowsException31
|
||||
];
|
||||
maintainers = with maintainers; [ hexa ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -65,7 +65,10 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://www.virtualgl.org/";
|
||||
description = "X11 GL rendering in a remote computer with full 3D hw acceleration";
|
||||
license = licenses.wxWindows;
|
||||
license = with licenses; [
|
||||
lgpl2Plus
|
||||
wxWindowsException31
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user