From c1c0c99af3342a5924c5116db64dd050270af040 Mon Sep 17 00:00:00 2001 From: Nicolò Balzarotti Date: Tue, 24 May 2016 13:30:52 +0200 Subject: yarp: 2.3.64 -> 2.3.65 (#15662) --- pkgs/applications/science/misc/yarp/default.nix | 26 ------------------------- 1 file changed, 26 deletions(-) delete mode 100644 pkgs/applications/science/misc/yarp/default.nix (limited to 'pkgs/applications/science/misc') diff --git a/pkgs/applications/science/misc/yarp/default.nix b/pkgs/applications/science/misc/yarp/default.nix deleted file mode 100644 index 2daf5a4b5c7d..000000000000 --- a/pkgs/applications/science/misc/yarp/default.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ stdenv, fetchFromGitHub, pkgconfig, cmake, ace -}: - -stdenv.mkDerivation rec { - name = "yarp-${version}"; - version = "2.3.64"; - src = fetchFromGitHub { - owner = "robotology"; - repo = "yarp"; - rev = "v2.3.64"; - sha256 = "0x9sdc8d6rppzf1kx53w0yjlnmz7h75qv62yd3ls09w3cy7nb5x7"; - }; - - buildInputs = [ cmake ace ]; - - enableParallelBuilding = true; - - meta = { - description = "Yet Another Robot Platform"; - homepage = http://yarp.it; - license = stdenv.lib.licenses.lgpl21; - platforms = stdenv.lib.platforms.linux; - maintainers = [ stdenv.lib.maintainers.nico202 ]; - }; -} - -- cgit 1.4.1