c01f509e44
if theres a source $stdenv then this is needed for structuredAttrs
4 lines
139 B
Bash
4 lines
139 B
Bash
if [ -e .attrs.sh ]; then source .attrs.sh; fi
|
|
source $stdenv/setup
|
|
|
|
tar --extract --file=$src libreoffice-$version/download.lst -O > $out
|