about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-07-26 20:48:16 +0300
committerGitHub <noreply@github.com>2023-07-26 20:48:16 +0300
commit6101669914ea5b04f2055850f4e773153c8bf744 (patch)
tree3cea9b293810970c6b5c91eb9fa02bf179c17ac3
parenta0730a3244fca4fce5b81a3c89e326b0b60d3576 (diff)
parentb9ea34eb6072638d60a1e898e31d148e5091d32c (diff)
Merge pull request #240105 from alyssais/hello-wayland-debug
-rw-r--r--pkgs/applications/graphics/hello-wayland/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/hello-wayland/default.nix b/pkgs/applications/graphics/hello-wayland/default.nix
index 300e7f7bb5d89..b6c0472140441 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 ];