libdrm, use callPackage
svn path=/nixpkgs/trunk/; revision=25644
This commit is contained in:
parent
b5b44a8647
commit
fc4f0c5ca3
@ -3421,7 +3421,7 @@ let
|
|||||||
|
|
||||||
libdv = callPackage ../development/libraries/libdv { };
|
libdv = callPackage ../development/libraries/libdv { };
|
||||||
|
|
||||||
libdrm = if stdenv.isDarwin then null else (import ../development/libraries/libdrm {
|
libdrm = if stdenv.isDarwin then null else (callPackage ../development/libraries/libdrm {
|
||||||
inherit fetchurl stdenv pkgconfig;
|
inherit fetchurl stdenv pkgconfig;
|
||||||
inherit (xorg) libpthreadstubs;
|
inherit (xorg) libpthreadstubs;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user