fetch-hex: deprecate phases fix
This commit is contained in:
parent
fc50593e17
commit
7f37347f5e
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ with lib;
|
|||
stdenv.mkDerivation ({
|
||||
pname = "hex-source-${pkg}";
|
||||
inherit version;
|
||||
dontBuild = true;
|
||||
dontConfigure = true;
|
||||
dontFixup = true;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://repo.hex.pm/tarballs/${pkg}-${version}.tar";
|
||||
|
|
Loading…
Reference in a new issue