lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

qtstyleplugins: remove obsolete install prefix hack

-5
-5
pkgs/development/libraries/qtstyleplugins/default.nix
··· 13 13 nativeBuildInputs = [ pkgconfig qmake ]; 14 14 buildInputs = [ gtk2 ]; 15 15 16 - installPhase = '' 17 - make INSTALL_ROOT=$NIX_QT5_TMP install 18 - mv $NIX_QT5_TMP/$NIX_QT5_TMP $out 19 - ''; 20 - 21 16 meta = with stdenv.lib; { 22 17 description = "Additional style plugins for Qt5, including BB10, GTK+, Cleanlooks, Motif, Plastique"; 23 18 homepage = http://blog.qt.io/blog/2012/10/30/cleaning-up-styles-in-qt5-and-adding-fusion/;