tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gpicview: order attributes better
Sandro Jäckel
4 years ago
66b550c9
b27cfad9
+4
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
gpicview
default.nix
+4
-3
pkgs/applications/graphics/gpicview/default.nix
···
16
})
17
];
18
0
0
0
0
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
};
0
0
0
31
}