cosmic-protocols: enable __structuredAttrs

This commit is contained in:
Pratham Patel 2026-05-11 20:26:19 +05:30
commit 62fad2caa7
No known key found for this signature in database

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation {
hash = "sha256-KO7VTxomhrnwzFlkkXSoP0eh3NRShBD4srW5W6temxo=";
};
__structuredAttrs = true;
makeFlags = [ "PREFIX=${placeholder "out"}" ];
nativeBuildInputs = [ wayland-scanner ];