Merge pull request #121318 from primeos/wayland-protocols
wayland-protocols: 1.20 -> 1.21
This commit is contained in:
commit
4021d9d461
|
@ -1,19 +1,15 @@
|
||||||
{ lib, stdenv, fetchurl, pkg-config
|
{ lib, stdenv, fetchurl, wayland-scanner }:
|
||||||
, wayland
|
|
||||||
}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wayland-protocols";
|
pname = "wayland-protocols";
|
||||||
version = "1.20";
|
version = "1.21";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz";
|
url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1rsdgvkkvxs3cjhpl6agvbkm53vm7k8rg127j9y2vn33m2hvg0lp";
|
sha256 = "1rfdlkzz67qsb955zqb8jbw3m22pl6ppvrvfq8bqiqcb5n24b6dr";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ wayland-scanner ];
|
||||||
|
|
||||||
buildInputs = [ wayland ];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Wayland protocol extensions";
|
description = "Wayland protocol extensions";
|
||||||
|
|
Loading…
Reference in New Issue