mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
opensubdiv: Use separate outputs
This commit is contained in:
parent
e05c4c6541
commit
68e216d604
@ -12,6 +12,8 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "14ylpzk4121gi3fl02dwmqjp5sbaqpkm4gd0lh6jijccdih0xsc0";
|
sha256 = "14ylpzk4121gi3fl02dwmqjp5sbaqpkm4gd0lh6jijccdih0xsc0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
[ # Fix for building with cudatoolkit 7.
|
[ # Fix for building with cudatoolkit 7.
|
||||||
(fetchurl {
|
(fetchurl {
|
||||||
|
Loading…
Reference in New Issue
Block a user