panomatic: remove

This commit is contained in:
Robin Gloster 2017-03-30 12:21:32 +02:00
parent c5a99f89e6
commit ce953d0bc9
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882
3 changed files with 1 additions and 20 deletions

View file

@ -11,6 +11,7 @@ import ./make-test.nix ({ pkgs, ...} : {
services.xserver.enable = true;
services.xserver.displayManager.slim.enable = false;
services.xserver.displayManager.gdm = {
enable = true;
autoLogin = {

View file

@ -1,18 +0,0 @@
{stdenv, fetchurl, boost, zlib}:
stdenv.mkDerivation {
name = "panomatic-0.9.4";
src = fetchurl {
url = http://aorlinsk2.free.fr/panomatic/bin/panomatic-0.9.4-src.tar.bz2;
sha256 = "0vfkj3k3y8narwwijh996q2zzprjxbr2fhym15nm4fkq14yw4wwn";
};
buildInputs = [ boost zlib ];
meta = {
homepage = http://aorlinsk2.free.fr/panomatic/;
description = "Tool that automates the creation of control points in Hugin";
license = stdenv.lib.licenses.gpl2Plus;
};
}

View file

@ -3346,8 +3346,6 @@ with pkgs;
buildTools = drv.buildTools or [] ++ [haskellPackages.hsb2hs];
});
panomatic = callPackage ../tools/graphics/panomatic { };
pamtester = callPackage ../tools/security/pamtester { };
paper-gtk-theme = callPackage ../misc/themes/paper { };