treewide: stdenv.lib -> lib
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
qtWrapperArgs =
|
||||
[ ''--prefix PATH : ${stdenv.lib.makeBinPath [ wirelesstools iw ]}'' ];
|
||||
[ ''--prefix PATH : ${lib.makeBinPath [ wirelesstools iw ]}'' ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Graphical wireless scanning for Linux";
|
||||
|
||||
Reference in New Issue
Block a user