kernel update arrived

This commit is contained in:
Rouven Seifert 2023-04-03 20:45:54 +02:00
parent 40d7f3a05c
commit 754b655ad4
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 13 additions and 11 deletions

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, lib, libX11, libXext, alsa-lib, freetype, ... }:
{ stdenv, fetchurl, lib, libX11, libXext, alsa-lib, freetype, curlWithGnuTls, ... }:
stdenv.mkDerivation rec {
pname = "X32-Edit";
# 4.3 has some extra dependencies, TODO fix later
#version = "4.3";
version = "4.1";
src = fetchurl {
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
let
# we prepare our library path in the let clause to avoid it become part of the input of mkDerivation
libPath = lib.makeLibraryPath [
#curlWithGnuTls # libcurl-gnutls.so.4
libX11 # libX11.so.6
libXext # libXext.so.6
alsa-lib # libasound.so.2