muse: remove unecessary chmod u+w over all files (#189690)
This commit is contained in:
parent
8da59ca2a2
commit
2c4c52179c
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user