Merge pull request #66262 from xaverdh/wpa_supplicant-qt-fix

wpa_supplicant/gui: fix qt wrapping
This commit is contained in:
Peter Simons 2019-08-07 13:05:28 +02:00 committed by GitHub
commit 7d90a4c67b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;