hyprlandPlugins: use hyprlands stdenv
This commit is contained in:
@@ -2,13 +2,12 @@
|
||||
lib,
|
||||
callPackage,
|
||||
pkg-config,
|
||||
gcc14Stdenv,
|
||||
}:
|
||||
let
|
||||
mkHyprlandPlugin =
|
||||
hyprland:
|
||||
args@{ pluginName, ... }:
|
||||
gcc14Stdenv.mkDerivation (
|
||||
hyprland.stdenv.mkDerivation (
|
||||
args
|
||||
// {
|
||||
pname = "${pluginName}";
|
||||
|
||||
Reference in New Issue
Block a user