Merge pull request #66262 from xaverdh/wpa_supplicant-qt-fix
wpa_supplicant/gui: fix qt wrapping
This commit is contained in:
commit
7d90a4c67b
@ -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}";
|
||||
|
||||
inherit (wpa_supplicant) src;
|
||||
|
Loading…
Reference in New Issue
Block a user