mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 13:23:17 +00:00
musescore: remove unneeded bundled libraries and headers from $out
This commit is contained in:
parent
3b32c6f516
commit
014929ac50
@ -88,6 +88,11 @@ stdenv.mkDerivation rec {
|
|||||||
qtx11extras
|
qtx11extras
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
# Remove unneeded bundled libraries and headers
|
||||||
|
rm -r $out/{include,lib}
|
||||||
|
'';
|
||||||
|
|
||||||
passthru.tests = nixosTests.musescore;
|
passthru.tests = nixosTests.musescore;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user