hello-wayland: enable debug info

This commit is contained in:
Alyssa Ross 2023-06-27 11:14:26 +00:00
parent 089fbf534b
commit b9ea34eb60
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -14,6 +14,8 @@ stdenv.mkDerivation {
sha256 = "NMQE2zU858b6OZhdS2oZnGvLK+eb7yU0nFaMAcpNw04=";
};
separateDebugInfo = true;
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ imagemagick pkg-config wayland-scanner ];
buildInputs = [ wayland wayland-protocols ];