mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
gpicview: order attributes better
This commit is contained in:
parent
b27cfad9f9
commit
66b550c91a
@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
|
buildInputs = [ intltool gtk2 ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A simple and fast image viewer for X";
|
description = "A simple and fast image viewer for X";
|
||||||
homepage = "http://lxde.sourceforge.net/gpicview/";
|
homepage = "http://lxde.sourceforge.net/gpicview/";
|
||||||
@ -24,7 +28,4 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ lovek323 ];
|
maintainers = with maintainers; [ lovek323 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
|
||||||
buildInputs = [ intltool gtk2 ];
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user