mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Merge pull request #13830 from Chattered/fix/emacs-w3m
emacs-w3m: fix reference to env variable
This commit is contained in:
commit
7c73dc227b
|
@ -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