Loading pkgs/by-name/hu/hullcaster/package.nix +17 −3 Original line number Diff line number Diff line { lib, alsa-lib, dbus, fetchFromGitHub, openssl, pkg-config, rustPlatform, }: rustPlatform.buildRustPackage rec { pname = "hullcaster"; version = "0.1.2"; version = "0.2.0"; src = fetchFromGitHub { owner = "gilcu3"; repo = "hullcaster"; tag = "v${version}"; hash = "sha256-TaELX/xMxm7OTmVnvkgEmdhnVrIlxSNqlE73+I5qxCc="; hash = "sha256-BR3klwy6vm6nJ38sgS/PGPQ19n0GJq6eQE97lHmg+kQ="; }; cargoHash = "sha256-jso9ofchUjpsck0qJN3rfFVM1Y6C8APmhwNzapU7Mug="; cargoHash = "sha256-TZmRObtkwrHRy/I6hhacbHUWiajKDLnHafLWIwVM15o="; buildInputs = [ alsa-lib dbus openssl ]; nativeBuildInputs = [ pkg-config ]; # work around error: Could not create filepath: /homeless-shelter/.local/share checkFlags = [ Loading Loading
pkgs/by-name/hu/hullcaster/package.nix +17 −3 Original line number Diff line number Diff line { lib, alsa-lib, dbus, fetchFromGitHub, openssl, pkg-config, rustPlatform, }: rustPlatform.buildRustPackage rec { pname = "hullcaster"; version = "0.1.2"; version = "0.2.0"; src = fetchFromGitHub { owner = "gilcu3"; repo = "hullcaster"; tag = "v${version}"; hash = "sha256-TaELX/xMxm7OTmVnvkgEmdhnVrIlxSNqlE73+I5qxCc="; hash = "sha256-BR3klwy6vm6nJ38sgS/PGPQ19n0GJq6eQE97lHmg+kQ="; }; cargoHash = "sha256-jso9ofchUjpsck0qJN3rfFVM1Y6C8APmhwNzapU7Mug="; cargoHash = "sha256-TZmRObtkwrHRy/I6hhacbHUWiajKDLnHafLWIwVM15o="; buildInputs = [ alsa-lib dbus openssl ]; nativeBuildInputs = [ pkg-config ]; # work around error: Could not create filepath: /homeless-shelter/.local/share checkFlags = [ Loading