Merge pull request #316057 from r-ryantm/auto-update/srm-cuarzo

srm-cuarzo: 0.5.6-1 -> 0.5.6-2
This commit is contained in:
Nick Cao 2024-06-01 09:28:55 -04:00 committed by GitHub
commit ab0d7f5d92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,9 +14,9 @@
}:
stdenv.mkDerivation (self: {
pname = "srm-cuarzo";
version = "0.5.6-1";
version = "0.5.6-2";
rev = "v${self.version}";
hash = "sha256-REILtx4tPAWX4JnBjC0EU5dnnZhbVHhlVAWKo7n7sdA=";
hash = "sha256-shYYmXTWa0cd0zTsdCDw536BkEtm6UdbUz/lQFURi90=";
src = fetchFromGitHub {
inherit (self) rev hash;
@ -42,12 +42,6 @@ stdenv.mkDerivation (self: {
outputs = [ "out" "dev" ];
postPatch = ''
substituteInPlace src/meson.build \
--replace "/usr/include/drm" "${libdrm.dev}/include/drm" \
--replace "/usr/include/libdrm" "${libdrm.dev}/include/libdrm"
'';
preConfigure = ''
# The root meson.build file is in src/
cd src