Skip to content

Commit ce8178e

Browse files
committedJun 26, 2017
qtinstaller: fix broken meta
The invalid meta.outputsToInstall has been blocking channel updates. https://mailman.science.uu.nl/pipermail/nix-dev/2017-June/023991.html
1 parent 456089b commit ce8178e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎pkgs/development/libraries/qtinstaller/default.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ stdenv.mkDerivation rec {
3939
moveToOutput "lib/libinstaller.so.1.0.0" "$out"
4040
'';
4141

42-
meta = (qtbase.meta) // {
42+
meta = {
4343
description = ''Qt installer framework'';
44+
inherit (qtbase.meta) platforms license homepage;
4445
};
4546
}

0 commit comments

Comments
 (0)