Skip to content

Commit

Permalink
antimony: 2018-10-20 -> 2019-10-30
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Nov 3, 2019
1 parent a4a0323 commit 4b62810
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pkgs/applications/graphics/antimony/default.nix
@@ -1,22 +1,22 @@
{ stdenv, fetchFromGitHub, libpng, python3
, libGLU_combined, qtbase, ncurses
, libGLU_combined, qtbase, wrapQtAppsHook, ncurses
, cmake, flex, lemon
}:

let
gitRev = "c0038e3ea82fec6119de364bcbc3370955ed46a2";
gitRev = "6dfe6822e0279a4cc2f1c60e85b42212627285fe";
gitBranch = "develop";
gitTag = "0.9.3";
in
stdenv.mkDerivation {
pname = "antimony";
version = "2018-10-20";
version = "2019-10-30";

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

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

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

nativeBuildInputs = [ cmake flex lemon ];
Expand All @@ -44,7 +45,7 @@ in

meta = with stdenv.lib; {
description = "A computer-aided design (CAD) tool from a parallel universe";
homepage = "https://github.com/mkeeter/antimony";
homepage = https://github.com/mkeeter/antimony;
license = licenses.mit;
maintainers = with maintainers; [ rnhmjoj ];
platforms = platforms.linux;
Expand Down

0 comments on commit 4b62810

Please sign in to comment.