[Nix-dev] Re: [Nix-commits] SVN commit: nix - 19047 - eelco - nixos/trunk/modules/services/networking

Lluís Batlle viriketo at gmail.com
Sun Dec 20 21:13:15 CET 2009


Hep, I think you did not notice that I updated wpa_supplicant
accordingly in nixpkgs trunk *before* this nixos patch, so it supports
-s.
I was using -s in my trunk-based system.

Did I miss something?

2009/12/20 Eelco Dolstra <e.dolstra at tudelft.nl>:
> Author: eelco
> Date: 2009-12-20 16:51:22 +0000 (Sun, 20 Dec 2009)
> New Revision: 19047
>
> You can view the changes in this commit at:
>   https://svn.nixos.org/viewvc/nix?rev=19047&view=rev
>
> Modified:
>   nixos/trunk/modules/services/networking/wpa_supplicant.nix
>
> Log:
> * Revert r19003 for now, because wpa_supplicant 0.6.9 (in the Nixpkgs
>  trunk) doesn't have a -s flag.  0.7.0 in the stdenv branch
>  presumably does, but it's marked as unstable upstream.
>
>
> Changes:
>
> Modified: nixos/trunk/modules/services/networking/wpa_supplicant.nix
> ===================================================================
> --- nixos/trunk/modules/services/networking/wpa_supplicant.nix  2009-12-19 12:12:24 UTC (rev 19046)
> +++ nixos/trunk/modules/services/networking/wpa_supplicant.nix  2009-12-20 16:51:22 UTC (rev 19047)
> @@ -56,8 +56,7 @@
>
>         exec =
>           "${pkgs.wpa_supplicant}/sbin/wpa_supplicant " +
> -          "-s -C /var/run/wpa_supplicant " +
> -          "-c ${configFile} -i${config.networking.WLANInterface}";
> +          "-C /var/run/wpa_supplicant -c ${configFile} -i${config.networking.WLANInterface}";
>       };
>
>   };
>
> _______________________________________________
> nix-commits mailing list
> nix-commits at cs.uu.nl
> http://mail.cs.uu.nl/mailman/listinfo/nix-commits
>



More information about the nix-dev mailing list