Silly nixpkgs mirror, totally harmless :3
Find a file
aszlig d3a7c50364
chromium: Add WideVine content decryption plugin.
Seems to be needed in order to view Netflix content, but this only pulls
in the proprietary plugin and doesn't yet compile Chromium with support
for it, so this is only in preparation for the bright and shiny future
(where we all have rootkits implanted in our body).

Of course, this plugin is disabled by default as well as all the other
proprietary plugins.

For the plugin derivation, we now do the checkPhase _after_ the
installPhase, to make sure we also detect RPATHs pointing to the plugin
directory itself, because the shared object files only exist after the
installPhase.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-06 07:24:33 +02:00
doc nixpkgs manual: packaging coq libraries 2014-09-28 22:02:36 +01:00
lib Merge pull request #4378 from abbradar/deadbeef-fix 2014-10-05 14:53:44 +02:00
maintainers/scripts make vanity script less spammy 2014-10-05 16:16:56 +02:00
nixos nixos/lighttpd: add services.lighttpd.enableModules option 2014-10-05 19:15:19 +02:00
pkgs chromium: Add WideVine content decryption plugin. 2014-10-06 07:24:33 +02:00
.gitignore
.travis.yml Review PR in travis with nox-review 2014-09-21 21:17:56 +02:00
.version
COPYING
default.nix require Nix 1.7 for nixpkgs, since we're using antiquotation inside quoted attribute sets 2014-09-04 18:44:03 +02:00
README.md

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.