Skip to content

Commit

Permalink
Revert "kdePackages.mkKdeDerivation: fix meta operator priority"
Browse files Browse the repository at this point in the history
This reverts commit efdbcac.

The previous behaviour was correct and can be tested with:
nix edit kdePackages.ark
  • Loading branch information
SuperSandro2000 committed Mar 21, 2024
1 parent c2684b4 commit 4854b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/kde/lib/mk-kde-derivation.nix
Expand Up @@ -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; }

0 comments on commit 4854b4a

Please sign in to comment.