mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-21 23:40:42 +08:00
7 lines
115 B
Bash
7 lines
115 B
Bash
source $stdenv/setup
|
|
|
|
tar xfvz $src
|
|
cd gwt-widgets-*
|
|
mkdir -p $out/share/java
|
|
cp gwt-widgets-*.jar $out/share/java
|