ran deadnix

This commit is contained in:
Rouven Seifert 2023-05-19 11:42:43 +02:00
parent 1244ba2adf
commit 3df08b721e
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
31 changed files with 32 additions and 33 deletions

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, makeWrapper, wrapGAppsHook, lib, libX11, libXext, gtk3-x11, dbus, nspr, alsa-lib, glib, expat, gdk-pixbuf, mesa, xorg, nss, cups, ffmpeg, cairo, pango, at-spi2-atk, atk, at-spi2-core, libdrm, ... }:
{ stdenv, fetchurl, makeWrapper, wrapGAppsHook, lib, libX11, libXext, gtk3-x11, dbus, nspr, alsa-lib, glib, expat, gdk-pixbuf, mesa, xorg, nss, cups, ffmpeg, cairo, pango, atk, libdrm, ... }:
stdenv.mkDerivation rec {
pname = "circuitjs";
version = "2.8.0";