gpicview: order attributes better

+4 -3
+4 -3
pkgs/applications/graphics/gpicview/default.nix
··· 16 }) 17 ]; 18 19 meta = with lib; { 20 description = "A simple and fast image viewer for X"; 21 homepage = "http://lxde.sourceforge.net/gpicview/"; ··· 24 maintainers = with maintainers; [ lovek323 ]; 25 platforms = platforms.unix; 26 }; 27 - 28 - nativeBuildInputs = [ pkg-config ]; 29 - buildInputs = [ intltool gtk2 ]; 30 }
··· 16 }) 17 ]; 18 19 + nativeBuildInputs = [ pkg-config ]; 20 + 21 + buildInputs = [ intltool gtk2 ]; 22 + 23 meta = with lib; { 24 description = "A simple and fast image viewer for X"; 25 homepage = "http://lxde.sourceforge.net/gpicview/"; ··· 28 maintainers = with maintainers; [ lovek323 ]; 29 platforms = platforms.unix; 30 }; 31 }