Changed the jetty-gwt JAR file name, since we don't want to have hashes in our file names
svn path=/nixpkgs/trunk/; revision=17895
This commit is contained in:
parent
90dd9d14bf
commit
0d4ded84d9
@ -8,6 +8,6 @@ stdenv.mkDerivation {
|
||||
};
|
||||
buildCommand = ''
|
||||
ensureDir $out/share/java
|
||||
cp $src $out/share/java
|
||||
cp $src $out/share/java/$name.jar
|
||||
'';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user