about summary refs log tree commit diff
path: root/pkgs/applications/graphics/dosage/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-05-25treewide/applications: use top-level fetchPypifigsoda1-2/+2
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2021-08-21dosage: 2018.04.08 -> 2.17 (#132535)toonn1-14/+16
* dosage: 2018.04.08 -> 2.17 I've assumed maintainership of the expression because there was none. Using `fetchPypi` rather than `fetchFromGithub` because the Github tarballs don't contain all the metadata necessary for the installation. * dosage: Use pytestCheckHook rather than py.test * dosage: Re-add test dependencies * dosage: Add setuptools_scm build input * dosage: Add six dependency
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-13dosage: fix build, use python3Frederik Rietdijk1-5/+5
2019-02-17dosage: fix buildFrederik Rietdijk1-1/+1
2018-08-05dosage: add licensePascal Wittmann1-1/+2
see issue #43716
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-07treewide: removed name from a few pythonpackages defining pname and versionPatrick Hilhorst1-1/+0
2018-04-30treewide: http to httpsRyan Mulligan1-1/+1
2018-04-13dosage: fix testsAndré-Patrick Bubel1-1/+5
2018-04-13dosage: 2016.03.17 -> 2018.04.08André-Patrick Bubel1-0/+24
Dosage works again, but requires Python 3 now. As it is an application, it was also moved to its own file.