make unique named
This commit is contained in:
@@ -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 licenses) #:prefix license:)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
#:use-module (gnu packages xml)
|
#:use-module (gnu packages xml)
|
||||||
#:use-module (gnu packages xorg))
|
#:use-module (gnu packages xorg))
|
||||||
|
|
||||||
(define-public hyprland
|
(define-public hyprland-input-capture
|
||||||
(package
|
(package
|
||||||
(name "hyprland")
|
(name "hyprland")
|
||||||
(version "0.49.1")
|
(version "0.49.1")
|
||||||
@@ -178,4 +178,4 @@
|
|||||||
its looks.")
|
its looks.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
hyprland
|
hyprland-input-capture
|
||||||
@@ -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 bzr-download)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix gexp)
|
#:use-module (guix gexp)
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
#:use-module (gnu packages xorg)
|
#:use-module (gnu packages xorg)
|
||||||
#:use-module (srfi srfi-1))
|
#:use-module (srfi srfi-1))
|
||||||
|
|
||||||
(define-public xdg-desktop-portal-hyprland
|
(define-public xdg-desktop-portal-hyprland-input-capture
|
||||||
(package
|
(package
|
||||||
(name "xdg-desktop-portal-hyprland")
|
(name "xdg-desktop-portal-hyprland")
|
||||||
(version "1.3.11")
|
(version "1.3.11")
|
||||||
@@ -140,4 +140,4 @@
|
|||||||
"This package provides an @code{xdg-desktop-portal} backend for Hyprland.")
|
"This package provides an @code{xdg-desktop-portal} backend for Hyprland.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
xdg-desktop-portal-hyprland
|
xdg-desktop-portal-hyprland-input-capture
|
||||||
Reference in New Issue
Block a user