Skip to content
Snippets Groups Projects
Commit e7e5a4f8 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: qt-4: Enable session management by adding libsm as an input.

* gnu/packages/qt.scm (qt-4): Add input qt-4.
parent 5a84a6c3
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
;;;
;;; This file is part of GNU Guix.
;;;
......@@ -163,7 +163,8 @@ (define-public qt-4
"0f51dbgn1dcck8pqimls2qyf1pfmsmyknh767cvw87c3d218ywpb"))
(patches (list (search-patch "qt4-tests.patch")))))
(inputs `(,@(alist-delete "libjpeg" (package-inputs qt))
("libjepg" ,libjpeg-8)))
("libjepg" ,libjpeg-8)
("libsm" ,libsm)))
(arguments
`(#:phases
(alist-replace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment