about summary refs log tree commit diff
path: root/pkgs/applications/audio/muse/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/muse/default.nix')
-rw-r--r--pkgs/applications/audio/muse/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/applications/audio/muse/default.nix b/pkgs/applications/audio/muse/default.nix
index f5a6bafe792c..89ccf00c6d38 100644
--- a/pkgs/applications/audio/muse/default.nix
+++ b/pkgs/applications/audio/muse/default.nix
@@ -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 ];