Loading pkgs/applications/editors/rehex/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , which , zip , libicns , botan2 , capstone , jansson , libunistring Loading @@ -19,19 +20,19 @@ stdenv.mkDerivation rec { pname = "rehex"; version = "0.60.1"; version = "0.61.0"; src = fetchFromGitHub { owner = "solemnwarning"; repo = pname; rev = version; hash = "sha256-oF8XtxKqyo6c2lNH6WDq6aEPeZw8RqBinDVhPpaDAWg="; hash = "sha256-NBBBeTy15q6G30XR2PVd/xdIg41U2pWSPtqpdQX/+9o="; }; nativeBuildInputs = [ pkg-config which zip ] ++ lib.optionals stdenv.isDarwin [ libicns ]; buildInputs = [ capstone jansson libunistring wxGTK32 ] buildInputs = [ botan2 capstone jansson libunistring wxGTK32 ] ++ (with lua53Packages; [ lua busted ]) ++ (with perlPackages; [ perl TemplateToolkit ]) ++ lib.optionals stdenv.isLinux [ gtk3 ] Loading Loading
pkgs/applications/editors/rehex/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , which , zip , libicns , botan2 , capstone , jansson , libunistring Loading @@ -19,19 +20,19 @@ stdenv.mkDerivation rec { pname = "rehex"; version = "0.60.1"; version = "0.61.0"; src = fetchFromGitHub { owner = "solemnwarning"; repo = pname; rev = version; hash = "sha256-oF8XtxKqyo6c2lNH6WDq6aEPeZw8RqBinDVhPpaDAWg="; hash = "sha256-NBBBeTy15q6G30XR2PVd/xdIg41U2pWSPtqpdQX/+9o="; }; nativeBuildInputs = [ pkg-config which zip ] ++ lib.optionals stdenv.isDarwin [ libicns ]; buildInputs = [ capstone jansson libunistring wxGTK32 ] buildInputs = [ botan2 capstone jansson libunistring wxGTK32 ] ++ (with lua53Packages; [ lua busted ]) ++ (with perlPackages; [ perl TemplateToolkit ]) ++ lib.optionals stdenv.isLinux [ gtk3 ] Loading