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

View File

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