libdrm: allow to build on any unix

This commit is contained in:
John Wiegley 2014-06-07 12:16:31 +00:00
parent 10d1fd0457
commit b896b49827

View file

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
description = "Library for accessing the kernel's Direct Rendering Manager";
license = "bsd";
maintainers = [ stdenv.lib.maintainers.urkud ];
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
};
}