add winegdk and install cage-xtmapper

This commit is contained in:
Asaki Yuki 2026-04-15 13:26:06 +07:00
parent ca4e3f77b7
commit c0b9b51f56
9 changed files with 98 additions and 18 deletions

View file

@ -9,5 +9,4 @@
cursors = name;
size = size;
});
winegdk = import ./winegdk.nix;
}

View file

@ -1,14 +0,0 @@
{
stdenv,
fetchFromGitHub,
}:
stdenv.mkDerivation {
pname = "winegdk";
version = "1.0.0";
src = fetchFromGitHub {
owner = "Weather-OS";
repo = "winegdk";
rev = "5cffa07a43a61a2fd1695d714b85b5b44852d55b";
sha256 = "000000000000000000000000000000000000000000000000000";
};
}