Merge pull request #93963 from seqizz/g_typo_environment
treewide: fix typo on word environment
This commit is contained in:
commit
654b66e0e4
|
@ -26,7 +26,7 @@ in
|
||||||
Whether to enable <command>uvcvideo</command> dynamic controls.
|
Whether to enable <command>uvcvideo</command> dynamic controls.
|
||||||
|
|
||||||
Note that enabling this brings the <command>uvcdynctrl</command> tool
|
Note that enabling this brings the <command>uvcdynctrl</command> tool
|
||||||
into your environement and register all dynamic controls from
|
into your environment and register all dynamic controls from
|
||||||
specified <command>packages</command> to the <command>uvcvideo</command> driver.
|
specified <command>packages</command> to the <command>uvcvideo</command> driver.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
@ -64,7 +64,7 @@ in {
|
||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
default = {};
|
default = {};
|
||||||
type = types.attrsOf types.str;
|
type = types.attrsOf types.str;
|
||||||
description = "Skydns attribute set of extra config options passed as environemnt variables.";
|
description = "Skydns attribute set of extra config options passed as environment variables.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
++ optionals withBluez [ bluez.dev pkgconfig ];
|
++ optionals withBluez [ bluez.dev pkgconfig ];
|
||||||
|
|
||||||
# We need to force the autodetection because detection doesn't
|
# We need to force the autodetection because detection doesn't
|
||||||
# work in pure build enviroments.
|
# work in pure build environments.
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
("--with-pcap=" + {
|
("--with-pcap=" + {
|
||||||
linux = "linux";
|
linux = "linux";
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
@@ -22,12 +22,7 @@
|
@@ -22,12 +22,7 @@
|
||||||
# opts.Add(BoolOption('qt-mt-lib', 'Flag used to set QT library to either qt-mt or qt. Value of 1 = qt-mt, 0 = qt.', 'yes'))
|
# opts.Add(BoolOption('qt-mt-lib', 'Flag used to set QT library to either qt-mt or qt. Value of 1 = qt-mt, 0 = qt.', 'yes'))
|
||||||
|
|
||||||
# setup base environemnt
|
# setup base environment
|
||||||
-env = Environment(
|
-env = Environment(
|
||||||
- ENV = {
|
- ENV = {
|
||||||
- 'PATH' : os.environ[ 'PATH' ],
|
- 'PATH' : os.environ[ 'PATH' ],
|
||||||
|
|
Loading…
Reference in New Issue