libnl-tiny: build only on linux

This commit is contained in:
Maciej Krüger 2023-11-24 06:43:12 +01:00
parent 7c3a4b84a9
commit 73f9b84ea6
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -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;
};
}