mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
networkmanager-l2tp: use libnma
This commit is contained in:
parent
59c82bceca
commit
f9f5ab3c88
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, substituteAll, fetchFromGitHub, autoreconfHook, libtool, intltool, pkgconfig
|
{ stdenv, substituteAll, fetchFromGitHub, autoreconfHook, libtool, intltool, pkgconfig
|
||||||
, file, findutils
|
, file, findutils
|
||||||
, gtk3, networkmanager, ppp, xl2tpd, strongswan, libsecret
|
, gtk3, networkmanager, ppp, xl2tpd, strongswan, libsecret
|
||||||
, withGnome ? true, networkmanagerapplet }:
|
, withGnome ? true, libnma }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}${if withGnome then "-gnome" else ""}-${version}";
|
name = "${pname}${if withGnome then "-gnome" else ""}-${version}";
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ networkmanager ppp ]
|
buildInputs = [ networkmanager ppp ]
|
||||||
++ stdenv.lib.optionals withGnome [ gtk3 libsecret networkmanagerapplet ];
|
++ stdenv.lib.optionals withGnome [ gtk3 libsecret libnma ];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook libtool intltool pkgconfig file findutils ];
|
nativeBuildInputs = [ autoreconfHook libtool intltool pkgconfig file findutils ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue