Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b7b96cf0c3dd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 25d1db1adf8d
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 1, 2019

  1. Copy the full SHA
    96d7057 View commit details
  2. Copy the full SHA
    b959dc1 View commit details
  3. krita: 4.1.8 -> 4.2.0

    abbradar: removed quazip paths because new quazip just works.
    
    Closes #62212.
    d3rped authored and abbradar committed Jun 1, 2019
    Copy the full SHA
    929aac2 View commit details
  4. keepassxc: drop quazip patch

    Not needed after quazip update.
    abbradar committed Jun 1, 2019
    Copy the full SHA
    a13920d View commit details
  5. nomacs: 3.10.2 -> 3.12

    Fix build with quazip.
    abbradar committed Jun 1, 2019
    Copy the full SHA
    25d1db1 View commit details
10 changes: 5 additions & 5 deletions pkgs/applications/graphics/krita/default.nix
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@
, kio, kcrash
, boost, libraw, fftw, eigen, exiv2, libheif, lcms2, gsl, openexr, giflib
, openjpeg, opencolorio, vc, poppler, curl, ilmbase
, qtmultimedia, qtx11extras
, qtmultimedia, qtx11extras, quazip
, python3Packages
}:

let

major = "4.1";
minor = "8";
major = "4.2";
minor = "0";
patch = null;

in
@@ -22,7 +22,7 @@ mkDerivation rec {

src = fetchurl {
url = "https://download.kde.org/stable/krita/${major}.${minor}/${name}.tar.gz";
sha256 = "0h2rplc76r82b8smk61zci1ijj9xkjmf20pdqa8fc2lz4zicjxh4";
sha256 = "1l5bhk4b2f3qdzg9jk2sxz2bq8cqs10nm3wgkrkbqs6vig75rsym";
};

nativeBuildInputs = [ cmake extra-cmake-modules python3Packages.sip makeWrapper ];
@@ -32,7 +32,7 @@ mkDerivation rec {
ki18n kitemmodels kitemviews kwindowsystem kio kcrash
boost libraw fftw eigen exiv2 lcms2 gsl openexr libheif giflib
openjpeg opencolorio poppler curl ilmbase
qtmultimedia qtx11extras
qtmultimedia qtx11extras quazip
python3Packages.pyqt5
] ++ lib.optional (stdenv.hostPlatform.isi686 || stdenv.hostPlatform.isx86_64) vc;

8 changes: 4 additions & 4 deletions pkgs/applications/graphics/nomacs/default.nix
Original file line number Diff line number Diff line change
@@ -17,16 +17,16 @@
}:

stdenv.mkDerivation rec {
version = "3.10.2";
name = "nomacs-${version}";
version = "3.12";

src = fetchFromGitHub {
owner = "nomacs";
repo = "nomacs";
rev = version;
sha256 = "0v2gsdc8caswf2b5aa023d8kil1fqf4r9mlg15180h3c92f8jzvh";
sha256 = "12582i5v85da7vwjxj8grj99hxg34ij5cn3b1578wspdfw1xfy1i";
};

name = "nomacs-${version}";

enableParallelBuilding = true;

setSourceRoot = ''
1 change: 0 additions & 1 deletion pkgs/applications/misc/keepassx/community.nix
Original file line number Diff line number Diff line change
@@ -55,7 +55,6 @@ stdenv.mkDerivation rec {

patches = [
./darwin.patch
./quazip5.patch
];

cmakeFlags = [
27 changes: 0 additions & 27 deletions pkgs/applications/misc/keepassx/quazip5.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{ stdenv, fetchFromGitHub, perl }:

stdenv.mkDerivation {
name = "urxvt-tabbedex-2016-08-17";
stdenv.mkDerivation rec {
name = "urxvt-tabbedex-${version}";
version = "19.21";

src = fetchFromGitHub {
owner = "mina86";
repo = "urxvt-tabbedex";
rev = "089d0cb724eeb62fa8a5dfcb00ced7761e794149";
sha256 = "0a5jrb7ryafj55fgi8fhpy3gmb1xh5j7pbn8p5j5k6s2fnh0g0hq";
rev = "v${version}";
sha256 = "06msd156h6r8ss7qg66sjz5jz8613qfq2yvp0pc24i6mxzj8vl77";
};

nativeBuildInputs = [ perl ];
12 changes: 5 additions & 7 deletions pkgs/development/libraries/quazip/default.nix
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
{ fetchFromGitHub, stdenv, zlib, qtbase, qmake, fixDarwinDylibNames }:
{ fetchFromGitHub, stdenv, zlib, qtbase, cmake, fixDarwinDylibNames }:

stdenv.mkDerivation rec {
pname = "quazip";
version = "0.7.6";
version = "0.8.1";

src = fetchFromGitHub {
owner = "stachenov";
repo = pname;
rev = version;
sha256 = "1p6khy8fn9bwp14l6wd3sniwwm5v216l8xncfb7a6psjzvq5ypy6";
rev = "v${version}";
sha256 = "1g473gnsbkvxpsv8lbsmhspn7jnq86b05zzgqh11r581v8ndvz5s";
};

buildInputs = [ zlib qtbase ];
nativeBuildInputs = [ qmake ]
nativeBuildInputs = [ cmake ]
++ stdenv.lib.optional stdenv.isDarwin fixDarwinDylibNames;
qmakeFlags = [ "quazip" ]
++ stdenv.lib.optional stdenv.isDarwin [ "LIBS=-lz" ];

meta = with stdenv.lib; {
description = "Provides access to ZIP archives from Qt programs";
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -5737,7 +5737,7 @@ in
screenkey = python2Packages.callPackage ../applications/video/screenkey { };

quazip_qt4 = libsForQt5.quazip.override {
qtbase = qt4; qmake = qmake4Hook;
qtbase = qt4;
};

scfbuild = python2.pkgs.callPackage ../tools/misc/scfbuild { };