i swear to god

This commit is contained in:
Sakooooo 2024-09-07 15:43:17 +04:00
parent 83696cb933
commit 0f1ab15559
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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 ];
}); });
}; };