forked from lix-project/lix
The fetchurl builder is now fetchurl.sh
This commit is contained in:
parent
fd2630e1f7
commit
9d94a28bed
|
@ -8,7 +8,7 @@ assert (outputHash != "" && outputHashAlgo != "")
|
||||||
|
|
||||||
derivation {
|
derivation {
|
||||||
name = baseNameOf (toString url);
|
name = baseNameOf (toString url);
|
||||||
builder = ./builder.sh;
|
builder = ./fetchurl.sh;
|
||||||
|
|
||||||
# Compatibility with Nix <= 0.7.
|
# Compatibility with Nix <= 0.7.
|
||||||
id = md5;
|
id = md5;
|
||||||
|
|
Loading…
Reference in a new issue