cudaPackages: make getOutput work again
This commit is contained in:
parent
eef06fe93e
commit
a2954dea37
@ -308,13 +308,6 @@ backendStdenv.mkDerivation (finalAttrs: {
|
|||||||
# Indeed, we want to do the opposite -- fat "out" outputs that contain all the other outputs.
|
# Indeed, we want to do the opposite -- fat "out" outputs that contain all the other outputs.
|
||||||
propagatedBuildOutputs = false;
|
propagatedBuildOutputs = false;
|
||||||
|
|
||||||
# By default, if the dev output exists it just uses that.
|
|
||||||
# However, because we disabled propagatedBuildOutputs, dev doesn't contain libraries or
|
|
||||||
# anything of the sort. To remedy this, we set outputSpecified to true, and use
|
|
||||||
# outputsToInstall, which tells Nix which outputs to use when the package name is used
|
|
||||||
# unqualified (that is, without an explicit output).
|
|
||||||
outputSpecified = true;
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "${redistribRelease.name}. By downloading and using the packages you accept the terms and conditions of the ${finalAttrs.meta.license.shortName}";
|
description = "${redistribRelease.name}. By downloading and using the packages you accept the terms and conditions of the ${finalAttrs.meta.license.shortName}";
|
||||||
sourceProvenance = [ sourceTypes.binaryNativeCode ];
|
sourceProvenance = [ sourceTypes.binaryNativeCode ];
|
||||||
|
Loading…
Reference in New Issue
Block a user