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

firefoxWrapper has become unfree #6727

Closed
peti opened this issue Mar 9, 2015 · 0 comments
Closed

firefoxWrapper has become unfree #6727

peti opened this issue Mar 9, 2015 · 0 comments

Comments

@peti
Copy link
Member

peti commented Mar 9, 2015

6ed1d9f seems to have added a dependency in faac, which is unfree. As a result, Hydra can no longer build firefoxWrapper (and some other tools):

in job ‘audacious.x86_64-linux’:
Package ‘faac-1.28’ in ‘/nix/store/ndky2g5zmafg173n14whykhqzbcw8a7j-git-export/pkgs/development/libraries/faac/default.nix:26’ has an unfree license ‘{"free":false,"fullName":"Unfree redistributable","shortName":"unfreeRedistributable"}’ which is not whitelisted, refusing to evaluate.
For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
For `nix-env` you can add
  { allowUnfree = true; }
to ~/.nixpkgs/config.nix.


in job ‘firefoxWrapper.x86_64-linux’:
Package ‘faac-1.28’ in ‘/nix/store/ndky2g5zmafg173n14whykhqzbcw8a7j-git-export/pkgs/development/libraries/faac/default.nix:26’ has an unfree license ‘{"free":false,"fullName":"Unfree redistributable","shortName":"unfreeRedistributable"}’ which is not whitelisted, refusing to evaluate.
For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
For `nix-env` you can add
  { allowUnfree = true; }
to ~/.nixpkgs/config.nix.


in job ‘ffmpeg.x86_64-linux’:
Package ‘faac-1.28’ in ‘/nix/store/ndky2g5zmafg173n14whykhqzbcw8a7j-git-export/pkgs/development/libraries/faac/default.nix:26’ has an unfree license ‘{"free":false,"fullName":"Unfree redistributable","shortName":"unfreeRedistributable"}’ which is not whitelisted, refusing to evaluate.
For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnfree = true; }
in configuration.nix to override this.
For `nix-env` you can add
  { allowUnfree = true; }
to ~/.nixpkgs/config.nix.
peti added a commit to peti/nixpkgs that referenced this issue Mar 9, 2015
… buildInputs unconditionally

This is a hot-fix to mitigate NixOS#6727.
peti referenced this issue Mar 9, 2015
* migrate some branches from ffmpeg.config.<optional>, now allows version specific configuration
* Added optionals for most features
* Added qt-faststart executable
* Licensing corrections
* Added dependencies
    + celt
    + faad2
    + flite
    + frei0r-plugins
    + fribidi
    + game-music-emu
    + gsm
    + jack2
    + ladspa-sdk
    + libavc1394
    + libbluray
    + libbs2b
    + libcaca
    + libmodplug
    + libogg
    + libraw1394
    + libssh
    + libwebp
    + libxcb
    + lzma
    + openal
    + opencl
    + opengl
    + openh264
    + openjpeg
    + openssl
    + pulseaudio
    + rtmpdump
    + samba
    + soxr
    + v4l-utils
    + vid.stab
    + wavpack
    + libX11
    + libXv
    + wavpack
    + x265
    + xavs
    + xvidcore
    + zeromq
* Outlines support for: (unpackaged/broken dependencies)
    + aacplus
    + avisynth
    + crystalhd
    + blackmagic-design-desktop-video
    + flite
    + ilbc
    + libavc1394
    + libcdio-paranoia
    + libiec61883
    + libmfx
    + libnut
    + nvenc (nvidia)
    + opencl
    + opencore-amr
    + openh264
    + oss
    + libquvi
    + schroedinger
    + shine
    + twolame
    + utvideo
    + vo-aacenc
    + vo-amrwbenc
    + zvbi
@peti peti closed this as completed Apr 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant