davinci-resolve: fix platforms

This commit is contained in:
Peder Bergebakken Sundt 2023-08-10 18:00:14 +02:00 committed by Yt
parent 6a00b76d0a
commit 5564a6d912

View file

@ -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 ];
}; };
} }