mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
quickder: move to pkgs/by-name, reformat
This commit is contained in:
parent
a633b5fb12
commit
fe5219cf42
@ -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>='
|
||||||
'';
|
'';
|
@ -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 { };
|
||||||
|
Loading…
Reference in New Issue
Block a user