Skip to content

Commit

Permalink
firebird-emu: 1.5 -> 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Mar 20, 2023
1 parent 520e52a commit c24515d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pkgs/applications/emulators/firebird-emu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,20 @@

mkDerivation rec {
pname = "firebird-emu";
version = "1.5";
version = "1.6";

src = fetchFromGitHub {
owner = "nspire-emus";
repo = "firebird";
rev = "v${version}";
sha256 = "sha256-T62WB6msdB6/wIulqd/468JrCEiPGUrvtpjkZyo4wiA=";
fetchSubmodules = true;
hash = "sha256-ZptjlnOiF+hKuKYvBFJL95H5YQuR99d4biOco/MVEmE=";
};

nativeBuildInputs = [ qmake ];

buildInputs = [ qtbase qtdeclarative ];

makeFlags = [ "INSTALL_ROOT=$(out)" ];

# Attempts to install to /usr/bin and /usr/share/applications, which Nix does
# not use.
prePatch = ''
substituteInPlace firebird.pro \
--replace '/usr/' '/'
'';

meta = {
homepage = "https://github.com/nspire-emus/firebird";
description = "Third-party multi-platform emulator of the ARM-based TI-Nspire™ calculators";
Expand Down

0 comments on commit c24515d

Please sign in to comment.