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