mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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 { };
|
||||
|
||||
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 (xorg) libpthreadstubs;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user