mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
php-imagick: init at 3.1.2, fixes #9627
This commit is contained in:
parent
271b7ad006
commit
4080b744b2
@ -12,6 +12,13 @@ let self = with self; {
|
||||
sha256 = "1mhbz56mbnq7dryf2d64l84lj3fpr5ilmg2424glans3wcg772hp";
|
||||
};
|
||||
|
||||
imagick = buildPecl {
|
||||
name = "imagick-3.1.2";
|
||||
sha256 = "14vclf2pqcgf3w8nzqbdw0b9v30q898344c84jdbw2sa62n6k1sj";
|
||||
configureFlags = "--with-imagick=${pkgs.imagemagick}";
|
||||
buildInputs = [ pkgs.pkgconfig ];
|
||||
};
|
||||
|
||||
memcache = buildPecl {
|
||||
name = "memcache-3.0.8";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user