diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-08-31 14:07:15 +0100 |
---|---|---|
committer | David Craven <david@craven.ch> | 2016-09-01 14:36:49 +0200 |
commit | 5fd66a37d58aa13091134d5e6e5f8c62f404ebfe (patch) | |
tree | ea780443f044b4c981408058fe093330a4386f99 /gnu/packages | |
parent | 7060b28171d217b8091b87b92ee55c15f887e890 (diff) | |
download | guix-5fd66a37d58aa13091134d5e6e5f8c62f404ebfe.tar.gz guix-5fd66a37d58aa13091134d5e6e5f8c62f404ebfe.zip |
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) |