pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
mkdir -p $out/bin
|
||||
cp run_scaled $out/bin
|
||||
wrapProgram $out/bin/run_scaled --prefix PATH ":" \
|
||||
${stdenv.lib.makeBinPath [ bc xorgserver xpra xrandr ]}
|
||||
${lib.makeBinPath [ bc xorgserver xpra xrandr ]}
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user