summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2016-08-31 14:07:15 +0100
committerDavid Craven <david@craven.ch>2016-09-01 14:36:49 +0200
commit5fd66a37d58aa13091134d5e6e5f8c62f404ebfe (patch)
treeea780443f044b4c981408058fe093330a4386f99 /gnu/packages
parent7060b28171d217b8091b87b92ee55c15f887e890 (diff)
downloadguix-patches-5fd66a37d58aa13091134d5e6e5f8c62f404ebfe.tar
guix-patches-5fd66a37d58aa13091134d5e6e5f8c62f404ebfe.tar.gz
gnu: slim: Move to display-managers.scm.
* gnu/packages/display-managers.scm: New file. * gnu/packages/slim.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/services/xorg.scm: Likewise.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/display-managers.scm (renamed from gnu/packages/slim.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/slim.scm b/gnu/packages/display-managers.scm
index 2328a1aacf..579b149a0c 100644
--- a/gnu/packages/slim.scm
+++ b/gnu/packages/display-managers.scm
@@ -18,7 +18,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
-(define-module (gnu packages slim)
+(define-module (gnu packages display-managers)
#:use-module ((guix licenses) #:prefix l:)
#:use-module (guix packages)
#:use-module (guix download)