treewide: fix typo on word environment

This commit is contained in:
Gürkan Gür
2020-07-28 08:00:38 +02:00
parent 7bf0f7301a
commit eb627de968
4 changed files with 4 additions and 4 deletions
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
++ optionals withBluez [ bluez.dev pkgconfig ];
# We need to force the autodetection because detection doesn't
# work in pure build enviroments.
# work in pure build environments.
configureFlags = [
("--with-pcap=" + {
linux = "linux";