emacs-w3m: fix reference to env variable
This commit is contained in:
parent
f412fb1e87
commit
cbd4a203b7
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
configureFlags = [
|
||||
"--with-lispdir=$out/share/emacs/site-lisp"
|
||||
"--with-icondir=$out/share/emacs/site-lisp/images/w3m"
|
||||
"--with-lispdir=$(out)/share/emacs/site-lisp"
|
||||
"--with-icondir=$(out)/share/emacs/site-lisp/images/w3m"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue