10 stdenv.mkDerivation (finalAttrs: {
12 version = "3.13.0.2505";
15 url = "https://www.unifiedremote.com/static/builds/server/linux-x64/${builtins.elemAt (builtins.splitVersion finalAttrs.version) 3}/urserver-${finalAttrs.version}.tar.gz";
16 hash = "sha256-rklv6Ppha1HhEPunbL8ELYdQ9Z1FN4FrVsNwny3/gA4=";
32 install -m755 -D urserver $out/bin/urserver
33 wrapProgram $out/bin/urserver --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath finalAttrs.buildInputs}"
34 cp -r remotes $out/bin/remotes
35 cp -r manager $out/bin/manager
39 homepage = "https://www.unifiedremote.com/";
40 description = "One-and-only remote for your computer";
41 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
42 license = licenses.unfree;
43 maintainers = with maintainers; [ sfrijters ];
44 platforms = [ "x86_64-linux" ];