Commit 63a6e39b authored by Maciej Krüger's avatar Maciej Krüger Committed by github-actions[bot]
Browse files

libnl-tiny: build only on linux

(cherry picked from commit 73f9b84e)
parent ffb83e9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}