From 5783980fc6945d95549f5955a9d9312f35b8d49c Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 15 Jan 2018 19:12:01 -0600 Subject: [PATCH] qtbase: fix evaluation error `git rebase` strikes again! --- pkgs/development/libraries/qt-5/modules/qtbase.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/qt-5/modules/qtbase.nix b/pkgs/development/libraries/qt-5/modules/qtbase.nix index 3c070bf6ce9..aa4449504bb 100644 --- a/pkgs/development/libraries/qt-5/modules/qtbase.nix +++ b/pkgs/development/libraries/qt-5/modules/qtbase.nix @@ -93,7 +93,6 @@ stdenv.mkDerivation { inherit patches; - fix_qt_static_libs = ../hooks/fix-qt-static-libs.sh; fix_qt_builtin_paths = ../hooks/fix-qt-builtin-paths.sh; fix_qt_module_paths = ../hooks/fix-qt-module-paths.sh; preHook = ''