mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
kernel update arrived
This commit is contained in:
parent
40d7f3a05c
commit
754b655ad4
5 changed files with 13 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue