Getting rid of the var indirection and using a bin path instead
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{stdenv, fetchurl,
|
||||
sendmailPath ? "/run/wrappers/sendmail" }:
|
||||
sendmailPath ? "/run/wrappers/bin/sendmail" }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user