quickder: move to pkgs/by-name, reformat

This commit is contained in:
Weijia Wang 2024-11-06 01:24:23 +01:00
parent a633b5fb12
commit fe5219cf42
2 changed files with 21 additions and 21 deletions

View File

@ -1,14 +1,15 @@
{ lib {
, stdenv lib,
, fetchFromGitLab stdenv,
, python3 fetchFromGitLab,
, cmake python3,
, doxygen cmake,
, graphviz doxygen,
, quickmem graphviz,
, arpa2common quickmem,
, arpa2cm arpa2common,
, ensureNewerSourcesForZipFilesHook arpa2cm,
ensureNewerSourcesForZipFilesHook,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -32,17 +33,18 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
arpa2cm arpa2cm
arpa2common arpa2common
(python3.withPackages (ps: with ps; [ (python3.withPackages (
ps: with ps; [
asn1ate asn1ate
colored colored
pyparsing pyparsing
setuptools setuptools
six six
])) ]
))
quickmem quickmem
]; ];
postPatch = '' postPatch = ''
substituteInPlace setup.py --replace 'pyparsing==' 'pyparsing>=' substituteInPlace setup.py --replace 'pyparsing==' 'pyparsing>='
''; '';

View File

@ -22489,8 +22489,6 @@ with pkgs;
quesoglc = callPackage ../development/libraries/quesoglc { }; quesoglc = callPackage ../development/libraries/quesoglc { };
quickder = callPackage ../development/libraries/quickder { };
quickmem = callPackage ../development/libraries/quickmem { }; quickmem = callPackage ../development/libraries/quickmem { };
quicksynergy = callPackage ../applications/misc/quicksynergy { }; quicksynergy = callPackage ../applications/misc/quicksynergy { };