gpicview: order attributes better

This commit is contained in:
Sandro Jäckel 2021-11-09 10:19:55 +01:00
parent b27cfad9f9
commit 66b550c91a
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
})
];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ intltool gtk2 ];
meta = with lib; {
description = "A simple and fast image viewer for X";
homepage = "http://lxde.sourceforge.net/gpicview/";
@ -24,7 +28,4 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ intltool gtk2 ];
}