Skip to content

Commit

Permalink
fix nix flake show command
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin authored and akokoshn committed Oct 16, 2024
1 parent dfc0c6d commit b603682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in stdenv.mkDerivation {
(lib.optional (!stdenv.isDarwin) gdb) ++
(lib.optional (stdenv.isDarwin) lldb);

propagatedBuildInputs = [ boost crypto3 gtk4 gtkmm4 glibmm pcre2 glib pango pangomm ];
propagatedBuildInputs = [ boost gtk4 gtkmm4 glibmm pcre2 glib pango pangomm ];

buildInputs = [ cmake_modules ];

Expand Down

0 comments on commit b603682

Please sign in to comment.