system-manager-wakasu
1{ stdenv }:
2
3stdenv.mkDerivation {
4  name = "vde-scripts-0.4";
5  builder = ./builder.sh;
6  src = ./.;
7}