0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

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 ];
};
};