Loading pkgs/development/libraries/qt-5/5.15/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -164,6 +164,7 @@ let inherit gstreamer gst-plugins-base; }; qtnetworkauth = callPackage ../modules/qtnetworkauth.nix {}; qtpositioning = callPackage ../modules/qtpositioning.nix {}; qtquick1 = null; qtquickcontrols = callPackage ../modules/qtquickcontrols.nix {}; qtquickcontrols2 = callPackage ../modules/qtquickcontrols2.nix {}; Loading pkgs/development/libraries/qt-5/5.15/srcs.nix +11 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,17 @@ let in lib.mapAttrs mk (lib.importJSON ./srcs-generated.json) // { # Has no kde/5.15 branch qtpositioning = rec { version = "5.15.2"; src = fetchFromGitHub { owner = "qt"; repo = "qtpositioning"; rev = "v${version}"; hash = "sha256-L/P+yAQItm3taPpCNoOOm7PNdOFZiIwJJYflk6JDWvU="; }; }; # qtwebkit does not have an official release tarball on the qt mirror and is # mostly maintained by the community. qtwebkit = rec { Loading pkgs/development/libraries/qt-5/modules/qtpositioning.nix 0 → 100644 +14 −0 Original line number Diff line number Diff line { qtModule , qtbase , qtdeclarative , qtserialport , pkg-config , openssl }: qtModule { pname = "qtpositioning"; qtInputs = [ qtbase qtdeclarative qtserialport ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; } Loading
pkgs/development/libraries/qt-5/5.15/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -164,6 +164,7 @@ let inherit gstreamer gst-plugins-base; }; qtnetworkauth = callPackage ../modules/qtnetworkauth.nix {}; qtpositioning = callPackage ../modules/qtpositioning.nix {}; qtquick1 = null; qtquickcontrols = callPackage ../modules/qtquickcontrols.nix {}; qtquickcontrols2 = callPackage ../modules/qtquickcontrols2.nix {}; Loading
pkgs/development/libraries/qt-5/5.15/srcs.nix +11 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,17 @@ let in lib.mapAttrs mk (lib.importJSON ./srcs-generated.json) // { # Has no kde/5.15 branch qtpositioning = rec { version = "5.15.2"; src = fetchFromGitHub { owner = "qt"; repo = "qtpositioning"; rev = "v${version}"; hash = "sha256-L/P+yAQItm3taPpCNoOOm7PNdOFZiIwJJYflk6JDWvU="; }; }; # qtwebkit does not have an official release tarball on the qt mirror and is # mostly maintained by the community. qtwebkit = rec { Loading
pkgs/development/libraries/qt-5/modules/qtpositioning.nix 0 → 100644 +14 −0 Original line number Diff line number Diff line { qtModule , qtbase , qtdeclarative , qtserialport , pkg-config , openssl }: qtModule { pname = "qtpositioning"; qtInputs = [ qtbase qtdeclarative qtserialport ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; }