-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lms: 3.62.1 -> 3.64.0 #392230
base: master
Are you sure you want to change the base?
lms: 3.62.1 -> 3.64.0 #392230
Conversation
Hi. btw, does version 3.62.1 compiles for you? I can't build it 3.62.1 build log:
|
@@ -58,38 +56,14 @@ stdenv.mkDerivation rec { | |||
''; | |||
|
|||
postInstall = '' | |||
substituteInPlace $out/share/lms/lms.conf --replace-fail "/usr/bin/ffmpeg" "${ffmpeg}/bin/ffmpeg" | |||
substituteInPlace $out/share/lms/lms.conf --replace-fail "/usr/bin/ffmpeg" "${lib.getExe ffmpeg}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't used lib.getExe
before. How does it work?
Specially with packages that have multiple binary files (like ffmpeg,ffplay,...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lib.getExe
returns the path to the binary specified in the package's meta.mainProgram
.
It is not compiling because of breaking changes in wt. |
Removed wrappers as they are no longer needed. (lms uses static linking as of v3.63.0)
cc @mksafavi
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.