forked from mirrors/nixpkgs
hello-wayland: enable debug info
This commit is contained in:
parent
089fbf534b
commit
b9ea34eb60
|
@ -14,6 +14,8 @@ stdenv.mkDerivation {
|
|||
sha256 = "NMQE2zU858b6OZhdS2oZnGvLK+eb7yU0nFaMAcpNw04=";
|
||||
};
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
||||
depsBuildBuild = [ pkg-config ];
|
||||
nativeBuildInputs = [ imagemagick pkg-config wayland-scanner ];
|
||||
buildInputs = [ wayland wayland-protocols ];
|
||||
|
|
Loading…
Reference in a new issue