Add config option ‘allowUnfree’

If set to false, mkDerivation will throw an exception if a package has
an unfree license.  ‘release-lib.nix’ uses this to enforce that we
don't build unfree packages as part of the Nixpkgs channel.  Since
this is set through Nixpkgs' ‘config’ argument, it's more finegrained
than $HYDRA_DISALLOW_UNFREE.
This commit is contained in:
Eelco Dolstra
2013-01-17 23:41:37 +01:00
parent deaef8abaf
commit d8e722985b
3 changed files with 9 additions and 4 deletions
+1
View File
@@ -33,6 +33,7 @@ stdenv.mkDerivation {
'';
passthru = { inherit patch; };
meta = {
description = "Another Unionfs implementation for Linux (third generation)";
homepage = http://aufs.sourceforge.net/;