tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kipi_plugins: mark as broken; should come from digikam
Vladimír Čunát
11 years ago
6af1388f
adea4335
+1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
kipi-plugins
default.nix
+1
pkgs/applications/graphics/kipi-plugins/default.nix
···
25
homepage = http://www.kipi-plugins.org;
26
inherit (kdelibs.meta) platforms;
27
maintainers = with stdenv.lib.maintainers; [ viric urkud ];
0
28
};
29
}
···
25
homepage = http://www.kipi-plugins.org;
26
inherit (kdelibs.meta) platforms;
27
maintainers = with stdenv.lib.maintainers; [ viric urkud ];
28
+
broken = true; # it should be build from digikam sources, perhaps together
29
};
30
}