mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
notepadqq: correct packaging errors and pin to Qt 5.6
This commit is contained in:
parent
8526c87e24
commit
84ed473763
@ -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 = ''
|
||||
|
@ -14804,9 +14804,7 @@ with pkgs;
|
||||
|
||||
nedit = callPackage ../applications/editors/nedit { };
|
||||
|
||||
notepadqq = callPackage ../applications/editors/notepadqq {
|
||||
qtbase = qt55;
|
||||
};
|
||||
notepadqq = libsForQt56.callPackage ../applications/editors/notepadqq { };
|
||||
|
||||
notmuch = callPackage ../applications/networking/mailreaders/notmuch { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user