mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
8 lines
127 B
Bash
8 lines
127 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
mkdir -p $out/emacs/site-lisp
|
||
|
cd $out/emacs/site-lisp
|
||
|
tar xvfz $src
|
||
|
mv nxml-mode-*/* .
|
||
|
rmdir nxml-mode-*
|