mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
Merge pull request #50250 from c0bw3b/pkg/notepadqq
notepadqq: 1.2.0 -> 1.4.8
This commit is contained in:
commit
cb95a3c1d1
@ -1,13 +1,14 @@
|
|||||||
{ stdenv, fetchgit, pkgconfig, which, qtbase, qtsvg, qttools, qtwebkit}:
|
{ stdenv, fetchFromGitHub, pkgconfig, which, qtbase, qtsvg, qttools, qtwebkit}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.2.0";
|
version = "1.4.8";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "notepadqq-${version}";
|
name = "notepadqq-${version}";
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/notepadqq/notepadqq.git";
|
owner = "notepadqq";
|
||||||
rev = "ab074d30e02d49e0fe6957c1523e7fed239aff7d";
|
repo = "notepadqq";
|
||||||
sha256 = "0j8vqsdw314qpk5lrgccm9n7gbyr14ac3s65sl1qn87pxhrz1hpg";
|
rev = "v${version}";
|
||||||
|
sha256 = "0lbv4s7ng31dkznzbkmp2cvkqglmfj6lv4mbg3r410fif2nrva7k";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -23,8 +24,10 @@ in stdenv.mkDerivation {
|
|||||||
export LRELEASE="lrelease"
|
export LRELEASE="lrelease"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://notepadqq.altervista.org/;
|
homepage = https://notepadqq.com/;
|
||||||
description = "Notepad++-like editor for the Linux desktop";
|
description = "Notepad++-like editor for the Linux desktop";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user