mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
8 lines
204 B
Nix
8 lines
204 B
Nix
{ stdenv, callPackage, Foundation, libobjc }:
|
|
|
|
callPackage ./generic.nix (rec {
|
|
inherit Foundation libobjc;
|
|
version = "4.4.2.11";
|
|
sha256 = "0cxnypw1j7s253wr5hy05k42ghgg2s9qibp10kndwnp5bv12q34h";
|
|
})
|