gnome.gdm: enable debug info
This commit is contained in:
parent
fb7e3ad56c
commit
0d08ea5a3b
1 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,7 @@ stdenv.mkDerivation rec {
|
|||
rsync --archive "${DESTDIR}/etc" "$out"
|
||||
rm --recursive "${DESTDIR}/etc"
|
||||
for o in $outputs; do
|
||||
if [[ "$o" = "debug" ]]; then continue; fi
|
||||
rsync --archive "${DESTDIR}/''${!o}" "$(dirname "''${!o}")"
|
||||
rm --recursive "${DESTDIR}/''${!o}"
|
||||
done
|
||||
|
@ -162,6 +163,8 @@ stdenv.mkDerivation rec {
|
|||
# location using DESTDIR and then move it to proper one in postInstall.
|
||||
DESTDIR = "${placeholder "out"}/dest";
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = "gdm";
|
||||
|
|
Loading…
Reference in a new issue