mirror of
https://github.com/materusPL/Nixerus.git
synced 2026-07-10 00:51:59 +00:00
Add intelij idea community. Formatting in packages and fixes after update to 26.05
This commit is contained in:
@@ -1,4 +1,24 @@
|
||||
{ pkgs, lib, systemd, xorg, mesa, stdenv, expat, openssl, libdrm, zlib, wayland, dpkg, patchelf, fetchurl }:
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
systemd,
|
||||
mesa,
|
||||
stdenv,
|
||||
expat,
|
||||
openssl,
|
||||
libX11,
|
||||
libxcb,
|
||||
libXext,
|
||||
libXfixes,
|
||||
libXxf86vm,
|
||||
libxshmfence,
|
||||
libdrm,
|
||||
zlib,
|
||||
wayland,
|
||||
dpkg,
|
||||
patchelf,
|
||||
fetchurl,
|
||||
}:
|
||||
|
||||
let
|
||||
sources = import ./amdgpu-src.nix { inherit fetchurl; };
|
||||
@@ -9,7 +29,6 @@ stdenv.mkDerivation rec {
|
||||
pname = "amdgpu-pro-opengl-${suffix}";
|
||||
version = sources.version;
|
||||
|
||||
|
||||
src64 = [
|
||||
sources.bit64.libgl1-amdgpu-pro-oglp-dri
|
||||
sources.bit64.libgl1-amdgpu-pro-oglp-glx
|
||||
@@ -18,7 +37,6 @@ stdenv.mkDerivation rec {
|
||||
sources.bit64.libgles2-amdgpu-pro-oglp
|
||||
];
|
||||
|
||||
|
||||
src32 = [
|
||||
sources.bit32.libgl1-amdgpu-pro-oglp-dri
|
||||
sources.bit32.libgl1-amdgpu-pro-oglp-glx
|
||||
@@ -40,12 +58,12 @@ stdenv.mkDerivation rec {
|
||||
openssl
|
||||
expat
|
||||
stdenv.cc.cc.lib
|
||||
xorg.libX11
|
||||
xorg.libxcb
|
||||
xorg.libXext
|
||||
xorg.libXfixes
|
||||
xorg.libXxf86vm
|
||||
xorg.libxshmfence
|
||||
libX11
|
||||
libxcb
|
||||
libXext
|
||||
libXfixes
|
||||
libXxf86vm
|
||||
libxshmfence
|
||||
zlib
|
||||
wayland
|
||||
systemd
|
||||
@@ -69,6 +87,9 @@ stdenv.mkDerivation rec {
|
||||
description = "AMD Proprietary Driver For OpenGL";
|
||||
homepage = "https://www.amd.com";
|
||||
license = licenses.unfree;
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user