Remove swaynotificationcenter from overlay, remove xmake package
This commit is contained in:
parent
6793fce1ea
commit
939e9a1664
2 changed files with 5 additions and 6 deletions
|
@ -172,7 +172,6 @@
|
|||
nix-plugins = pkgs.nix-plugins;
|
||||
backscrub = pkgs.backscrub;
|
||||
bl3auto = pkgs.bl3auto;
|
||||
xmake = pkgs.xmake;
|
||||
};
|
||||
|
||||
apps = {
|
||||
|
|
|
@ -10,11 +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/
|
||||
'';
|
||||
});
|
||||
# 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