nodePackages.keyoxide: add missing build inputs for canvas module
This commit is contained in:
parent
557b843b62
commit
13050043aa
@ -235,6 +235,15 @@ final: prev: {
|
||||
'';
|
||||
};
|
||||
|
||||
keyoxide = prev.keyoxide.override {
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
buildInputs = with pkgs; [
|
||||
pixman
|
||||
cairo
|
||||
pango
|
||||
];
|
||||
};
|
||||
|
||||
makam = prev.makam.override {
|
||||
nativeBuildInputs = [ pkgs.buildPackages.makeWrapper ];
|
||||
postFixup = ''
|
||||
|
Loading…
Reference in New Issue
Block a user