Merge pull request #199486 from afh/afh-newsboat-contrib
newsboat: Avoid duplicate contrib files
This commit is contained in:
commit
18e2d50858
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
make prefix="$out" install
|
make prefix="$out" install
|
||||||
cp -r contrib $out
|
|
||||||
'' + lib.optionalString stdenv.isDarwin ''
|
'' + lib.optionalString stdenv.isDarwin ''
|
||||||
for prog in $out/bin/*; do
|
for prog in $out/bin/*; do
|
||||||
wrapProgram "$prog" --prefix DYLD_LIBRARY_PATH : "${stfl}/lib"
|
wrapProgram "$prog" --prefix DYLD_LIBRARY_PATH : "${stfl}/lib"
|
||||||
|
|
Loading…
Reference in a new issue