modem-manager-gui: clean up
This commit is contained in:
parent
0ae487ecaa
commit
150285190a
@ -1,7 +1,22 @@
|
|||||||
{ stdenv, pkgconfig, python3, fetchhg, gtk3, glib, gdbm, gtkspell3, ofono, itstool, libappindicator-gtk3, perlPackages, glibcLocales, meson, ninja }:
|
{ stdenv
|
||||||
|
, pkgconfig
|
||||||
|
, python3
|
||||||
|
, fetchhg
|
||||||
|
, gtk3
|
||||||
|
, glib
|
||||||
|
, gdbm
|
||||||
|
, gtkspell3
|
||||||
|
, ofono
|
||||||
|
, itstool
|
||||||
|
, libappindicator-gtk3
|
||||||
|
, perlPackages
|
||||||
|
, glibcLocales
|
||||||
|
, meson
|
||||||
|
, ninja
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "modem-manager-gui-${version}";
|
pname = "modem-manager-gui";
|
||||||
version = "0.0.19.1";
|
version = "0.0.19.1";
|
||||||
|
|
||||||
src = fetchhg {
|
src = fetchhg {
|
||||||
@ -10,14 +25,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "11iibh36567814h2bz41sa1072b86p1l13xyj670pwkh9k8kw8fd";
|
sha256 = "11iibh36567814h2bz41sa1072b86p1l13xyj670pwkh9k8kw8fd";
|
||||||
};
|
};
|
||||||
|
|
||||||
LC_ALL = "en_US.utf-8";
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
python3
|
python3
|
||||||
perlPackages.Po4a
|
perlPackages.Po4a
|
||||||
itstool
|
itstool
|
||||||
glibcLocales
|
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user