nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

plasma5Packages.kwayland: restrict platforms

+2 -1
+2 -1
pkgs/development/libraries/kde-frameworks/kwayland.nix
··· 1 1 { 2 - mkDerivation, propagateBin, 2 + mkDerivation, propagateBin, lib, 3 3 extra-cmake-modules, 4 4 plasma-wayland-protocols, qtbase, wayland, wayland-protocols 5 5 }: ··· 10 10 buildInputs = [ plasma-wayland-protocols wayland wayland-protocols ]; 11 11 propagatedBuildInputs = [ qtbase ]; 12 12 setupHook = propagateBin; # XDG_CONFIG_DIRS 13 + meta.platforms = lib.platforms.linux ++ lib.platforms.freebsd; 13 14 }