From c60f66058b5e23c7d77666c2927b665c0fe1e148 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Thu, 8 Aug 2024 19:44:48 +0200 Subject: [PATCH] #3076 nix: fix build path Signed-off-by: Patrizio Bekerle --- build-systems/nix/default-cmake-qt5.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-systems/nix/default-cmake-qt5.nix b/build-systems/nix/default-cmake-qt5.nix index 64e74e9b63..2841171304 100644 --- a/build-systems/nix/default-cmake-qt5.nix +++ b/build-systems/nix/default-cmake-qt5.nix @@ -26,7 +26,7 @@ in stdenv.mkDerivation { inherit pname appname version; - src = builtins.path { path = ./src; name = "qownnotes"; }; + src = builtins.path { path = ../../src; name = "qownnotes"; }; nativeBuildInputs = [ cmake