Skip to content

Commit 482049c

Browse files
committed
Qt on Linux only in flake
1 parent 01968b5 commit 482049c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
pkgs.capstone
3535
pkgs.dbus
3636
pkgs.bzip2
37-
pkgs.qt6.full
3837
] ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
3938
pkgs.darwin.apple_sdk.frameworks.Cocoa
39+
] ++ pkgs.lib.optionals (!pkgs.stdenv.isDarwin) [
40+
pkgs.qt6.full # TODO: Qt should work on Darwin too
4041
];
4142
stdenv = if pkgs.stdenv.isLinux then pkgs.stdenv
4243
else if pkgs.stdenv.isDarwin then pkgs.clang18Stdenv

0 commit comments

Comments
 (0)