pkgs/tools/graphics: remove dead code

This commit is contained in:
figsoda 2023-07-25 11:04:11 -04:00
parent e4a0cc1550
commit aa9d49bbd2
7 changed files with 3 additions and 9 deletions

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchurl, fetchpatch
{ lib, stdenv, fetchFromGitHub
, autoreconfHook, bison, glm, flex, wrapQtAppsHook, cmake
, freeglut, ghostscriptX, imagemagick, fftw
, boehmgc, libGLU, libGL, mesa, ncurses, readline, gsl, libsigsegv

View file

@ -1,4 +1,4 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub, pandoc }:
{ lib, buildGoModule, fetchFromGitHub, pandoc }:
buildGoModule rec {
pname = "didder";

View file

@ -8,7 +8,6 @@
, wayland-scanner
, libjpeg
, libpng
, xorg
, libX11
, libGL
, libdrm

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitLab
, fetchpatch
, autoreconfHook
, pkg-config
, cairo

View file

@ -3,7 +3,6 @@
, fetchzip
, fetchFromGitHub
, cmake
, spirv-headers
, vulkan-headers
, vulkan-loader
, glslang

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchCrate
, rustPlatform
, fetchCrate
}:
rustPlatform.buildRustPackage rec {

View file

@ -4,14 +4,12 @@
, freetype
, zlib
, openssl
, dpkg
, fetchurl
, gcc-unwrapped
, libjpeg8
, libpng
, fontconfig
, stdenv
, wkhtmltopdf
, xar
, xorg
}: