tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
xca: 1.3.2 -> 1.4.0
Peter Hoeg
8 years ago
78c71e81
c385a1bd
+5
-9
2 changed files
expand all
collapse all
unified
split
pkgs
applications
misc
xca
default.nix
top-level
all-packages.nix
+5
-8
pkgs/applications/misc/xca/default.nix
···
1
{ mkDerivation, lib, fetchurl, pkgconfig, which
2
, libtool, openssl, qtbase, qttools }:
3
4
-
with lib;
5
-
6
mkDerivation rec {
7
name = "xca-${version}";
8
-
version = "1.3.2";
9
10
src = fetchurl {
11
url = "mirror://sourceforge/xca/${name}.tar.gz";
12
-
sha256 = "1r2w9gpahjv221j963bd4vn0gj4cxmb9j42f3cd9qdn890hizw84";
13
};
14
15
enableParallelBuilding = true;
···
22
23
meta = with lib; {
24
description = "Interface for managing asymetric keys like RSA or DSA";
25
-
homepage = http://xca.sourceforge.net/;
26
-
platforms = platforms.all;
27
-
license = licenses.bsd3;
28
maintainers = with maintainers; [ offline peterhoeg ];
29
-
broken = builtins.compareVersions qtbase.version "5.7.0" == 0;
30
};
31
}
···
1
{ mkDerivation, lib, fetchurl, pkgconfig, which
2
, libtool, openssl, qtbase, qttools }:
3
0
0
4
mkDerivation rec {
5
name = "xca-${version}";
6
+
version = "1.4.0";
7
8
src = fetchurl {
9
url = "mirror://sourceforge/xca/${name}.tar.gz";
10
+
sha256 = "1gygj6kljj3r1y0pg67mks36vfcz4vizjsqnqdvrk6zlgqjbzm7z";
11
};
12
13
enableParallelBuilding = true;
···
20
21
meta = with lib; {
22
description = "Interface for managing asymetric keys like RSA or DSA";
23
+
homepage = http://xca.sourceforge.net/;
24
+
license = licenses.bsd3;
0
25
maintainers = with maintainers; [ offline peterhoeg ];
26
+
platforms = platforms.all;
27
};
28
}
-1
pkgs/top-level/all-packages.nix
···
18018
};
18019
xbmc-retroarch-advanced-launchers = kodi-retroarch-advanced-launchers;
18020
18021
-
# v1.3.2 segfaults with qt 5.7
18022
xca = libsForQt5.callPackage ../applications/misc/xca { };
18023
18024
xcalib = callPackage ../tools/X11/xcalib { };
···
18018
};
18019
xbmc-retroarch-advanced-launchers = kodi-retroarch-advanced-launchers;
18020
0
18021
xca = libsForQt5.callPackage ../applications/misc/xca { };
18022
18023
xcalib = callPackage ../tools/X11/xcalib { };