aboutsummaryrefslogtreecommitdiff
path: root/devShells/qt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devShells/qt.nix')
-rw-r--r--devShells/qt.nix15
1 files changed, 1 insertions, 14 deletions
diff --git a/devShells/qt.nix b/devShells/qt.nix
index 80b83b5..eb9d3e9 100644
--- a/devShells/qt.nix
+++ b/devShells/qt.nix
@@ -9,26 +9,13 @@ in
pkgs.mkShell {
packages = with pkgs;
with libsForQt5; [
- #full
qtbase
+ qttranslations
qtserialport
qtwebsockets
doctest
qtcharts
qtwayland
-
- (stdenv.mkDerivation {
- pname = "qcoro";
- version = "0.6.1";
- src = fetchFromGitHub {
- owner = "danvratil";
- repo = "qcoro";
- rev = "261663560f59a162c0c82158a6cde41089668871";
- sha256 = "OAYJpoW3b0boSYBfuzLrFvlYSmP3SON8O6HsDQoi+I8=";
- };
- buildInputs = [qtbase qtwebsockets];
- nativeBuildInputs = [wrapQtAppsHook cmake];
- })
];
inputsFrom = with pkgs; [default c];
meta.platforms = ["x86_64-linux"];