diff --git a/flake.nix b/flake.nix index 884f184..2498a40 100755 --- a/flake.nix +++ b/flake.nix @@ -177,7 +177,7 @@ DependsOnPrintStatic = pkgs.stdenvNoCC.mkDerivation { - name = "DependsOnPrint"; + name = "DependsOnPrintStatic"; src = ./.; @@ -187,7 +187,7 @@ buildPhase = '' clang++ \ - modules/DependsOnPrint/src/*.cpp \ + modules/DependsOnPrintStatic/src/*.cpp \ modules/Print/src/*.cpp \ include/utils/App/App.cpp \ -fpic -shared \