From 733b4d1ba7e12de16a05ae9f27faa832978ddf9d Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Fri, 12 May 2023 20:19:54 +0200 Subject: Apparently nix doesn't like local sources being settable by external means? Further investigation required. Fixed build though --- src/io-tls/.nix/derivation.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/io-tls/.nix/derivation.nix') diff --git a/src/io-tls/.nix/derivation.nix b/src/io-tls/.nix/derivation.nix index ae3575e..a08b195 100644 --- a/src/io-tls/.nix/derivation.nix +++ b/src/io-tls/.nix/derivation.nix @@ -6,7 +6,6 @@ , version , forstio , gnutls -, src ? ./.. }: let @@ -14,7 +13,7 @@ let in stdenvNoCC.mkDerivation { pname = "forstio-io-tls"; inherit version; - inherit src; + src = ./..; enableParallelBuilding = true; -- cgit v1.2.3