mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Updating go to 1.1.1
This commit is contained in:
parent
4dd9507b83
commit
04a9e809d4
|
@ -18,11 +18,13 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [
|
||||
gtk libglade networkmanager GConf libnotify libsecret dbus_glib
|
||||
polkit isocodes makeWrapper udev libgnome_keyring
|
||||
gtk libglade networkmanager libnotify libsecret dbus_glib
|
||||
polkit isocodes makeWrapper udev
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ intltool pkgconfig ];
|
||||
nativeBuildInputs = [ intltool pkgconfig];
|
||||
|
||||
propagatedBuildInputs = [ GConf libgnome_keyring ];
|
||||
|
||||
makeFlags = [
|
||||
''CFLAGS=-DMOBILE_BROADBAND_PROVIDER_INFO=\"${mobile_broadband_provider_info}/share/mobile-broadband-provider-info/serviceproviders.xml\"''
|
||||
|
|
Loading…
Reference in a new issue