Fixing libdrm build
svn path=/nixpkgs/branches/stdenv-updates/; revision=15198
This commit is contained in:
parent
8f12b8abf9
commit
2eb865a98f
@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl}:
|
||||
{stdenv, fetchurl, pkgconfig, pthread_stubs}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libdrm-2.4.9";
|
||||
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "18i1c4pcy2db2alali1yxg1s72vdpikivahmbrp7wf204kn236zd";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig pthread_stubs ];
|
||||
|
||||
meta = {
|
||||
homepage = http://dri.freedesktop.org/libdrm/;
|
||||
description = "Library for accessing the kernel's Direct Rendering Manager";
|
||||
|
@ -3353,7 +3353,7 @@ let
|
||||
};
|
||||
|
||||
libdrm = import ../development/libraries/libdrm {
|
||||
inherit fetchurl stdenv;
|
||||
inherit fetchurl stdenv pkgconfig pthread_stubs;
|
||||
};
|
||||
|
||||
libdvdcss = import ../development/libraries/libdvdcss {
|
||||
|
Loading…
Reference in New Issue
Block a user