cuneiform: use the branch with fresh fixes to fix the build
This commit is contained in:
parent
03b08fca66
commit
48a941e29f
@ -1,12 +1,13 @@
|
||||
{ stdenv, fetchurl, cmake, patchelf, imagemagick }:
|
||||
{ stdenv, fetchbzr, cmake, patchelf, imagemagick }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cuneiform-${version}";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://launchpad.net/cuneiform-linux/1.1/1.1/+download/cuneiform-linux-1.1.0.tar.bz2";
|
||||
sha256 = "1bdvppyfx2184zmzcylskd87cxv56d8f32jf7g1qc8779l2hszjp";
|
||||
src = fetchbzr {
|
||||
url = "lp:~f0ma/cuneiform-linux/devel";
|
||||
rev = "540";
|
||||
sha256 = "0sj7v3plf2rrc2vzxl946h9yfribc0jfn4b3ffppghxk2g6kicsb";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user