muse: remove unecessary chmod u+w over all files (#189690)

This commit is contained in:
Bjørn Forsman 2022-09-04 15:18:32 +02:00 committed by GitHub
parent 8da59ca2a2
commit 2c4c52179c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,6 @@ stdenv.mkDerivation rec {
sourceRoot = "source/muse3";
prePatch = ''
chmod u+w $NIX_BUILD_TOP
'';
patches = [ ./fix-parallel-building.patch ];
nativeBuildInputs = [ cmake pkg-config qttools wrapQtAppsHook ];