Skip to content

Commit

Permalink
musescore: remove unneeded bundled libraries and headers from $out
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Jul 17, 2023
1 parent 3b32c6f commit 014929a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/audio/musescore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit 014929a

Please sign in to comment.