mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
drm_info: 2.8.0 -> 2.10.0 (#533960)
This commit is contained in:
commit
b2d0e7dfa1
1 changed files with 9 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
stdenv,
|
||||
fetchFromGitLab,
|
||||
libdrm,
|
||||
libdisplay-info,
|
||||
json_c,
|
||||
pciutils,
|
||||
meson,
|
||||
|
|
@ -14,18 +15,23 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "drm_info";
|
||||
version = "2.8.0";
|
||||
version = "2.10.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.freedesktop.org";
|
||||
owner = "emersion";
|
||||
repo = "drm_info";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-LtZ7JJmVNWMjJL2F6k+tcBpJ2v2fd+HNWyHAOvIi7Ko=";
|
||||
hash = "sha256-QKF0frDPelwHOzf3r0tzSo7i1WfGhcFGJfxf2bj1+OE=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace meson.build \
|
||||
--replace-fail "'<2.4.134'" "'<2.4.133'"
|
||||
'';
|
||||
|
||||
depsBuildBuild = [
|
||||
pkg-config
|
||||
];
|
||||
|
|
@ -39,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
buildInputs = [
|
||||
libdrm
|
||||
libdisplay-info
|
||||
json_c
|
||||
pciutils
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue