lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

connmanui: update to latest (e4a8ddcca08 -> fce0af94e12)

+6 -3
+6 -3
pkgs/tools/networking/connmanui/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "connmanui-${version}"; 5 - version = "e4a8ddcca0870eb2ece5a7e3ea0296de9c86e5b2"; 5 + rev = "fce0af94e121bde77c7fa2ebd6a319f0180c5516"; 6 + version = "22062015-${rev}"; 6 7 7 8 src = fetchgit { 9 + inherit rev; 8 10 url = "git://github.com/tbursztyka/connman-ui.git"; 9 - rev = version; 10 - sha256 = "0rml52v81s7hr0g6qbj5bamli08kn66hay84qicx8sy8679wg443"; 11 + sha256 = "2072b337379b849cc55a19a3bb40834941e3f82b3924ef5d9b29e887fd19055e"; 11 12 }; 12 13 13 14 buildInputs = [ autoconf automake libtool glib gtk3 dbus pkgconfig file intltool connman ]; 14 15 15 16 preConfigure = '' 17 + rm m4/intltool.m4 18 + ln -s ${intltool}/share/aclocal/intltool.m4 m4/ 16 19 set -e 17 20 ./autogen.sh 18 21 sed -i "s/\/usr\/bin\/file/file/g" ./configure