libirecovery: Add darwin support.
This commit is contained in:
parent
8fc1f6afc0
commit
7c18374708
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
# Upstream description says it works on more platforms, but packager hasn't tried that yet
|
# 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 ];
|
maintainers = with maintainers; [ nh2 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user