From 014929ac5041c6da91c78f5c1458b3ebad9078b6 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 17 Jul 2023 15:16:54 +0300 Subject: [PATCH] musescore: remove unneeded bundled libraries and headers from $out --- pkgs/applications/audio/musescore/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/applications/audio/musescore/default.nix b/pkgs/applications/audio/musescore/default.nix index 1f3787712e3b..2ea999cbc290 100644 --- a/pkgs/applications/audio/musescore/default.nix +++ b/pkgs/applications/audio/musescore/default.nix @@ -88,6 +88,11 @@ stdenv.mkDerivation rec { qtx11extras ]; + postInstall = '' + # Remove unneeded bundled libraries and headers + rm -r $out/{include,lib} + ''; + passthru.tests = nixosTests.musescore; meta = with lib; {