make unique named

This commit is contained in:
2025-07-02 20:17:35 -05:00
committed by GigiaJ
parent 3fd63eebb8
commit 6c321c3940
2 changed files with 6 additions and 6 deletions

View File

@@ -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
hyprland-input-capture

View File

@@ -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
xdg-desktop-portal-hyprland-input-capture