mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
update x32edit package
This commit is contained in:
parent
5e9fbde0de
commit
35a90be962
1 changed files with 7 additions and 18 deletions
|
@ -1,13 +1,13 @@
|
|||
{ stdenv, fetchurl, lib, libX11, libXext, alsa-lib, freetype, curlWithGnuTls, ... }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "X32-Edit";
|
||||
#version = "4.3";
|
||||
version = "4.1";
|
||||
version = "4.3";
|
||||
# version = "4.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://mediadl.musictribe.com/download/software/behringer/X32/X32-Edit_LINUX_${version}.tar.gz";
|
||||
#sha256 = "iVBBW6qVtEGlNXqKRZxObB9WfbOEjXMA1Nsp1CTFOH4=";
|
||||
sha256 = "YyxrXWRapTj31dEv4pGFt4zZf+kb4TunPigyVh0+XH8=";
|
||||
sha256 = "iVBBW6qVtEGlNXqKRZxObB9WfbOEjXMA1Nsp1CTFOH4=";
|
||||
# sha256 = "YyxrXWRapTj31dEv4pGFt4zZf+kb4TunPigyVh0+XH8=";
|
||||
};
|
||||
|
||||
sourceRoot = ".";
|
||||
|
@ -22,20 +22,9 @@ 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.overrideAttrs (oldAttrs: rec {
|
||||
#version = "7.81.0";
|
||||
#src = fetchurl {
|
||||
#urls = [
|
||||
#"https://curl.haxx.se/download/curl-${version}.tar.bz2"
|
||||
#"https://github.com/curl/curl/releases/download/curl-${version}/curl-${version}.tar.bz2"
|
||||
#];
|
||||
#hash = "sha256-Hno41wGOwGDx8W34OYVPCInpThIsTPpdOjfC3Fbx4lg=";
|
||||
##hash = "sha256-m2selrdI0EuWh4a2vfQHqlx1q1Oj03wcjIHNtzZVXM8=";
|
||||
#};
|
||||
#})) # libcurl-gnutls.so.4
|
||||
#curlWithGnuTls
|
||||
libX11 # libX11.so.6
|
||||
libXext # libXext.so.6
|
||||
curlWithGnuTls
|
||||
# libX11 # libX11.so.6
|
||||
# libXext # libXext.so.6
|
||||
alsa-lib # libasound.so.2
|
||||
freetype # libfreetype.so.6
|
||||
stdenv.cc.cc.lib # libstdc++.so.6
|
||||
|
|
Loading…
Reference in a new issue