diff --git a/gchannel/packages/hyprland.scm b/gchannel/packages/hyprland-input-capture.scm similarity index 98% rename from gchannel/packages/hyprland.scm rename to gchannel/packages/hyprland-input-capture.scm index 605dec4..6b74574 100644 --- a/gchannel/packages/hyprland.scm +++ b/gchannel/packages/hyprland-input-capture.scm @@ -1,5 +1,5 @@ -(define-module (gchannel packages hyprland) +(define-module (gchannel packages hyprland-input-capture) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix download) @@ -95,7 +95,7 @@ #:use-module (gnu packages xml) #:use-module (gnu packages xorg)) -(define-public hyprland +(define-public hyprland-input-capture (package (name "hyprland") (version "0.49.1") @@ -178,4 +178,4 @@ its looks.") (license license:bsd-3))) -hyprland \ No newline at end of file +hyprland-input-capture \ No newline at end of file diff --git a/gchannel/packages/xdg-desktop-portal-hyprland.scm b/gchannel/packages/xdg-desktop-portal-hyprland-input-capture.scm similarity index 96% rename from gchannel/packages/xdg-desktop-portal-hyprland.scm rename to gchannel/packages/xdg-desktop-portal-hyprland-input-capture.scm index c4607bb..6d0c227 100644 --- a/gchannel/packages/xdg-desktop-portal-hyprland.scm +++ b/gchannel/packages/xdg-desktop-portal-hyprland-input-capture.scm @@ -1,4 +1,4 @@ -(define-module (gchannel packages xdg-desktop-portal-hyprland) +(define-module (gchannel packages xdg-desktop-portal-hyprland-input-capture) #:use-module (guix bzr-download) #:use-module (guix download) #:use-module (guix gexp) @@ -95,7 +95,7 @@ #:use-module (gnu packages xorg) #:use-module (srfi srfi-1)) -(define-public xdg-desktop-portal-hyprland +(define-public xdg-desktop-portal-hyprland-input-capture (package (name "xdg-desktop-portal-hyprland") (version "1.3.11") @@ -140,4 +140,4 @@ "This package provides an @code{xdg-desktop-portal} backend for Hyprland.") (license license:bsd-3))) -xdg-desktop-portal-hyprland \ No newline at end of file +xdg-desktop-portal-hyprland-input-capture \ No newline at end of file