i swear to god
This commit is contained in:
parent
83696cb933
commit
0f1ab15559
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
isync = prev.isync.overrideAttrs (old: {
|
isync = prev.isync.overrideAttrs (old: {
|
||||||
withCyrusSaslXoauth2 = true;
|
withCyrusSaslXoauth2 = true;
|
||||||
});
|
});
|
||||||
blender = prev.blender.override (old: {
|
blender = prev.blender.overrideAttrs (old: {
|
||||||
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [ inputs.nixpkgs.legacyPackages.x86_64-linux.pkg-config inputs.nixpkgs.legacyPackages.x86_64-linux.wayland-scanner ];
|
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [ inputs.nixpkgs.legacyPackages.x86_64-linux.pkg-config inputs.nixpkgs.legacyPackages.x86_64-linux.wayland-scanner ];
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue