nixos/doc/gnome: fix example

This commit is contained in:
Jan Tojnar 2019-09-10 07:47:11 +02:00
parent f2718dbbc0
commit 9d152886ab
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -210,7 +210,7 @@ mkDerivation {
dontWrapGApps = true;
# Arguments to be passed to `makeWrapper`, only used by qt5s mkDerivation
qtWrapperArgs [
qtWrapperArgs = [
"\${gappsWrapperArgs[@]}"
];
}