remove unused substitution variable

Thanks @worldofpeace!
This commit is contained in:
Will Dietz 2019-04-29 12:07:03 -05:00
parent c29b17eecb
commit 41e9920fcb

View File

@ -100,7 +100,6 @@ stdenv.mkDerivation rec {
++ lib.optional flashplayerFix (substituteAll {
src = ./dlopen-webkit-nsplugin.diff;
gtk = gtk2.out;
gdk_pixbuf = gdk_pixbuf.out;
})
++ lib.optional stdenv.isAarch64 (fetchpatch {
url = "https://src.fedoraproject.org/rpms/qt/raw/ecf530486e0fb7fe31bad26805cde61115562b2b/f/qt-aarch64.patch";