qt6 working?

This commit is contained in:
talksik
2023-07-29 15:39:56 -07:00
parent e76e0d2594
commit 5e75c16e59
+3 -1
View File
@@ -1,4 +1,4 @@
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/9462344318b376e157c94fa60c20a25b913b2381.tar.gz") {} }:
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/9462344318b376e157c94fa60c20a25b913b2381.tar.gz") { } }:
pkgs.mkShell {
buildInputs = [
@@ -41,6 +41,8 @@ pkgs.mkShell {
pkgs.gst_all_1.gst-plugins-ugly
pkgs.gst_all_1.gst-libav
pkgs.gst_all_1.gst-vaapi
pkgs.qt6.full
];
shellHook = ''