fetch-hex: deprecate phases fix

This commit is contained in:
happysalada 2021-08-17 12:05:11 +09:00 committed by Raphael Megzari
parent fc50593e17
commit 7f37347f5e

View File

@ -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";