mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 21:53:24 +00:00
5 lines
139 B
Bash
5 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
|