Loading pkgs/desktops/lxqt/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -38,10 +38,7 @@ let pcmanfm-qt = callPackage ./pcmanfm-qt {}; ### OPTIONAL qterminal = callPackage ./qterminal { lxqt-build-tools = lxqt-build-tools_0_13; inherit (pkgs.libsForQt5) qtbase qttools qtx11extras; }; qterminal = callPackage ./qterminal {}; compton-conf = callPackage ./compton-conf { lxqt-build-tools = lxqt-build-tools_0_13; inherit (pkgs.libsForQt5) qtbase qttools qtx11extras; Loading pkgs/desktops/lxqt/qterminal/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ , qtbase , qtermwidget , qttools , qtx11extras , wrapQtAppsHook , gitUpdater , nixosTests Loading @@ -14,13 +13,13 @@ stdenv.mkDerivation rec { pname = "qterminal"; version = "1.4.0"; version = "2.0.0"; src = fetchFromGitHub { owner = "lxqt"; repo = pname; rev = version; hash = "sha256-nojNx351lYw0jVKEvzAIDP1WrZWcCAlfYMxNG95GcEo="; hash = "sha256-SesKJCiMoiqkvMM29+0IMERozQ9zuD+NJTtaC6j7ubM="; }; nativeBuildInputs = [ Loading @@ -33,7 +32,6 @@ stdenv.mkDerivation rec { buildInputs = [ qtbase qtermwidget qtx11extras ]; passthru.updateScript = gitUpdater { }; Loading Loading
pkgs/desktops/lxqt/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -38,10 +38,7 @@ let pcmanfm-qt = callPackage ./pcmanfm-qt {}; ### OPTIONAL qterminal = callPackage ./qterminal { lxqt-build-tools = lxqt-build-tools_0_13; inherit (pkgs.libsForQt5) qtbase qttools qtx11extras; }; qterminal = callPackage ./qterminal {}; compton-conf = callPackage ./compton-conf { lxqt-build-tools = lxqt-build-tools_0_13; inherit (pkgs.libsForQt5) qtbase qttools qtx11extras; Loading
pkgs/desktops/lxqt/qterminal/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ , qtbase , qtermwidget , qttools , qtx11extras , wrapQtAppsHook , gitUpdater , nixosTests Loading @@ -14,13 +13,13 @@ stdenv.mkDerivation rec { pname = "qterminal"; version = "1.4.0"; version = "2.0.0"; src = fetchFromGitHub { owner = "lxqt"; repo = pname; rev = version; hash = "sha256-nojNx351lYw0jVKEvzAIDP1WrZWcCAlfYMxNG95GcEo="; hash = "sha256-SesKJCiMoiqkvMM29+0IMERozQ9zuD+NJTtaC6j7ubM="; }; nativeBuildInputs = [ Loading @@ -33,7 +32,6 @@ stdenv.mkDerivation rec { buildInputs = [ qtbase qtermwidget qtx11extras ]; passthru.updateScript = gitUpdater { }; Loading