libirecovery: Add darwin support.

This commit is contained in:
Marc Seeger 2020-12-02 12:16:17 -08:00
parent 8fc1f6afc0
commit 7c18374708

View file

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.lgpl21;
# Upstream description says it works on more platforms, but packager hasn't tried that yet
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ nh2 ];
};
}