mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
emacs-w3m: fix reference to env variable
This commit is contained in:
parent
f412fb1e87
commit
cbd4a203b7
@ -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 New Issue
Block a user