Skip to content

Commit

Permalink
hyprlandPlugins: use hyprlands stdenv
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 17, 2024
1 parent 54809e5 commit 81ef793
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
lib,
callPackage,
pkg-config,
gcc14Stdenv,
}:
let
mkHyprlandPlugin =
hyprland:
args@{ pluginName, ... }:
gcc14Stdenv.mkDerivation (
hyprland.stdenv.mkDerivation (
args
// {
pname = "${pluginName}";
Expand Down

0 comments on commit 81ef793

Please sign in to comment.