mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
wpa_gui: add license + homepage
This commit is contained in:
parent
85c3661c08
commit
b3d114e6f9
1 changed files with 4 additions and 2 deletions
|
@ -23,8 +23,10 @@ stdenv.mkDerivation {
|
|||
cp -av icons/hicolor $out/share/icons
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Qt-based GUI for wpa_supplicant";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
homepage = http://hostap.epitest.fi/wpa_supplicant/;
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue