newsboat: Avoid duplicate contrib files

already available in ~/.nix-profile/share/doc/newsboat/contrib
This commit is contained in:
Alexis Hildebrandt 2022-11-04 09:41:00 +01:00
parent 97f057e02b
commit fcb9211bf1

View File

@ -49,7 +49,6 @@ rustPlatform.buildRustPackage rec {
postInstall = ''
make prefix="$out" install
cp -r contrib $out
'' + lib.optionalString stdenv.isDarwin ''
for prog in $out/bin/*; do
wrapProgram "$prog" --prefix DYLD_LIBRARY_PATH : "${stfl}/lib"