Commit 5564a6d9 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by Yt
Browse files

davinci-resolve: fix platforms

parent 6a00b76d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -228,6 +228,7 @@ buildFHSEnv {
    homepage = "https://www.blackmagicdesign.com/products/davinciresolve";
    license = licenses.unfree;
    maintainers = with maintainers; [ jshcmpbll ];
    platforms = platforms.linux;
    platforms = [ "x86_64-linux" ];
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
  };
}