mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 22:54:17 +00:00
7 lines
116 B
Bash
7 lines
116 B
Bash
source $stdenv/setup
|
|
|
|
tar xfvz $src
|
|
cd gwt-widgets-*
|
|
ensureDir $out/share/java
|
|
cp gwt-widgets-*.jar $out/share/java
|