From ac0096ca16e5aee2ce58a40a30dd1f033369efdb Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 9 Aug 2023 20:27:15 +0200 Subject: c++,window,nix: Fixed nix window-opengl call and fixed class naming --- c++/window/xcb.cpp | 2 +- default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c++/window/xcb.cpp b/c++/window/xcb.cpp index d5f5fbb..a9d0715 100644 --- a/c++/window/xcb.cpp +++ b/c++/window/xcb.cpp @@ -242,7 +242,7 @@ const video_mode& window::get_video_mode() const { } conveyor> window::on_event() { - auto caf = new_conveyor_and_feeder>(); + auto caf = new_conveyor_and_feeder>(); event_feeder = std::move(caf.feeder); return std::move(caf.conveyor); } diff --git a/default.nix b/default.nix index 2522681..cf9ee19 100644 --- a/default.nix +++ b/default.nix @@ -62,7 +62,7 @@ in rec { inherit clang-tools; }; - window-opengl = pkgs.callPackage c++/window/.nix/derivation.nix { + window-opengl = pkgs.callPackage c++/window-opengl/.nix/derivation.nix { inherit version; inherit forstio; inherit clang; -- cgit v1.2.3