diff options
| author | Maciej Krüger <mkg20001@gmail.com> | 2023-11-24 06:43:12 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-11-24 05:51:19 +0000 |
| commit | 63a6e39b28fbf9e78a4f3970872060cbd2778ec5 (patch) | |
| tree | 01e9fccc57087ad8f72f4d06c0d8b71db0ef2de6 | |
| parent | Merge pull request #269526 from NixOS/backport-269202-to-release-23.11 (diff) | |
| download | nixpkgs-63a6e39b28fbf9e78a4f3970872060cbd2778ec5.tar.gz | |
libnl-tiny: build only on linux
(cherry picked from commit 73f9b84ea674d7f915351fad5d8c734e4e89ae58)
| -rw-r--r-- | pkgs/os-specific/linux/libnl-tiny/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/libnl-tiny/default.nix b/pkgs/os-specific/linux/libnl-tiny/default.nix index 2f5d1d0999a0..ec39b560826d 100644 --- a/pkgs/os-specific/linux/libnl-tiny/default.nix +++ b/pkgs/os-specific/linux/libnl-tiny/default.nix @@ -23,6 +23,6 @@ stdenv.mkDerivation { homepage = "https://git.openwrt.org/?p=project/libnl-tiny.git;a=summary"; license = licenses.isc; maintainers = with maintainers; [ mkg20001 ]; - platforms = platforms.all; + platforms = platforms.linux; }; } |
