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