Merge pull request #199486 from afh/afh-newsboat-contrib

newsboat: Avoid duplicate contrib files
This commit is contained in:
Sergei Trofimovich
2023-01-08 09:38:41 +00:00
committed by GitHub
@@ -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"