forked from mirrors/nixpkgs
antimony: 2020-03-28 -> 2022-11-23
This allows building Antimony with Qt 5.15
This commit is contained in:
parent
2d8cbb5a21
commit
6c534a48f4
|
@ -5,19 +5,19 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
gitRev = "8fb4b0929ce84cf375bfb83a9d522ccd80681eaf";
|
gitRev = "8b805c674adad536f9dd552b4be75fadcb3c7db6";
|
||||||
gitBranch = "develop";
|
gitBranch = "develop";
|
||||||
gitTag = "0.9.3";
|
gitTag = "0.9.3";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "antimony";
|
pname = "antimony";
|
||||||
version = "2020-03-28";
|
version = "2022-11-23";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mkeeter";
|
owner = "mkeeter";
|
||||||
repo = "antimony";
|
repo = "antimony";
|
||||||
rev = gitRev;
|
rev = gitRev;
|
||||||
sha256 = "1s0zmq5jmhmb1wcsyaxfmii448g6x8b41mzvb1awlljj85qj0k2s";
|
sha256 = "NmOuBewfHqtAim2cNP62LXgRjVWuVUGweV46sY1qjGk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./paths-fix.patch ];
|
patches = [ ./paths-fix.patch ];
|
||||||
|
|
|
@ -27329,7 +27329,7 @@ with pkgs;
|
||||||
|
|
||||||
antfs-cli = callPackage ../applications/misc/antfs-cli {};
|
antfs-cli = callPackage ../applications/misc/antfs-cli {};
|
||||||
|
|
||||||
antimony = libsForQt514.callPackage ../applications/graphics/antimony {};
|
antimony = libsForQt5.callPackage ../applications/graphics/antimony {};
|
||||||
|
|
||||||
antiword = callPackage ../applications/office/antiword {};
|
antiword = callPackage ../applications/office/antiword {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue