Merge pull request #227587 from alyssais/lswt-cross

This commit is contained in:
Artturi 2023-04-22 21:29:26 +03:00 committed by GitHub
commit e4290aabea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromSourcehut, nixos, wayland }:
{ lib, stdenv, fetchFromSourcehut, wayland-scanner, wayland }:
stdenv.mkDerivation rec {
pname = "lswt";
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
hash = "sha256-Orwa7sV56AeznEcq/Xj5qj4PALMxq0CI+ZnXuY4JYE0=";
};
nativeBuildInputs = [ wayland-scanner ];
buildInputs = [ wayland ];
makeFlags = [