lol
0
fork

Configure Feed

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

linssid: move to qmakeHook

This reverts commit cf3f891369655cd30431bd4f2975a46f8adb0167.

+2 -8
+2 -8
pkgs/applications/networking/linssid/default.nix
··· 1 - { stdenv, fetchurl, qtbase, qtsvg, pkgconfig, boost, wirelesstools, iw, qwt6 }: 1 + { stdenv, fetchurl, qtbase, qtsvg, qmakeHook, pkgconfig, boost, wirelesstools, iw, qwt6 }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "linssid-${version}"; ··· 9 9 sha256 = "13d35rlcjncd8lx3khkgn9x8is2xjd5fp6ns5xsn3w6l4xj9b4gl"; 10 10 }; 11 11 12 - buildInputs = [ qtbase qtsvg pkgconfig boost qwt6 ]; 12 + buildInputs = [ qtbase qtsvg pkgconfig boost qwt6 qmakeHook ]; 13 13 14 14 patches = [ ./0001-unbundled-qwt.patch ]; 15 15 ··· 25 25 26 26 # Remove bundled qwt 27 27 rm -fr qwt-lib 28 - ''; 29 - 30 - configurePhase = '' 31 - runHook preConfigure 32 - qmake linssid.pro 33 - runHook postConfigure 34 28 ''; 35 29 36 30 meta = with stdenv.lib; {