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,12 @@
|
||||
{ pkgs, lib, stdenv, libdrm, dpkg, vulkan-loader, patchelf, fetchurl }:
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
libdrm,
|
||||
dpkg,
|
||||
vulkan-loader,
|
||||
patchelf,
|
||||
fetchurl,
|
||||
}:
|
||||
|
||||
let
|
||||
sources = import ./amdgpu-src.nix { inherit fetchurl; };
|
||||
@@ -7,14 +15,11 @@ stdenv.mkDerivation rec {
|
||||
pname = "amf-amdgpu-pro";
|
||||
version = sources.version;
|
||||
|
||||
|
||||
|
||||
src = [
|
||||
sources.bit64.libamdenc-amdgpu-pro
|
||||
sources.bit64.amf-amdgpu-pro
|
||||
];
|
||||
|
||||
|
||||
dontPatchELF = true;
|
||||
sourceRoot = ".";
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user