aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/liblxqt-include.patch
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-02-05 16:49:05 +0100
committerLudovic Courtès <ludo@gnu.org>2016-02-05 22:10:42 +0100
commit05c5b165851cdbe312e1340a2e6776d1c64d63a3 (patch)
treee98f3bd2157d7c43686b353305d493915f635ad3 /gnu/packages/patches/liblxqt-include.patch
parentedc891fa7625cad07857f05a622448e4bbda5bb9 (diff)
downloadguix-05c5b165851cdbe312e1340a2e6776d1c64d63a3.tar.gz
guix-05c5b165851cdbe312e1340a2e6776d1c64d63a3.zip
services: elogind: Add elogind to the global profile.
* gnu/services/desktop.scm (elogind-service-type): Extend PROFILE-SERVICE-TYPE.
Diffstat (limited to 'gnu/packages/patches/liblxqt-include.patch')
0 files changed, 0 insertions, 0 deletions
ages/music.scm (liquidsfz, geonkick)[native-inputs]: Remove GCC-9. * gnu/packages/fcitx5.scm (fcitx5, libime, fcitx5-configtool)[native-inputs]: Likewise. * gnu/packages/wine.scm (dxvk32)[native-inputs]: Likewise. * gnu/packages/ftp.scm (libfilezilla)[native-inputs]: Remove GCC-8. * gnu/packages/image.scm (blurhash)[native-inputs]: Likewise. * gnu/packages/jami.scm (libring)[native-inputs]: Likewise. * gnu/packages/pdf.scm (xournalpp)[native-inputs]: Likewise. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop, telegram-desktop)[native-inputs]: Likewise. Marius Bakke 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-06-14gnu: Rename qtbase to qtbase-5....This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer 2021-05-02gnu: Add tgcli....* gnu/packages/telegram.scm (tgcli): New variable. Raghav Gururajan 2021-04-10gnu: tl-parser: Fix typo in description....* gnu/packages/telegram.scm (tl-parser)[description]: Fix typo. Tobias Geerinckx-Rice 2021-03-06gnu: telegram-desktop: Fix typo in description....* gnu/packages/telegram.sc (telegram-desktop)[description]: Fix typo. Tobias Geerinckx-Rice 2021-02-18gnu: webrtc-for-telegram-desktop: Adjust native inputs....This fixes a segmentation fault in telegram-desktop. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop) [native-inputs]: Add gcc-9 and perl. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Raghav Gururajan 2021-02-18gnu: telegram-desktop: Update to 2.5.9....* gnu/packages/telegram.scm (telegram-desktop): Update to 2.5.9. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Raghav Gururajan 2021-02-18gnu: libtgvoip-for-telegram-desktop: Update to revision 88....* gnu/packages/telegram.scm (libtgvoip-for-telegram-desktop): Update to revision 88. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Raghav Gururajan 2021-02-18gnu: webrtc-for-telegram-desktop: Update to revision 83....* gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Update to revision 83. [inputs]: Add libx11, libxext, and libxtst. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Raghav Gururajan 2021-02-16Revert "gnu: telegram-desktop: Comment materialdecoration input."...This reverts commit 5da7b2d05092829f922512a0674810f3895d88b3. Leo Prikler 2021-02-10gnu: telegram-desktop: Comment materialdecoration input....This commit comments materialdecoration input in telegram-desktop because of build failure. * gnu/packages/telegram.scm (telegram-desktop)[inputs]: Comment materialdecoration. Oleg Pykhalov 2021-02-03gnu: Add telegram-cli....* gnu/packages/telegram.scm (telegram-cli): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Raghav Gururajan 2021-02-03gnu: Add tgl....* gnu/packages/telegram.scm (tgl): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Raghav Gururajan 2021-02-03gnu: Add tl-parser....* gnu/packages/telegram.scm (tl-parser): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Raghav Gururajan 2021-01-31gnu: Add telegram-desktop....* gnu/packages/telegram.scm (telegram-desktop): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Raghav Gururajan 2021-01-31gnu: Add libtgvoip-for-telegram-desktop....* gnu/packages/telegram.scm (libtgvoip-for-telegram-desktop): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Raghav Gururajan 2021-01-31gnu: Add rlottie-for-telegram-desktop....* gnu/packages/telegram.scm (rlottie-for-telegram-desktop): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Raghav Gururajan 2021-01-31gnu: Add webrtc-for-telegram-desktop....* gnu/packages/telegram.scm: New module. (webrtc-for-telegram-desktop): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Raghav Gururajan