nixpkgs/pkgs/tools/filesystems/glusterfs/src-info-for-default.nix
Eelco Dolstra c726012afe * Refactoring: move most filesystem utilities / FUSE filesystems to
tools/filesystems.  Previously they were all over the place.

svn path=/nixpkgs/trunk/; revision=18809
2009-12-04 15:39:49 +00:00

7 lines
204 B
Nix

{
downloadPage = "http://ftp.gluster.com/pub/gluster/glusterfs/2.0/";
sourceRegexp = "^2[.]0[.]";
choiceCommand = ''tail -1 | sed -re 's@(.*)/@&glusterfs-\1.tar.gz@' '';
baseName = "glusterfs";
}