-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
initial vdr plugin xineliboutput-2.1.0 #63113
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
Conversation
Needed to patch package xineLib to fix usage of XINE_PLUGIN_PATH .
@@ -11,6 +12,8 @@ let | |||
}; | |||
in { | |||
|
|||
xineliboutput = callPackage ./xineliboutput {}; |
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.
Is there a particular motivation to put this plugin in a separate file when all other plugin derivations are embedded in this file?
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.
It is in line with the Nixpkgs trend of breaking down megafiles.
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 am on board with breaking up huge files. In this case it would be straight forward to give every plugin it's own file?
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 think also, this file should be splitted.
@GrahamcOfBorg build wrapVdr |
Thanks a lot for the valuable comments. I could take every hint into account. |
@volth I not sure I understand why |
Just using grep gives plenty of hits (that why I am a bit surprised it caused a problem here):
|
fix ofborg evaluations broken in #63113
OK. We are looking at two different branches. Master produces the hits that I posted above. Has staging diverged too much? |
Needed to patch package xineLib to fix usage of XINE_PLUGIN_PATH .
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)