tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
qt5.qtwebkit: set myself as a maintainer
Nikolay Amiantov
9 years ago
e3039a28
cb5a2aca
+2
2 changed files
expand all
collapse all
unified
split
pkgs
development
libraries
qt-5
5.6
qtwebkit
default.nix
5.7
qtwebkit
default.nix
+1
pkgs/development/libraries/qt-5/5.6/qtwebkit/default.nix
reviewed
···
31
31
};
32
32
in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ]
33
33
++ [ dlopen-webkit-udev ];
34
34
+
meta.maintainers = with stdenv.lib.maintainers; [ abbradar ];
34
35
}
+1
pkgs/development/libraries/qt-5/5.7/qtwebkit/default.nix
reviewed
···
31
31
};
32
32
in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ]
33
33
++ [ dlopen-webkit-udev ];
34
34
+
meta.maintainers = with stdenv.lib.maintainers; [ abbradar ];
34
35
}