mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-21 18:25:58 +01:00
Use pname
instead of name
for plugin derivations
This commit is contained in:
parent
fb204633fb
commit
0053442040
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
hyprland,
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
name = "borders-plus-plus";
|
||||
pname = "borders-plus-plus";
|
||||
version = "0.1";
|
||||
src = ./.;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
hyprland,
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
name = "csgo-vulkan-fix";
|
||||
pname = "csgo-vulkan-fix";
|
||||
version = "0.1";
|
||||
src = ./.;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
hyprland,
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
name = "hyprbars";
|
||||
pname = "hyprbars";
|
||||
version = "0.1";
|
||||
src = ./.;
|
||||
|
||||
|
@ -18,4 +18,4 @@ stdenv.mkDerivation {
|
|||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue