notepadqq: correct packaging errors and pin to Qt 5.6

This commit is contained in:
Thomas Tuegel
2017-03-25 08:49:39 -05:00
parent 8526c87e24
commit 84ed473763
2 changed files with 4 additions and 6 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchgit, pkgconfig, which, qtbase }:
{ stdenv, fetchgit, pkgconfig, which, qtbase, qtsvg, qttools, qtwebkit }:
let
version = "0.53.0";
@@ -12,11 +12,11 @@ in stdenv.mkDerivation {
};
nativeBuildInputs = [
pkgconfig which
pkgconfig which qttools
];
buildInputs = [
qtbase.qtsvg qtbase.qtwebkit qtbase.qttools
qtbase qtsvg qtwebkit
];
preConfigure = ''