openjfx: don't inherit license from openjdk
This commit is contained in:
parent
ad4a78fee8
commit
59d85b9910
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, fetchurl, writeText, openjdk11, gradleGen, pkgconfig, perl, cmake
|
{ stdenv, lib, fetchurl, writeText, gradleGen, pkgconfig, perl, cmake
|
||||||
, gperf, gtk2, gtk3, libXtst, libXxf86vm, glib, alsaLib, ffmpeg, python, ruby
|
, gperf, gtk2, gtk3, libXtst, libXxf86vm, glib, alsaLib, ffmpeg, python, ruby
|
||||||
, openjdk11-bootstrap }:
|
, openjdk11-bootstrap }:
|
||||||
|
|
||||||
@ -99,7 +99,7 @@ in makePackage {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://openjdk.java.net/projects/openjfx/;
|
homepage = http://openjdk.java.net/projects/openjfx/;
|
||||||
license = openjdk11.meta.license;
|
license = licenses.gpl2;
|
||||||
description = "The next-generation Java client toolkit.";
|
description = "The next-generation Java client toolkit.";
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, fetchurl, writeText, openjdk11_headless, openjdk12, gradleGen
|
{ stdenv, lib, fetchurl, writeText, openjdk11_headless, gradleGen
|
||||||
, pkgconfig, perl, cmake, gperf, gtk2, gtk3, libXtst, libXxf86vm, glib, alsaLib
|
, pkgconfig, perl, cmake, gperf, gtk2, gtk3, libXtst, libXxf86vm, glib, alsaLib
|
||||||
, ffmpeg, python, ruby }:
|
, ffmpeg, python, ruby }:
|
||||||
|
|
||||||
@ -99,7 +99,7 @@ in makePackage {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://openjdk.java.net/projects/openjfx/;
|
homepage = http://openjdk.java.net/projects/openjfx/;
|
||||||
license = openjdk12.meta.license;
|
license = licenses.gpl2;
|
||||||
description = "The next-generation Java client toolkit.";
|
description = "The next-generation Java client toolkit.";
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user