gpu-screen-recorder-gtk: update platform to lib.platforms.linux

This commit is contained in:
AhmedAmrNabil
2026-05-15 02:09:23 +03:00
parent 4eb127b075
commit b6d824dc40
@@ -80,6 +80,6 @@ stdenv.mkDerivation (finalAttrs: {
babbaj
js6pak
];
platforms = [ "x86_64-linux" ];
platforms = lib.platforms.linux;
};
})