mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +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
|
let
|
||||||
version = "0.53.0";
|
version = "0.53.0";
|
||||||
@ -12,11 +12,11 @@ in stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig which
|
pkgconfig which qttools
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qtbase.qtsvg qtbase.qtwebkit qtbase.qttools
|
qtbase qtsvg qtwebkit
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
@ -14804,9 +14804,7 @@ with pkgs;
|
|||||||
|
|
||||||
nedit = callPackage ../applications/editors/nedit { };
|
nedit = callPackage ../applications/editors/nedit { };
|
||||||
|
|
||||||
notepadqq = callPackage ../applications/editors/notepadqq {
|
notepadqq = libsForQt56.callPackage ../applications/editors/notepadqq { };
|
||||||
qtbase = qt55;
|
|
||||||
};
|
|
||||||
|
|
||||||
notmuch = callPackage ../applications/networking/mailreaders/notmuch { };
|
notmuch = callPackage ../applications/networking/mailreaders/notmuch { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user