mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
libepoxy: enable on Darwin
This commit is contained in:
parent
1dc671956b
commit
3d60104a74
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://github.com/anholt/libepoxy;
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user