mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #134776 from ilmari-lauhakangas/patch-1
libreoffice: xdg-open-brief.patch not needed for 7.2
This commit is contained in:
commit
28911cf33f
@ -63,8 +63,6 @@ in (mkDrv rec {
|
||||
"-fno-visibility-inlines-hidden" # https://bugs.documentfoundation.org/show_bug.cgi?id=78174#c10
|
||||
];
|
||||
|
||||
patches = [ ./xdg-open-brief.patch ];
|
||||
|
||||
tarballPath = "external/tarballs";
|
||||
|
||||
postUnpack = ''
|
||||
|
@ -7,4 +7,5 @@ attrs:
|
||||
configureFlags = attrs.configureFlags ++ [
|
||||
(lib.enableFeature kdeIntegration "kf5")
|
||||
];
|
||||
patches = [ ../xdg-open-brief.patch ]; # drop this when switching fresh to 7.2.0
|
||||
}
|
||||
|
@ -7,4 +7,5 @@ attrs:
|
||||
configureFlags = attrs.configureFlags ++ [
|
||||
(lib.enableFeature kdeIntegration "kf5")
|
||||
];
|
||||
patches = [ ../xdg-open-brief.patch ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user