wvdial: don't make wvdial a system package; only root can run it

svn path=/nixos/trunk/; revision=30570
This commit is contained in:
Peter Simons 2011-11-25 17:41:47 +00:00
parent 0cd9ff9fcc
commit e4ba69aecf

View File

@ -64,8 +64,6 @@ in
}
];
systemPackages = [ pkgs.wvdial ];
};
};