mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
cosmic-*: enable separateDebugInfo if not already enabled
At least `cosmic-settings`, `cosmic-launcher`, and `cosmic-osd` have core dumps listed in `coredumpctl`. Other than "it takes up a few extra Mb in hydra's storage", there isn't a particularly compelling reason not to enable separateDebugInfo for all COSMIC applications.
This commit is contained in:
parent
b7fa9c5e4f
commit
b45f95514d
23 changed files with 46 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
|
||||
cargoHash = "sha256-DCqEXoJ1qTwKemSCGe7AwQCdOFw7Qh3PoxbB9XdLfHk=";
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
just
|
||||
pkg-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue