Loading pkgs/development/libraries/qt-6/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ let inherit callPackage srcs; qtModule = callPackage ./qtModule.nix { inherit self; }; qtModule = callPackage ./qtModule.nix { }; qtbase = callPackage ./modules/qtbase.nix { withGtk3 = true; Loading pkgs/development/libraries/qt-6/qtModule.nix +3 −3 Original line number Diff line number Diff line { stdenv, lib, perl, cmake, ninja, writeText, self, srcs, patches ? [ ] }: { stdenv, lib, perl, cmake, ninja, writeText, qtbase, qmake, srcs, patches ? [ ] }: args: Loading @@ -16,7 +16,7 @@ stdenv.mkDerivation (args // { perl cmake ninja self.qmake qmake ]; propagatedBuildInputs = args.qtInputs ++ (args.propagatedBuildInputs or [ ]); Loading Loading @@ -59,7 +59,7 @@ stdenv.mkDerivation (args // { if [[ -z "$dontSyncQt" && -f sync.profile ]]; then # FIXME: this probably breaks crosscompiling as it's not from nativeBuildInputs # I don't know how to get /libexec from nativeBuildInputs to work, it's not under /bin ${lib.getDev self.qtbase}/libexec/syncqt.pl -version "''${version%%-*}" ${lib.getDev qtbase}/libexec/syncqt.pl -version "''${version%%-*}" fi ''; Loading Loading
pkgs/development/libraries/qt-6/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ let inherit callPackage srcs; qtModule = callPackage ./qtModule.nix { inherit self; }; qtModule = callPackage ./qtModule.nix { }; qtbase = callPackage ./modules/qtbase.nix { withGtk3 = true; Loading
pkgs/development/libraries/qt-6/qtModule.nix +3 −3 Original line number Diff line number Diff line { stdenv, lib, perl, cmake, ninja, writeText, self, srcs, patches ? [ ] }: { stdenv, lib, perl, cmake, ninja, writeText, qtbase, qmake, srcs, patches ? [ ] }: args: Loading @@ -16,7 +16,7 @@ stdenv.mkDerivation (args // { perl cmake ninja self.qmake qmake ]; propagatedBuildInputs = args.qtInputs ++ (args.propagatedBuildInputs or [ ]); Loading Loading @@ -59,7 +59,7 @@ stdenv.mkDerivation (args // { if [[ -z "$dontSyncQt" && -f sync.profile ]]; then # FIXME: this probably breaks crosscompiling as it's not from nativeBuildInputs # I don't know how to get /libexec from nativeBuildInputs to work, it's not under /bin ${lib.getDev self.qtbase}/libexec/syncqt.pl -version "''${version%%-*}" ${lib.getDev qtbase}/libexec/syncqt.pl -version "''${version%%-*}" fi ''; Loading