mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 02:03:01 +00:00
c01f509e44
if theres a source $stdenv then this is needed for structuredAttrs
10 lines
219 B
Bash
10 lines
219 B
Bash
if [ -e .attrs.sh ]; then source .attrs.sh; fi
|
|
source $stdenv/setup
|
|
|
|
configureFlags="-prefix $out $configureFlags"
|
|
genericBuild
|
|
|
|
#cd emacs/
|
|
#mkdir -p $out/share/ocaml/emacs
|
|
#make EMACSDIR=$out/share/ocaml/emacs install
|