12 stdenv.mkDerivation rec {
17 url = "git://git.saurik.com/ldid.git";
19 hash = "sha256-RM5pU3mrgyvwNfWKNvCT3UYVGKtVhD7ifgp8fq9xXiM=";
30 ++ lib.optionals stdenv.hostPlatform.isDarwin [
41 ++ lib.optionals stdenv.hostPlatform.isDarwin [
42 "-framework CoreFoundation"
49 cc -c -o lookup2.o lookup2.c -I.
50 c++ -std=c++11 -o ldid lookup2.o ldid.cpp -I. ${toString NIX_LDFLAGS}
58 install -Dm755 {,$out/bin/}ldid
59 ln -s $out/bin/ldid $out/bin/ldid2
65 description = "Link Identity Editor";
66 homepage = "https://cydia.saurik.com/info/ldid/";
67 maintainers = with maintainers; [ wegank ];
68 platforms = platforms.unix;
69 license = licenses.agpl3Only;