cudaPackages: allow FHS references by default
...harden gradually instead
This commit is contained in:
parent
cfa07014b6
commit
5d6136a53e
@ -44,6 +44,7 @@ attrsets.filterAttrs (attr: _: (builtins.hasAttr attr prev)) {
|
|||||||
|
|
||||||
cuda_cudart = prev.cuda_cudart.overrideAttrs (
|
cuda_cudart = prev.cuda_cudart.overrideAttrs (
|
||||||
prevAttrs: {
|
prevAttrs: {
|
||||||
|
allowFHSReferences = false;
|
||||||
|
|
||||||
# The libcuda stub's pkg-config doesn't follow the general pattern:
|
# The libcuda stub's pkg-config doesn't follow the general pattern:
|
||||||
postPatch = prevAttrs.postPatch or "" + ''
|
postPatch = prevAttrs.postPatch or "" + ''
|
||||||
|
@ -219,7 +219,7 @@ backendStdenv.mkDerivation (
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
allowFHSReferences = false;
|
allowFHSReferences = true; # TODO: Default to `false`
|
||||||
postInstallCheck = ''
|
postInstallCheck = ''
|
||||||
echo "Executing postInstallCheck"
|
echo "Executing postInstallCheck"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user