about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-06-27 11:14:26 +0000
committerAlyssa Ross <hi@alyssa.is>2023-06-27 11:14:26 +0000
commitb9ea34eb6072638d60a1e898e31d148e5091d32c (patch)
tree7c1d476832da5047bcc4a618f0cf95499c85a35c /pkgs/applications/graphics
parent089fbf534b3d6fbcd3fad960bc919460ab44be21 (diff)
downloadnixlib-b9ea34eb6072638d60a1e898e31d148e5091d32c.tar
nixlib-b9ea34eb6072638d60a1e898e31d148e5091d32c.tar.gz
nixlib-b9ea34eb6072638d60a1e898e31d148e5091d32c.tar.bz2
nixlib-b9ea34eb6072638d60a1e898e31d148e5091d32c.tar.lz
nixlib-b9ea34eb6072638d60a1e898e31d148e5091d32c.tar.xz
nixlib-b9ea34eb6072638d60a1e898e31d148e5091d32c.tar.zst
nixlib-b9ea34eb6072638d60a1e898e31d148e5091d32c.zip
hello-wayland: enable debug info
Diffstat (limited to 'pkgs/applications/graphics')
-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 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 ];