Skip to content

Commit

Permalink
libfm: fix duplicate inclusion of libfm-extra
Browse files Browse the repository at this point in the history
  • Loading branch information
wamserma committed May 10, 2020
1 parent ae4d9cb commit f5c0535
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/libraries/libfm/default.nix
Expand Up @@ -28,6 +28,11 @@ stdenv.mkDerivation rec {
"sysconfdir=${placeholder "out"}/etc"
];

# libfm-extra is pulled in by menu-cache and thus leads to a collision for libfm
postInstall = optional (!extraOnly) ''
rm $out/lib/libfm-extra.so $out/lib/libfm-extra.so.* $out/lib/libfm-extra.la $out/lib/pkgconfig/libfm-extra.pc
'';

enableParallelBuilding = true;

meta = with stdenv.lib; {
Expand Down

0 comments on commit f5c0535

Please sign in to comment.