remove unused substitution variable
Thanks @worldofpeace!
This commit is contained in:
parent
c29b17eecb
commit
41e9920fcb
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user