davinci-resolve: fix platforms
This commit is contained in:
parent
6a00b76d0a
commit
5564a6d912
1 changed files with 2 additions and 1 deletions
|
@ -228,6 +228,7 @@ buildFHSEnv {
|
||||||
homepage = "https://www.blackmagicdesign.com/products/davinciresolve";
|
homepage = "https://www.blackmagicdesign.com/products/davinciresolve";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ jshcmpbll ];
|
maintainers = with maintainers; [ jshcmpbll ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue