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