mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 16:13:21 +02:00
fix: fix building of hyprland plugin with flake (#33)
This commit is contained in:
parent
962224a669
commit
d8248f5a1a
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
in
|
in
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
inherit name;
|
inherit name;
|
||||||
|
pname = name;
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
inherit (hyprland) buildInputs;
|
inherit (hyprland) buildInputs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue