libdrm: allow to build on any unix
This commit is contained in:
parent
10d1fd0457
commit
b896b49827
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user