mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 15:23:26 +00:00
Merge pull request #222247 from wegank/firebird-emu-bump
firebird-emu: 1.5 -> 1.6
This commit is contained in:
commit
cbfdeba00a
@ -2,29 +2,20 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "firebird-emu";
|
pname = "firebird-emu";
|
||||||
version = "1.5";
|
version = "1.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nspire-emus";
|
owner = "nspire-emus";
|
||||||
repo = "firebird";
|
repo = "firebird";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-T62WB6msdB6/wIulqd/468JrCEiPGUrvtpjkZyo4wiA=";
|
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
|
hash = "sha256-ZptjlnOiF+hKuKYvBFJL95H5YQuR99d4biOco/MVEmE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake ];
|
nativeBuildInputs = [ qmake ];
|
||||||
|
|
||||||
buildInputs = [ qtbase qtdeclarative ];
|
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 = {
|
meta = {
|
||||||
homepage = "https://github.com/nspire-emus/firebird";
|
homepage = "https://github.com/nspire-emus/firebird";
|
||||||
description = "Third-party multi-platform emulator of the ARM-based TI-Nspire™ calculators";
|
description = "Third-party multi-platform emulator of the ARM-based TI-Nspire™ calculators";
|
||||||
|
Loading…
Reference in New Issue
Block a user