flatpak: enable debug info

This commit is contained in:
Alyssa Ross
2024-10-28 08:34:29 +01:00
committed by Bjørn Forsman
parent 4c1988701b
commit c6e6d1edd6
+2
View File
@@ -74,6 +74,8 @@ stdenv.mkDerivation (finalAttrs: {
"installedTests"
];
separateDebugInfo = true;
src = fetchurl {
url = "https://github.com/flatpak/flatpak/releases/download/${finalAttrs.version}/flatpak-${finalAttrs.version}.tar.xz";
hash = "sha256-a73HkIEnNQrYWkpH1wKSyi9MRul3sysf0jHCpxnYIc0=";