nixpkgs/pkgs/build-support/fetchurl
Scott Olson 9cf93ba135 Simplify fetchurl assertion logic.
The two lines I removed technically assert the exact same thing, since `!a -> b`
is equivalent to `a || b`. So, I replaced the two lines with the more symmetric
form to make it clearer.
2016-02-18 22:39:43 -06:00
..
builder.sh fetchurl: support executables 2016-01-19 11:17:49 +01:00
default.nix Simplify fetchurl assertion logic. 2016-02-18 22:39:43 -06:00
mirrors.nix
write-mirror-list.sh