mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
taskserver: Reference correct output of gnutls
This commit is contained in:
parent
9551d400b2
commit
8d2875d60a
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
echo wrapping $i
|
echo wrapping $i
|
||||||
makeWrapper $pkipath/$i $out/bin/taskd-pki-$i \
|
makeWrapper $pkipath/$i $out/bin/taskd-pki-$i \
|
||||||
--prefix PATH : ${gnutls}/bin/
|
--prefix PATH : ${stdenv.lib.makeBinPath [ gnutls ]}
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user