1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 12:51:08 +01:00

wip: package itools

This commit is contained in:
2023-04-14 08:43:34 +02:00
parent 9456adc0b5
commit 2d063b0ac8
2 changed files with 20 additions and 4 deletions

View File

@@ -1,4 +1,9 @@
{ stdenv, fetchFromGitHub, cmake, lib }:
{
stdenv,
fetchFromGitHub,
cmake,
lib,
}:
stdenv.mkDerivation rec {
pname = "itl";
version = "0.8.0";