summary refs log tree commit diff
path: root/pkgs/os-specific/linux/apparmor
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-05-08 06:20:05 +0000
committerGitHub <noreply@github.com>2021-05-08 06:20:05 +0000
commite21fb16f9a9073f6eba5e250ad13d94eca968df2 (patch)
tree1619ab18b58eb9028a31128147377e9073b9cb3c /pkgs/os-specific/linux/apparmor
parent01bf14784925e99944d198154007489a823ddfb3 (diff)
parent2af2325cf7ff4ca1ee53d5ab4068172a0b6066f2 (diff)
downloadnixpkgs-e21fb16f9a9073f6eba5e250ad13d94eca968df2.tar
nixpkgs-e21fb16f9a9073f6eba5e250ad13d94eca968df2.tar.gz
nixpkgs-e21fb16f9a9073f6eba5e250ad13d94eca968df2.tar.bz2
nixpkgs-e21fb16f9a9073f6eba5e250ad13d94eca968df2.tar.lz
nixpkgs-e21fb16f9a9073f6eba5e250ad13d94eca968df2.tar.xz
nixpkgs-e21fb16f9a9073f6eba5e250ad13d94eca968df2.tar.zst
nixpkgs-e21fb16f9a9073f6eba5e250ad13d94eca968df2.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/os-specific/linux/apparmor')
-rw-r--r--pkgs/os-specific/linux/apparmor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/apparmor/default.nix b/pkgs/os-specific/linux/apparmor/default.nix
index 5804a33c485..1b1fb415451 100644
--- a/pkgs/os-specific/linux/apparmor/default.nix
+++ b/pkgs/os-specific/linux/apparmor/default.nix
@@ -3,8 +3,8 @@
 , flex, bison
 , linuxHeaders ? stdenv.cc.libc.linuxHeaders
 , gawk
-, withPerl ? stdenv.hostPlatform == stdenv.buildPlatform && lib.any (lib.meta.platformMatch stdenv.hostPlatform) perl.meta.platforms, perl
-, withPython ? stdenv.hostPlatform == stdenv.buildPlatform && lib.any (lib.meta.platformMatch stdenv.hostPlatform) python.meta.platforms, python
+, withPerl ? stdenv.hostPlatform == stdenv.buildPlatform && lib.meta.availableOn stdenv.hostPlatform perl, perl
+, withPython ? stdenv.hostPlatform == stdenv.buildPlatform && lib.meta.availableOn stdenv.hostPlatform python, python
 , swig
 , ncurses
 , pam