liborc: remove the duplicate package

Now it's unused.  Close #21238.
This commit is contained in:
Vladimír Čunát 2016-12-18 13:22:32 +01:00
parent e5bb5ef377
commit 1aaedd33f1
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 0 additions and 19 deletions

View file

@ -1,17 +0,0 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "liborc-${version}";
version = "0.4.16";
src = fetchurl {
url = "http://http.debian.net/debian/pool/main/o/orc/orc_${version}.orig.tar.gz";
sha256 = "1asq58gm87ig60ib4cs69hyqhnsirqkdlidnchhx83halbdlw3kh";
};
meta = with stdenv.lib; {
homepage = https://packages.debian.org/wheezy/liborc-0.4-0;
description = "Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data.";
license = with licenses; [ bsd2 bsd3 ];
};
}

View file

@ -8250,8 +8250,6 @@ in
libopus = callPackage ../development/libraries/libopus { };
liborc = callPackage ../development/libraries/liborc { };
libosinfo = callPackage ../development/libraries/libosinfo {
inherit (gnome3) libsoup;
};