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

uvcdynctrl: init at 0.2 #30806

Merged
merged 2 commits into from Oct 26, 2017
Merged

uvcdynctrl: init at 0.2 #30806

merged 2 commits into from Oct 26, 2017

Conversation

puffnfresh
Copy link
Contributor

Motivation for this change
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
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • 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.

homepage = http://guvcview.sourceforge.net;
maintainers = [ stdenv.lib.maintainers.puffnfresh ];
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.

license = stdenv.lib.licenses.gpl3Plus;

{ stdenv, fetchFromGitHub, cmake, pkgconfig, libxml2 }:

stdenv.mkDerivation rec {
version = "0.2";
Copy link
Member

Choose a reason for hiding this comment

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

sha256 = "0s15xxgdx8lnka7vi8llbf6b0j4rhbjl6yp0qxaihysf890xj73s";
};

nativeBuildInputs = [ cmake pkgconfig libxml2 ];
Copy link
Member

Choose a reason for hiding this comment

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

libxml2 is declared a native build input?

$ ldd /nix/store/1xjd4bv819nm40aw9xcg1pdy3yjvnc8w-uvcdynctrl-0.2/bin/uvcdynctrl-0.3.0 | grep xml
        libxml2.so.2 => /nix/store/plp8nl7bm74b830q05ncp53x61d7di93-libxml2-2.9.5/lib/libxml2.so.2 (0x00007fc203983000)

@puffnfresh
Copy link
Contributor Author

Thanks @vyp @Mic92

@Mic92 Mic92 merged commit ed0f558 into NixOS:master Oct 26, 2017
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

3 participants