Skip to content

Commit

Permalink
kdeWrapper: reformat propagated-user-env-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Jan 10, 2017
1 parent 4fc0c15 commit 9d35918
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/libraries/kde-frameworks/kde-wrapper.nix
Expand Up @@ -62,8 +62,6 @@ stdenv.mkDerivation {
done
mkdir -p "$out/nix-support"
for drv in $unwrapped; do
echo "$drv" >> "$out/nix-support/propagated-user-env-packages"
done
echo "$unwrapped" > "$out/nix-support/propagated-user-env-packages"
'';
}

1 comment on commit 9d35918

@abbradar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.