add winegdk and install cage-xtmapper
This commit is contained in:
parent
ca4e3f77b7
commit
c0b9b51f56
9 changed files with 98 additions and 18 deletions
|
|
@ -9,5 +9,4 @@
|
|||
cursors = name;
|
||||
size = size;
|
||||
});
|
||||
winegdk = import ./winegdk.nix;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
Reference in a new issue