1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/stdenv/generic
Eelco Dolstra d8e722985b 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.
2013-01-17 23:41:37 +01:00
..
builder.sh * "sed -i" isn't very portable, so don't use it here. 2012-01-19 16:23:14 +00:00
default-builder.sh
default.nix Add config option ‘allowUnfree’ 2013-01-17 23:41:37 +01:00
setup.sh * Add an installCheckPhase. 2012-05-01 21:00:30 +00:00