From b9ea34eb6072638d60a1e898e31d148e5091d32c Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 27 Jun 2023 11:14:26 +0000 Subject: hello-wayland: enable debug info --- pkgs/applications/graphics/hello-wayland/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/graphics') diff --git a/pkgs/applications/graphics/hello-wayland/default.nix b/pkgs/applications/graphics/hello-wayland/default.nix index 300e7f7bb5d8..b6c047214044 100644 --- a/pkgs/applications/graphics/hello-wayland/default.nix +++ b/pkgs/applications/graphics/hello-wayland/default.nix @@ -14,6 +14,8 @@ stdenv.mkDerivation { sha256 = "NMQE2zU858b6OZhdS2oZnGvLK+eb7yU0nFaMAcpNw04="; }; + separateDebugInfo = true; + depsBuildBuild = [ pkg-config ]; nativeBuildInputs = [ imagemagick pkg-config wayland-scanner ]; buildInputs = [ wayland wayland-protocols ]; -- cgit 1.4.1