Fix SwayNotificationCenter build
This commit is contained in:
parent
9c389f8676
commit
f6a199221a
1 changed files with 6 additions and 0 deletions
|
@ -10,5 +10,11 @@ final: prev: rec {
|
|||
onnx-runtime = prev.pkgs.callPackage ../pkgs/onnx-runtime { inherit (prev.pkgs) stdenv; };
|
||||
obs-backgroundremoval = prev.pkgs.callPackage ../pkgs/obs-backgroundremoval { inherit (prev.pkgs) stdenv fetchFromGitHub cmake obs-studio opencv onnx-runtime; };
|
||||
|
||||
swaynotificationcenter = prev.swaynotificationcenter.overrideAttrs (finalAttrs: prevAttrs: {
|
||||
postInstall = ''
|
||||
${prev.pkgs.glib.dev}/bin/glib-compile-schemas $out/share/glib-2.0/schemas/
|
||||
'';
|
||||
});
|
||||
|
||||
bl3auto = prev.pkgs.callPackage ../pkgs/bl3auto { inherit (prev.pkgs) lib buildGoModule fetchFromGitHub; };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue