gpicview: order attributes better

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