youtube-viewer: fix too-long shebang line on Darwin
This commit is contained in:
parent
3929482694
commit
8036b0f015
@ -19294,12 +19294,16 @@ let
|
|||||||
sha256 = "15xyrwv08fw8jmpydwzks26ipxnzliwddgyjcfqiaj0p7lwlhmx1";
|
sha256 = "15xyrwv08fw8jmpydwzks26ipxnzliwddgyjcfqiaj0p7lwlhmx1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
LWP
|
LWP
|
||||||
LWPProtocolHttps
|
LWPProtocolHttps
|
||||||
DataDump
|
DataDump
|
||||||
JSON
|
JSON
|
||||||
];
|
];
|
||||||
|
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
|
shortenPerlShebang $out/bin/youtube-viewer
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A lightweight application for searching and streaming videos from YouTube";
|
description = "A lightweight application for searching and streaming videos from YouTube";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user