Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
antimony: 2019-10-30 -> 2020-03-28
Browse files Browse the repository at this point in the history
(cherry picked from commit 9c7c0e1)

ZHF: #80379
Fix build.
  • Loading branch information
rnhmjoj committed Mar 28, 2020
1 parent 24b17c2 commit b0c2858
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkgs/applications/graphics/antimony/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
}:

let
gitRev = "6dfe6822e0279a4cc2f1c60e85b42212627285fe";
gitRev = "8fb4b0929ce84cf375bfb83a9d522ccd80681eaf";
gitBranch = "develop";
gitTag = "0.9.3";
in
stdenv.mkDerivation {
pname = "antimony";
version = "2019-10-30";
version = "2020-03-28";

src = fetchFromGitHub {
owner = "mkeeter";
repo = "antimony";
rev = gitRev;
sha256 = "07zlkwlk79czq8dy85b6n3ds3g36l8qy4ix849ady6ia3gm8981j";
sha256 = "1s0zmq5jmhmb1wcsyaxfmii448g6x8b41mzvb1awlljj85qj0k2s";
};

patches = [ ./paths-fix.patch ];
Expand All @@ -29,11 +29,10 @@ in

buildInputs = [
libpng python3 python3.pkgs.boost
libGLU libGL qtbase wrapQtAppsHook
ncurses
libGLU libGL qtbase ncurses
];

nativeBuildInputs = [ cmake flex lemon ];
nativeBuildInputs = [ cmake flex lemon wrapQtAppsHook ];

cmakeFlags= [
"-DGITREV=${gitRev}"
Expand Down

0 comments on commit b0c2858

Please sign in to comment.