This commit is contained in:
Grigory Shipunov 2022-10-29 20:38:12 +02:00
parent 96095790cd
commit 3884eb2f82
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
9 changed files with 162 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{ stdenv, lib, cmake, openssl, pkgconfig, wrapQtAppsHook, fetchFromGithub }: {
{ stdenv, lib, cmake, openssl, pkgconfig, wrapQtAppsHook, fetchFromGithub }:
stdenv.mkDerivation rec {
pname = "imhex";
version = "1.24.3";
@ -9,9 +9,8 @@
rev = "v${version}";
sha256 = lib.fakeSha256;
};
};
nariveBuildInputs = [
nativeBuildInputs = [
cmake
];
}
}