kdePackages.mkKdeDerivation: fix meta operator priority

This commit is contained in:
K900 2024-03-21 18:31:38 +03:00
parent 919046ff02
commit efdbcac436

View File

@ -124,4 +124,4 @@ in
position = "${pos.file}:${toString pos.line}";
} // (args.meta or { });
in
stdenv.mkDerivation (defaultArgs // cleanArgs) // { inherit meta; }
stdenv.mkDerivation (defaultArgs // cleanArgs // { inherit meta; })