mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
Merge pull request #316392 from b-rodrigues/fix_gpumagic
rPackages.gpuMagic: fixed build
This commit is contained in:
commit
5b0c03b5dd
@ -1786,6 +1786,10 @@ let
|
||||
RGL_USE_NULL = "true";
|
||||
});
|
||||
|
||||
gpuMagic = old.gpuMagic.overrideAttrs (_: {
|
||||
hardeningDisable = ["format"];
|
||||
});
|
||||
|
||||
Rdisop = old.Rdisop.overrideAttrs (_: {
|
||||
hardeningDisable = ["format"];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user