about summary refs log tree commit diff
path: root/pkgs/applications/misc/digitalbitbox
AgeCommit message (Collapse)AuthorFilesLines
2023-08-05openafs, digitalbitbox: amend hacks of removing $(pwd)Vladimír Čunát1-3/+9
Just like commit 3af97fc9ee54f7e5
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2020-11-20digitalbitbox: 2.2.2 -> 3.0.0freezeboy1-12/+11
2020-04-28libusb-compat-0_1: rename from libusbJan Tojnar1-2/+2
2019-10-08treewide: mark some broken packages as brokenLinus Heckemann1-0/+1
Refs: e6754980264fe927320d5ff2dbd24ca4fac9a160 1e9cc5b9844ef603fe160e9f671178f96200774f 793a2fe1e8bb886ca2096c5904e1193dc3268b6d c19cf65261639f749012454932a532aa7c681e4b f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth1-1/+0
* treewide: remove unused variables * making ofborg happy
2019-01-11stdenv: prune libtool files by default (#51767)Orivej Desh (NixOS)1-2/+0
See the motivation in fd97db43bcb05e37f6bb77f363f1e1e239d9de53 (#41819).
2019-01-01qrencode: merge with libqrencodeJan Tojnar1-2/+2
2018-12-09treewide: remove references to pruneLibtoolFiles, now included by defaultPiotr Bogdan1-2/+0
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-3/+3
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-07-03digitalbitbox: fix build after #41902Orivej Desh1-0/+5
This package depends on qtmultimedia which depends on libpulse whose libtool files add `-lcap` to the linker command line. These libtool files should be stripped with pruneLibtoolFiles, and then libcap dependency can be removed.
2018-02-27digitalbitbox: init at 2.2.2 (#33787)David Asabina1-0/+140
* digitalbitbox: init at 2.2.2 The commits that lead to this have been squashed from independent commits see branch @vidbina/add/digitalbitbox-wip that did the following: - 0a3030fa0ec digitalbitbox: init at 2.2.2 - c18ffa3ffd4 digitalbitbox: moved meta to EOF - 0c5f3d6972a digitalbitbox: using preConfigure + configureFlags - a85b1dfc3fd digitalbitbox: nativeBuildInputs - 90bdd35ef0f digitalbitbox: autoreconfHook - 91810eea055 digitalbitbox: default installPhase & makeWrapper - 90e43fb7e2a digitalbitbox: doc rm $PWD hack & printf-tee deal - fd033b2fe5a digitalbitbox: cleanup, alphabetically sort attrs - c5907982db3 digitalbitbox: added hardware module - 88e46bc9ae0 digitalbitbox: added program module - amend to change name: dbb-app -> digitalbitbox - amend to add install instructions based on feedback (https://github.com/NixOS/nixpkgs/pull/33787#issuecomment-362813149) - amend to add longDescription - moved program to its own dir - overridable udev rules handling - added docs to manual - added package attr to program module - added package attr to hardware module * digitalbitbox: use libsForQt5.callPackage