mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
modem-manager-gui: clean up
This commit is contained in:
parent
0ae487ecaa
commit
150285190a
1 changed files with 17 additions and 5 deletions
|
@ -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 {
|
||||
name = "modem-manager-gui-${version}";
|
||||
pname = "modem-manager-gui";
|
||||
version = "0.0.19.1";
|
||||
|
||||
src = fetchhg {
|
||||
|
@ -10,14 +25,11 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "11iibh36567814h2bz41sa1072b86p1l13xyj670pwkh9k8kw8fd";
|
||||
};
|
||||
|
||||
LC_ALL = "en_US.utf-8";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
python3
|
||||
perlPackages.Po4a
|
||||
itstool
|
||||
glibcLocales
|
||||
meson
|
||||
ninja
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue