Skip to content
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

mpvc: init at unstable-2017-03-18 #24037

Merged
merged 3 commits into from Mar 19, 2017
Merged

mpvc: init at unstable-2017-03-18 #24037

merged 3 commits into from Mar 19, 2017

Conversation

neeasade
Copy link
Member

Motivation for this change

package mpvc.

FYI this was first time using wrapper for me.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

makeWrapper ${socat}/bin/socat $out/bin/socat \
--prefix PATH : "$out/bin"
wrapProgram $out/bin/mpvc
wrapProgram $out/bin/mpvc --prefix PATH : "${socat}/bin/"
Copy link
Member

@Mic92 Mic92 Mar 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I simplified the build process a little bit.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

description = "A mpc-like control interface for mpv";
homepage = https://github.com/wildefyr/mpvc;
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to maintain this package?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure yes -- should I edit this PR to add to maintainers list?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@Mic92 Mic92 merged commit b82f3f6 into NixOS:master Mar 19, 2017
@Mic92
Copy link
Member

Mic92 commented Mar 19, 2017

Thanks!

@neeasade neeasade mentioned this pull request Mar 19, 2017
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants