wpa_supplicant/gui: fix qt wrapping
Import mkDerivation explicitly instead of using stdenv.mkDerivation, to allow proper wrapping.
This commit is contained in:
parent
2ea8d578e0
commit
40970f1096
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, qtbase, qmake, inkscape, imagemagick, wpa_supplicant }:
|
{ stdenv, mkDerivation, qtbase, qmake, inkscape, imagemagick, wpa_supplicant }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
mkDerivation {
|
||||||
name = "wpa_gui-${wpa_supplicant.version}";
|
name = "wpa_gui-${wpa_supplicant.version}";
|
||||||
|
|
||||||
inherit (wpa_supplicant) src;
|
inherit (wpa_supplicant) src;
|
||||||
|
Loading…
Reference in New Issue
Block a user