3
0
Fork 0
forked from mirrors/nixpkgs

antimony: 2020-03-28 -> 2022-11-23

This allows building Antimony with Qt 5.15
This commit is contained in:
rnhmjoj 2022-11-23 11:43:20 +01:00
parent 2d8cbb5a21
commit 6c534a48f4
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450
2 changed files with 4 additions and 4 deletions

View file

@ -5,19 +5,19 @@
}:
let
gitRev = "8fb4b0929ce84cf375bfb83a9d522ccd80681eaf";
gitRev = "8b805c674adad536f9dd552b4be75fadcb3c7db6";
gitBranch = "develop";
gitTag = "0.9.3";
in
stdenv.mkDerivation {
pname = "antimony";
version = "2020-03-28";
version = "2022-11-23";
src = fetchFromGitHub {
owner = "mkeeter";
repo = "antimony";
rev = gitRev;
sha256 = "1s0zmq5jmhmb1wcsyaxfmii448g6x8b41mzvb1awlljj85qj0k2s";
sha256 = "NmOuBewfHqtAim2cNP62LXgRjVWuVUGweV46sY1qjGk=";
};
patches = [ ./paths-fix.patch ];

View file

@ -27329,7 +27329,7 @@ with pkgs;
antfs-cli = callPackage ../applications/misc/antfs-cli {};
antimony = libsForQt514.callPackage ../applications/graphics/antimony {};
antimony = libsForQt5.callPackage ../applications/graphics/antimony {};
antiword = callPackage ../applications/office/antiword {};