3
0
Fork 0
forked from mirrors/nixpkgs

d4x: remove

removed in debian in 2010
This commit is contained in:
Robin Gloster 2017-03-02 13:20:25 +01:00
parent 12409e708b
commit 306eb6ded0
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882
2 changed files with 0 additions and 22 deletions

View file

@ -1,20 +0,0 @@
{ stdenv, fetchurl, gtk2, glib, pkgconfig, openssl, boost }:
stdenv.mkDerivation {
name = "d4x-2.5.7.1";
inherit boost;
src = fetchurl {
url = http://pkgs.fedoraproject.org/repo/pkgs/d4x/d4x-2.5.7.1.tar.bz2/68d6336c3749a7caabb0f5a5f84f4102/d4x-2.5.7.1.tar.bz2;
sha256 = "1i1jj02bxynisqapv31481sz9jpfp3f023ky47spz1v1wlwbs13m";
};
buildInputs = [ gtk2 glib pkgconfig openssl boost ];
meta = {
description = "Graphical download manager";
homepage = http://www.krasu.ru/soft/chuchelo/;
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
}

View file

@ -12990,8 +12990,6 @@ with pkgs;
cyclone = callPackage ../applications/audio/pd-plugins/cyclone { };
d4x = callPackage ../applications/misc/d4x { };
darcs = haskell.lib.overrideCabal haskellPackages.darcs (drv: {
configureFlags = (stdenv.lib.remove "-flibrary" drv.configureFlags or []) ++ ["-f-library"];
enableSharedExecutables = false;