libmng: Re-enable on Darwin
Prior to 1bf5ded1933b18af9a95dc263063756ed9d383ba this contained `hydraPlatforms = platforms.linux`, which was apparently misleading.
This commit is contained in:
parent
2cce7a064e
commit
dc26ac6e04
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.libmng.com;
|
homepage = http://www.libmng.com;
|
||||||
license = licenses.zlib;
|
license = licenses.zlib;
|
||||||
maintainers = with maintainers; [ marcweber urkud ];
|
maintainers = with maintainers; [ marcweber urkud ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user